summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
3 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/...Mark Brown
3 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/de...Mark Brown
16 hoursMerge branch into tip/master: 'perf/merge'Ingo Molnar
6 daysblk-crypto: Allow control over whether hardware is usedEric Biggers
6 daysdm-pcache: remove unused 'allocated' variable in cache_data_alloc()Jianyun Gao
6 daysdm-pcache: replace tabs with spaces in comments to fix ASCII diagram alignmentJianyun Gao
6 daysdm-pcache: fix use-after-free and invalid seg operations in kset_replay()Jianyun Gao
6 daysdm-pcache: fix implicit u8 truncation of gc_percent in message handlerJianyun Gao
6 daysdm raid1: reserve space for NUL-terminator in build_constructor_string()Ilya Krutskih
9 daysdm vdo: don't read repair field in loop conditionMatthew Sakai
9 daysdm-pcache: only hand out initialized cache segmentsBryam Vargas
9 daysdm-pcache: validate the persisted dirty_tail chain at loadBryam Vargas
9 daysdm-pcache: validate on-media seg_num against the cache device sizeBryam Vargas
9 daysdm-pcache: clamp the tail kset read to the segment data regionBryam Vargas
9 daysdm-pcache: bound the logical key offset from persistent memoryBryam Vargas
9 daysdm-pcache: detect a cycle in the last-kset chain during replayBryam Vargas
9 daysdm-pcache: reject a kset that overruns its segmentBryam Vargas
9 daysdm-pcache: bound the persisted tail-position offsetBryam Vargas
9 daysdm-pcache: validate kset key_num and intra-segment boundsBryam Vargas
9 daysdm-pcache: validate geometry fields from on-disk cache_infoBryam Vargas
9 daysdm-pcache: validate seg_id fields from persistent memoryBryam Vargas
10 daysdm-inlinecrypt: don't overwrite the error with -EINVALMikulas Patocka
10 daysdm: lookup_ioctl(): Use designated array initialersDavid Laight
10 daysdm: list_devices(): Only process devices onceDavid Laight
10 daysdm: __list_versions(): Only process targets onceDavid Laight
11 daysdm: use `clear_and_wake_up_bit()` in device mapperJiangong.Han
11 daysdm: drop redundant nonseekable_open() return checkbui duc phuc
11 daysdm-switch: use WRITE_ONCE() in switch_region_table_write()Haotian Zhang
11 daysdm cache: parse invalidate_cblocks with kstrtouint()Samuel Moelius
13 daysdm-verity: remove pointless nested "bio" declarationMikulas Patocka
13 daysdm-table: fix spellingMikulas Patocka
13 daysdm-ioctl: delete a useless conditionMikulas Patocka
13 daysdm-integrity: fix wrong fallthrough in integrity_bio_waitMikulas Patocka
13 daysdm-integrity: clean-up error handlingMikulas Patocka
13 daysdm-integrity: fix error messageMikulas Patocka
2026-07-11dm thin metadata: fix superblock refcount leak on snapshot shadow failureGenjian Zhang
2026-07-10dm-stats: fix dm_jiffies_to_msec64Mikulas Patocka
2026-07-10dm-stats: fix merge accountingMikulas Patocka
2026-07-10dm-bufio: fix wrong count calculation in dm_bufio_issue_discardMikulas Patocka
2026-07-10dm-verity: make error counter atomicMikulas Patocka
2026-07-10dm-verity: increase sprintf buffer sizeMikulas Patocka
2026-07-10dm-verity: fix a possible NULL pointer dereferenceMikulas Patocka
2026-07-10dm-verity: avoid double increment of &use_bh_wq_enabledMikulas Patocka
2026-07-10dm-ioctl: fix a possible overflow in list_version_get_infoMikulas Patocka
2026-07-10dm_early_create: fix freeing used table on dm_resume failureMikulas Patocka
2026-07-10dm-integrity: fix a bug if the bio is out of limitsMikulas Patocka
2026-07-10dm-integrity: don't increment hash_offset twiceMikulas Patocka
2026-07-10dm-integrity: fix leaking uninitialized kernel memoryMikulas Patocka
2026-07-10dm-integrity: fix the 'fix_hmac' optionMikulas Patocka
2026-07-08dm era: fix error code propagation in era_ctr()Cao Guanghui