summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2024-11-20dm cache: Remove unused functions in bio-prison-v1Dr. David Alan Gilbert
2024-11-20dm cache: Remove unused dm_cache_sizeDr. David Alan Gilbert
2024-11-20dm cache: Remove unused dm_cache_dumpDr. David Alan Gilbert
2024-11-20dm cache: Remove unused btracker_nr_writebacks_queuedDr. David Alan Gilbert
2024-11-19md/raid10: Atomic write supportJohn Garry
2024-11-19md/raid1: Atomic write supportJohn Garry
2024-11-19md/raid0: Atomic write supportJohn Garry
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-12md/raid5: Increase r5conf.cache_name sizeJohn Garry
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-11dm-cache: fix warnings about duplicate slab cachesMikulas Patocka
2024-11-11dm-bufio: fix warnings about duplicate slab cachesMikulas Patocka
2024-11-11md/raid10: Handle bio_split() errorsJohn Garry
2024-11-11md/raid1: Handle bio_split() errorsJohn Garry
2024-11-11md/raid0: Handle bio_split() errorsJohn Garry
2024-11-07md/raid5: Wait sync io to finish before changing group cntXiao Ni
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-06Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-05md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can
2024-11-05bcache: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai
2024-11-05md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai
2024-11-05md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai
2024-11-05md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai
2024-11-05md: don't record new badblocks for faulty rdevYu Kuai
2024-11-05md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai
2024-11-05md: add a new helper rdev_blocked()Yu Kuai
2024-11-05md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-04dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai
2024-11-04dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai
2024-11-04dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai
2024-11-04dm cache: fix flushing uninitialized delayed_work on cache_ctr errorMing-Hung Tsai
2024-11-04dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai
2024-11-04dm-verity: don't crash if panic_on_corruption is not selectedMikulas Patocka
2024-11-04dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie
2024-10-29block: add a bdev_limits helperChristoph Hellwig
2024-10-27Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-17md/raid10: fix null ptr dereference in raid10_size()Yu Kuai
2024-10-17md: ensure child flush IO does not affect origin bio->bi_statusLi Nan
2024-10-15dm: fix a crash if blk_alloc_disk failsMikulas Patocka
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02dm-verity: introduce the options restart_on_error and panic_on_errorMikulas Patocka
2024-10-02Revert: "dm-verity: restart or panic on an I/O error"Mikulas Patocka
2024-09-27Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-26dm verity: fallback to platform keyring also if key in trusted keyring is rej...Luca Boccassi
2024-09-26dm-verity: restart or panic on an I/O errorMikulas Patocka