aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds18-196/+541
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2021-04-23md/raid1: properly indicate failure when ending a failed write requestPaul Clements1-0/+2
2021-04-23md-cluster: fix use-after-free issue when removing rdevHeming Zhao1-4/+4
2021-04-15md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam1-0/+2
2021-04-15md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig1-23/+23
2021-04-15md: refactor mddev_find_or_allocChristoph Hellwig1-36/+24
2021-04-15md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig1-20/+27
2021-04-14dm verity fec: fix misaligned RS roots IOJaegeuk Kim2-3/+9
2021-04-11bcache: fix a regression of code compiling failure in debug.cColy Li1-1/+1
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-3/+3
2021-04-11md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury1-2/+2
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann1-1/+1
2021-04-11bcache: use NULL instead of using plain integer as pointerYang Li1-1/+1
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig8-23/+14
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu1-13/+12
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-07md: split mddev_findChristoph Hellwig1-5/+19
2021-04-07md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig1-13/+19
2021-04-07md: md_open returns -EBUSY when entering racing areaZhao Heming1-2/+1
2021-03-26dm ioctl: fix out of bounds array access when no devicesMikulas Patocka1-1/+1
2021-03-24md: Fix missing unused status line of /proc/mdstatJan Glauber1-1/+5
2021-03-24md/raid10: improve discard request for far layoutXiao Ni2-19/+61
2021-03-24md/raid10: improve raid10 discard requestXiao Ni1-1/+262
2021-03-24md/raid10: pull the code that wait for blocked dev into one functionXiao Ni1-51/+69
2021-03-24md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+5
2021-03-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni3-12/+24
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka1-1/+4
2021-03-22dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki2-9/+26
2021-03-22dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee1-1/+1
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds5-10/+10
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig5-10/+10
2021-03-05Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-11/+16
2021-03-04dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz1-11/+12
2021-03-04dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka1-0/+4
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+7
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)2-7/+7
2021-02-22Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds14-213/+666
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds9-13/+132
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds17-183/+138
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka3-0/+65
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer3-13/+6
2021-02-11dm: set DM_TARGET_PASSES_CRYPTO feature for some targetsSatya Tangirala2-3/+6
2021-02-11dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala1-0/+53
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala3-1/+184
2021-02-11dm era: only resize metadata in preresumeNikos Tsironis1-11/+10
2021-02-10dm era: Use correct value size in equality function of writeset treeNikos Tsironis1-1/+1
2021-02-10dm era: Fix bitset memory leaksNikos Tsironis1-0/+6
2021-02-10dm era: Verify the data block size hasn't changedNikos Tsironis1-1/+9
2021-02-10dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis1-6/+6