summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-071-0/+1
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-2818-196/+541
|\
| * md/raid1: properly indicate failure when ending a failed write requestPaul Clements2021-04-231-0/+2
| * md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-04-231-4/+4
| * md/bitmap: wait for external bitmap writes to complete during tear downSudhakar Panneerselvam2021-04-151-0/+2
| * md: do not return existing mddevs from mddev_find_or_allocChristoph Hellwig2021-04-151-23/+23
| * md: refactor mddev_find_or_allocChristoph Hellwig2021-04-151-36/+24
| * md: factor out a mddev_alloc_unit helper from mddev_findChristoph Hellwig2021-04-151-20/+27
| * bcache: fix a regression of code compiling failure in debug.cColy Li2021-04-111-1/+1
| * bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2021-04-111-3/+3
| * md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury2021-04-111-2/+2
| * md: bcache: avoid -Wempty-body warningsArnd Bergmann2021-04-111-1/+1
| * bcache: use NULL instead of using plain integer as pointerYang Li2021-04-111-1/+1
| * bcache: remove PTR_CACHEChristoph Hellwig2021-04-118-23/+14
| * bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu2021-04-111-13/+12
| * md: split mddev_findChristoph Hellwig2021-04-081-5/+19
| * md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-04-081-13/+19
| * md: md_open returns -EBUSY when entering racing areaZhao Heming2021-04-081-2/+1
| * md: Fix missing unused status line of /proc/mdstatJan Glauber2021-03-251-1/+5
| * md/raid10: improve discard request for far layoutXiao Ni2021-03-252-19/+61
| * md/raid10: improve raid10 discard requestXiao Ni2021-03-251-1/+262
| * md/raid10: pull the code that wait for blocked dev into one functionXiao Ni2021-03-251-51/+69
| * md/raid10: extend r10bio devs to raid disksXiao Ni2021-03-251-5/+5
| * md: add md_submit_discard_bio() for submitting discard bioXiao Ni2021-03-253-12/+24
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+2
|\ \
| * | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-091-1/+2
* | | dm verity fec: fix misaligned RS roots IOJaegeuk Kim2021-04-142-3/+9
|/ /
* | dm ioctl: fix out of bounds array access when no devicesMikulas Patocka2021-03-261-1/+1
* | dm: don't report "detected capacity change" on device creationMikulas Patocka2021-03-221-1/+4
* | dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki2021-03-222-9/+26
* | dm verity: fix DM_VERITY_OPTS_MAX valueJeongHyeon Lee2021-03-221-1/+1
|/
* Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-125-10/+10
|\
| * block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-115-10/+10
* | Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-03-052-11/+16
|\ \ | |/ |/|
| * dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz2021-03-041-11/+12
| * dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka2021-03-041-0/+4
* | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-282-7/+7
|\ \
| * | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-262-7/+7
* | | Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-2214-213/+666
|\ \ \ | |/ / |/| / | |/
| * dm: fix deadlock when swapping to encrypted deviceMikulas Patocka2021-02-113-0/+65
| * dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer2021-02-113-13/+6
| * dm: set DM_TARGET_PASSES_CRYPTO feature for some targetsSatya Tangirala2021-02-112-3/+6
| * dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala2021-02-111-0/+53
| * dm: add support for passing through inline crypto supportSatya Tangirala2021-02-113-1/+184
| * dm era: only resize metadata in preresumeNikos Tsironis2021-02-111-11/+10
| * dm era: Use correct value size in equality function of writeset treeNikos Tsironis2021-02-101-1/+1
| * dm era: Fix bitset memory leaksNikos Tsironis2021-02-101-0/+6
| * dm era: Verify the data block size hasn't changedNikos Tsironis2021-02-101-1/+9
| * dm era: Reinitialize bitset cache before digesting a new writesetNikos Tsironis2021-02-101-6/+6
| * dm era: Update in-core bitset after committing the metadataNikos Tsironis2021-02-101-6/+19