summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2025-05-07dm-bufio: use bio_add_virt_nofailChristoph Hellwig-1/+1
2025-05-07bcache: use bio_add_virt_nofailChristoph Hellwig-2/+1
2025-05-06dm: pass through operations on wrapped inline crypto keysEric Biggers-0/+177
2025-05-06Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+3
2025-05-06dm: fix copying after src array boundariesTudor Ambarus-1/+1
2025-05-04dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limitsJohn Garry-0/+6
2025-05-04dm mpath: Interface for explicit probing of active pathsKevin Wolf-1/+100
2025-05-04dm: Allow .prepare_ioctl to handle ioctls directlyKevin Wolf-15/+36
2025-05-04dm-flakey: make corrupting read bios workBenjamin Marzinski-26/+28
2025-05-04dm-flakey: remove useless ERROR_READS check in flakey_end_ioBenjamin Marzinski-9/+2
2025-05-04dm-flakey: error all IOs when num_features is absentBenjamin Marzinski-8/+8
2025-05-04dm-flakey: Clean up parsing messagesBenjamin Marzinski-9/+24
2025-05-04dm: remove unneeded kvfree from alloc_targetsBenjamin Marzinski-1/+0
2025-05-04dm-bufio: remove maximum age based evictionEric Biggers-153/+36
2025-05-04dm-verity: use softirq context only when !need_resched()Eric Biggers-1/+2
2025-05-04dm: lock limits when reading themMikulas Patocka-1/+7
2025-05-04dm: use generic functions instead of disable_discard and disable_write_zeroesMikulas Patocka-23/+4
2025-05-04dm-delay: don't busy-wait in kthreadBenjamin Marzinski-3/+14
2025-05-04dm: fix native zone append devices on top of emulated onesBenjamin Marzinski-1/+5
2025-05-04dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski-14/+73
2025-05-04dm: fix dm_blk_report_zonesBenjamin Marzinski-8/+18
2025-04-30dm: add missing unlock on in dm_keyslot_evict()Dan Carpenter-1/+2
2025-04-28Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+12
2025-04-28dm: always update the array size in realloc_argv on successBenjamin Marzinski-2/+3
2025-04-23dm-integrity: fix a warning on invalid table lineMikulas Patocka-1/+1
2025-04-23dm-bufio: don't schedule in atomic contextLongPing Wei-1/+8
2025-04-20gcc-15: get rid of misc extra NUL character paddingLinus Torvalds-1/+1
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds-13/+19
2025-04-16md/raid1: Add check for missing source disk in process_checks()Meir Elisha-10/+16
2025-04-11dm: handle failures in dm_table_set_restrictionsBenjamin Marzinski-17/+36
2025-04-11dm: free table mempools if not used in __bindBenjamin Marzinski-4/+4
2025-04-11dm: don't change md if dm_table_set_restrictions() failsBenjamin Marzinski-10/+12
2025-04-09dm table: Fix W=1 build warning when mempool_needs_integrity is unusedAndy Shevchenko-3/+0
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-2/+2
2025-04-06md/md-bitmap: fix stats collection for external bitmapsZheng Qixing-3/+2
2025-04-06md/raid10: fix missing discard IO accountingYu Kuai-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-11/+11
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-2/+2
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-242/+492
2025-03-28dm-ebs: fix prefetch-vs-suspend raceMikulas Patocka-0/+7
2025-03-28dm-verity: fix prefetch-vs-suspend raceMikulas Patocka-0/+8
2025-03-28dm-integrity: fix non-constant-time tag verificationJo Van Bulck-23/+22
2025-03-28dm-verity: support block number limits for different ioprio classesLongPing Wei-3/+26
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-344/+383
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-24/+23
2025-03-24dm-delay: support zoned devicesChristoph Hellwig-1/+17
2025-03-14Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2025-03-14dm: restrict dm device size to 2^63-512 bytesMikulas Patocka-0/+4
2025-03-13dm-flakey: Fix memory corruption in optional corrupt_bio_byte featureKent Overstreet-1/+1
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe-269/+338