summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2026-03-23md/raid1: fix the comparing region of interval treeXiao Ni
2026-03-22md/raid5: skip 2-failure compute when other disk is R5_LOCKEDFengWei Shih
2026-03-18dm: make "dmsetup remove_all" interruptibleMikulas Patocka
2026-03-18dm: don't report warning when doing deferred removeMikulas Patocka
2026-03-18dm init: ensure device probing has finished in dm-mod.waitfor=Guillaume Gonnet
2026-03-16md/md-llbitmap: raise barrier before state machine transitionYu Kuai
2026-03-16md/md-llbitmap: skip reading rdevs that are not in_syncYu Kuai
2026-03-16md/raid5: set chunk_sectors to enable full stripe I/O splittingYu Kuai
2026-03-16md/raid10: fix deadlock with check operation and nowait requestsJosh Hunt
2026-03-16md: suppress spurious superblock update error message for dm-raidChen Cheng
2026-03-09block: remove bdev_nonrot()Damien Le Moal
2026-03-09dm-verity-fec: improve comments for fec_read_bufs()Eric Biggers
2026-03-09dm-verity-fec: log target_block instead of index_in_regionEric Biggers
2026-03-09dm-verity-fec: make fec_decode_bufs() just return 0 or errorEric Biggers
2026-03-09dm-verity-fec: pass down index_in_region instead of rsbEric Biggers
2026-03-09dm-verity-fec: compute target region directlyEric Biggers
2026-03-09dm-verity-fec: move computation of offset and rsb down a levelEric Biggers
2026-03-09dm-verity-fec: rename block_offset to out_posEric Biggers
2026-03-09dm-verity-fec: simplify deinterleavingEric Biggers
2026-03-09dm-verity-fec: simplify computation of ileavedEric Biggers
2026-03-09dm-verity-fec: simplify computation of rsbEric Biggers
2026-03-09dm-verity-fec: rename rounds to region_blocksEric Biggers
2026-03-09dm-verity-fec: replace io_size with block_sizeEric Biggers
2026-03-09dm-verity-fec: rename "RS block" to "RS codeword"Eric Biggers
2026-03-09dm-verity-fec: use standard names for Reed-Solomon parametersEric Biggers
2026-03-09dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTSEric Biggers
2026-03-09dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_endEric Biggers
2026-03-09dm-verity-fec: fix reading parity bytes split across blocks (take 3)Eric Biggers
2026-03-09dm-verity-fec: fix the size of dm_verity_fec_io::erasuresEric Biggers
2026-03-09dm-verity-fec: fix corrected block count statEric Biggers
2026-03-09dm-verity-fec: correctly reject too-small hash devicesEric Biggers
2026-03-09dm-verity-fec: correctly reject too-small FEC devicesEric Biggers
2026-03-09dm log: fix out-of-bounds write due to region_count overflowJunrui Luo
2026-03-09dm cache metadata: fix memory leak on metadata abort retryMing-Hung Tsai
2026-03-02dm mirror: fix integer overflow in create_dirty_log()Junrui Luo
2026-03-02dm vdo: add __counted_by attribute to a number of structuresKen Raeburn
2026-03-02dm vdo: remove redundant TYPE argument from vdo_allocate macroKen Raeburn
2026-03-02dm vdo: update vdo_allocate_extended to take a field name, no typesKen Raeburn
2026-03-02dm-ima: use SHA-256 libraryEric Biggers
2026-03-02dm-mpath: don't stop probing paths at presuspendBenjamin Marzinski
2026-03-02dm cache: prevent entering passthrough mode after unclean shutdownMing-Hung Tsai
2026-03-02dm cache: fix dirty mapping checking in passthrough mode switchingMing-Hung Tsai
2026-03-02dm cache: fix concurrent write failure in passthrough modeMing-Hung Tsai
2026-03-02dm cache policy smq: fix missing locks in invalidating cache blocksMing-Hung Tsai
2026-03-02dm cache: fix write hang in passthrough modeMing-Hung Tsai
2026-03-02dm cache: fix write path cache coherency in passthrough modeMing-Hung Tsai
2026-03-02dm cache: fix null-deref with concurrent writes in passthrough modeMing-Hung Tsai
2026-03-02dm vdo slab-depot: validate old zone count on loadMatthew Sakai
2026-03-02dm vdo indexer: validate saved zone countMatthew Sakai
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook