summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * dm era: Recover committed writeset after crashNikos Tsironis2021-02-101-8/+9
| * dm writecache: use bdev_nr_sectors() instead of open-coded equivalentMike Snitzer2021-02-091-1/+1
| * dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka2021-02-091-0/+18
| * dm table: remove needless request_queue NULL pointer checksJeffle Xu2021-02-091-11/+11
| * dm table: fix zoned iterate_devices based device capability checksJeffle Xu2021-02-091-32/+16
| * dm table: fix DAX iterate_devices based device capability checksJeffle Xu2021-02-093-29/+12
| * dm table: fix iterate_devices based device capability checksJeffle Xu2021-02-091-46/+51
| * dm writecache: return the exact table values that were setMikulas Patocka2021-02-081-24/+30
| * dm crypt: support using trusted keysAhmad Fatoum2021-02-032-1/+23
| * dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum2021-02-031-5/+2
| * dm writecache: fix unnecessary NULL check warningsTian Tao2021-02-031-4/+2
| * dm writecache: fix performance degradation in ssd modeMikulas Patocka2021-02-031-1/+1
| * dm integrity: introduce the "fix_hmac" argumentMikulas Patocka2021-02-031-13/+125
| * dm persistent data: fix return type of shadow_root()Jinoh Kang2021-02-032-2/+2