aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2026-03-23md/raid5: move handle_stripe() comment to correct locationChen Cheng1-14/+12
2026-03-23md/raid5: remove stale md_raid5_kick_device() declarationChen Cheng1-1/+0
2026-03-23md/raid1: fix the comparing region of interval treeXiao Ni1-2/+2
2026-03-22md/raid5: skip 2-failure compute when other disk is R5_LOCKEDFengWei Shih1-0/+2
2026-03-18dm: make "dmsetup remove_all" interruptibleMikulas Patocka1-10/+25
2026-03-18dm: don't report warning when doing deferred removeMikulas Patocka1-1/+1
2026-03-18dm init: ensure device probing has finished in dm-mod.waitfor=Guillaume Gonnet1-1/+3
2026-03-16md/md-llbitmap: raise barrier before state machine transitionYu Kuai1-4/+4
2026-03-16md/md-llbitmap: skip reading rdevs that are not in_syncYu Kuai1-1/+2
2026-03-16md/raid5: set chunk_sectors to enable full stripe I/O splittingYu Kuai1-0/+1
2026-03-16md/raid10: fix deadlock with check operation and nowait requestsJosh Hunt1-2/+2
2026-03-16md: suppress spurious superblock update error message for dm-raidChen Cheng1-1/+3
2026-03-09block: remove bdev_nonrot()Damien Le Moal3-3/+3
2026-03-09dm-verity-fec: improve comments for fec_read_bufs()Eric Biggers1-8/+22
2026-03-09dm-verity-fec: log target_block instead of index_in_regionEric Biggers1-12/+14
2026-03-09dm-verity-fec: make fec_decode_bufs() just return 0 or errorEric Biggers1-7/+4
2026-03-09dm-verity-fec: pass down index_in_region instead of rsbEric Biggers1-21/+26
2026-03-09dm-verity-fec: compute target region directlyEric Biggers1-21/+16
2026-03-09dm-verity-fec: move computation of offset and rsb down a levelEric Biggers1-28/+18
2026-03-09dm-verity-fec: rename block_offset to out_posEric Biggers1-15/+13
2026-03-09dm-verity-fec: simplify deinterleavingEric Biggers1-15/+4
2026-03-09dm-verity-fec: simplify computation of ileavedEric Biggers1-12/+1
2026-03-09dm-verity-fec: simplify computation of rsbEric Biggers1-3/+3
2026-03-09dm-verity-fec: rename rounds to region_blocksEric Biggers2-9/+9
2026-03-09dm-verity-fec: replace io_size with block_sizeEric Biggers2-18/+14
2026-03-09dm-verity-fec: rename "RS block" to "RS codeword"Eric Biggers2-33/+35
2026-03-09dm-verity-fec: use standard names for Reed-Solomon parametersEric Biggers2-19/+19
2026-03-09dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTSEric Biggers2-7/+6
2026-03-09dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_endEric Biggers3-7/+7
2026-03-09dm-verity-fec: fix reading parity bytes split across blocks (take 3)Eric Biggers1-56/+44
2026-03-09dm-verity-fec: fix the size of dm_verity_fec_io::erasuresEric Biggers1-1/+2
2026-03-09dm-verity-fec: fix corrected block count statEric Biggers1-3/+2
2026-03-09dm-verity-fec: correctly reject too-small hash devicesEric Biggers1-1/+2
2026-03-09dm-verity-fec: correctly reject too-small FEC devicesEric Biggers1-3/+2
2026-03-09dm log: fix out-of-bounds write due to region_count overflowJunrui Luo1-1/+5
2026-03-09dm cache metadata: fix memory leak on metadata abort retryMing-Hung Tsai1-5/+8
2026-03-02dm mirror: fix integer overflow in create_dirty_log()Junrui Luo1-3/+3
2026-03-02dm vdo: add __counted_by attribute to a number of structuresKen Raeburn8-8/+8
2026-03-02dm vdo: remove redundant TYPE argument from vdo_allocate macroKen Raeburn32-198/+114
2026-03-02dm vdo: update vdo_allocate_extended to take a field name, no typesKen Raeburn17-78/+40
2026-03-02dm-ima: use SHA-256 libraryEric Biggers3-45/+11
2026-03-02dm-mpath: don't stop probing paths at presuspendBenjamin Marzinski1-7/+2
2026-03-02dm cache: prevent entering passthrough mode after unclean shutdownMing-Hung Tsai3-1/+32
2026-03-02dm cache: fix dirty mapping checking in passthrough mode switchingMing-Hung Tsai3-33/+8
2026-03-02dm cache: fix concurrent write failure in passthrough modeMing-Hung Tsai1-0/+9
2026-03-02dm cache policy smq: fix missing locks in invalidating cache blocksMing-Hung Tsai1-0/+4
2026-03-02dm cache: fix write hang in passthrough modeMing-Hung Tsai1-5/+25
2026-03-02dm cache: fix write path cache coherency in passthrough modeMing-Hung Tsai1-0/+1
2026-03-02dm cache: fix null-deref with concurrent writes in passthrough modeMing-Hung Tsai1-2/+4
2026-03-02dm vdo slab-depot: validate old zone count on loadMatthew Sakai1-0/+4