summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin
2025-05-10md: clean up accounting for issued sync IOYu Kuai
2025-05-10md: fix is_mddev_idle()Yu Kuai
2025-05-10md: add a new api sync_io_depthYu Kuai
2025-05-10md: record dm-raid gendisk in mddevYu Kuai
2025-05-08md/bcache: Mark __nonstring look-up tableKees Cook
2025-05-07dm-integrity: use bio_add_virt_nofailChristoph Hellwig
2025-05-07dm-bufio: use bio_add_virt_nofailChristoph Hellwig
2025-05-07bcache: use bio_add_virt_nofailChristoph Hellwig
2025-05-06Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-06dm: fix copying after src array boundariesTudor Ambarus
2025-04-30dm: add missing unlock on in dm_keyslot_evict()Dan Carpenter
2025-04-28Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-28dm: always update the array size in realloc_argv on successBenjamin Marzinski
2025-04-23dm-integrity: fix a warning on invalid table lineMikulas Patocka
2025-04-23dm-bufio: don't schedule in atomic contextLongPing Wei
2025-04-20gcc-15: get rid of misc extra NUL character paddingLinus Torvalds
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-16md/raid1: Add check for missing source disk in process_checks()Meir Elisha
2025-04-09dm table: Fix W=1 build warning when mempool_needs_integrity is unusedAndy Shevchenko
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-06md/md-bitmap: fix stats collection for external bitmapsZheng Qixing
2025-04-06md/raid10: fix missing discard IO accountingYu Kuai
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-28dm-ebs: fix prefetch-vs-suspend raceMikulas Patocka
2025-03-28dm-verity: fix prefetch-vs-suspend raceMikulas Patocka
2025-03-28dm-integrity: fix non-constant-time tag verificationJo Van Bulck
2025-03-28dm-verity: support block number limits for different ioprio classesLongPing Wei
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-24dm-delay: support zoned devicesChristoph Hellwig
2025-03-14Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-14dm: restrict dm device size to 2^63-512 bytesMikulas Patocka
2025-03-13dm-flakey: Fix memory corruption in optional corrupt_bio_byte featureKent Overstreet
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2025-03-06dm cache: support shrinking the origin deviceMing-Hung Tsai
2025-03-06dm cache: prevent BUG_ON by blocking retries on failed device resumesMing-Hung Tsai
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing
2025-03-06md/raid10: wait barrier before returning discard request with REQ_NOWAITXiao Ni
2025-03-05md/md-bitmap: fix wrong bitmap_limit for clustermd when write sbSu Yue
2025-03-05md/raid1,raid10: don't ignore IO flagsYu Kuai
2025-03-05md/raid5: merge reshape_progress checking inside get_reshape_loc()Yu Kuai
2025-03-05md: fix mddev uaf while iterating all_mddevs listYu Kuai