summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2025-05-18dm: add missing unlock on in dm_keyslot_evict()Dan Carpenter1-1/+2
2025-05-09dm: fix copying after src array boundariesTudor Ambarus1-1/+1
2025-05-09dm: always update the array size in realloc_argv on successBenjamin Marzinski1-2/+3
2025-05-09dm-integrity: fix a warning on invalid table lineMikulas Patocka1-1/+1
2025-05-09dm-bufio: don't schedule in atomic contextLongPing Wei1-1/+8
2025-05-02md/raid1: Add check for missing source disk in process_checks()Meir Elisha1-10/+16
2025-04-25md/md-bitmap: fix stats collection for external bitmapsZheng Qixing1-3/+2
2025-04-25md/raid10: fix missing discard IO accountingYu Kuai1-0/+1
2025-04-20dm-verity: fix prefetch-vs-suspend raceMikulas Patocka1-0/+8
2025-04-20dm-integrity: fix non-constant-time tag verificationJo Van Bulck1-23/+22
2025-04-20dm-integrity: set ti->error on memory allocation failureMikulas Patocka1-0/+3
2025-04-20dm-ebs: fix prefetch-vs-suspend raceMikulas Patocka1-0/+7
2025-04-10badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing4-10/+10
2025-04-10badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-17/+18
2025-04-10md/raid10: wait barrier before returning discard request with REQ_NOWAITXiao Ni1-2/+1
2025-04-10md/md-bitmap: fix wrong bitmap_limit for clustermd when write sbSu Yue1-3/+3
2025-04-10md/raid1,raid10: don't ignore IO flagsYu Kuai2-13/+0
2025-04-10md: fix mddev uaf while iterating all_mddevs listYu Kuai1-9/+13
2025-04-10md/raid1: fix memory leak in raid1_run() if no active rdevZheng Qixing1-1/+7
2025-04-10md: ensure resync is prioritized over recoveryLi Nan1-7/+7
2025-03-15Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-03-13dm-flakey: Fix memory corruption in optional corrupt_bio_byte featureKent Overstreet1-1/+1
2025-02-25Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+15
2025-02-24dm vdo: add missing spin_lock_initKen Raeburn1-0/+1
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds3-9/+3
2025-02-17dm-integrity: Do not emit journal configuration in DM table for Inline modeMilan Broz1-7/+10
2025-02-17dm-integrity: Avoid divide by zero in table status in Inline modeMilan Broz1-4/+4
2025-02-13md/raid*: Fix the set_queue_limits implementationsBart Van Assche3-9/+3
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-1/+9
2025-01-31md: Fix linear_set_limits()Bart Van Assche1-3/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-28Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-61/+115
2025-01-24md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai2-1/+9
2025-01-22dm-crypt: track tag_offset in convert_contextHou Tao1-6/+7
2025-01-22dm-crypt: don't initialize cc_sector againHou Tao1-1/+0
2025-01-22dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()Hou Tao1-11/+3
2025-01-22dm-crypt: use bi_sector in bio when initialize integrity seedHou Tao1-1/+1
2025-01-21dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer()Hou Tao1-5/+3
2025-01-21dm-crypt: set atomic as false when calling crypt_convert() in kworkerHou Tao1-2/+2
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds21-190/+565
2025-01-18dm-mirror: Support atomic writesJohn Garry1-2/+3
2025-01-18dm-io: Warn on creating multiple atomic write bios for a regionJohn Garry1-0/+1
2025-01-18dm-stripe: Enable atomic writesJohn Garry1-2/+3
2025-01-18dm-linear: Enable atomic writesJohn Garry1-2/+3
2025-01-18dm: Ensure cloned bio is same length for atomic writeJohn Garry1-0/+3
2025-01-18dm-table: atomic writes supportJohn Garry1-0/+29
2025-01-18dm-transaction-manager: use red-black trees instead of linear listsMikulas Patocka1-17/+37
2025-01-18dm: disable REQ_NOWAIT for flushesMikulas Patocka1-0/+9
2025-01-18dm: remove useless test in alloc_multiple_biosMikulas Patocka1-10/+9