summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm: cleanup of front padding calculationJeffle Xu2021-02-031-6/+10
| * dm integrity: fix spelling mistake "flusing" -> "flushing"Colin Ian King2021-02-031-1/+1
| * dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven2021-02-031-1/+1
| * dm dust: remove h from printk format specifierTom Rix2021-02-031-1/+1
* | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-219-13/+132
|\ \
| * | bcache: Avoid comma separated statementsJoe Perches2021-02-102-6/+12
| * | bcache: Move journal work to new flush wqKai Krakow2021-02-103-2/+19
| * | bcache: Give btree_io_wq correct semantics againKai Krakow2021-02-101-1/+1
| * | Revert "bcache: Kill btree_io_wq"Kai Krakow2021-02-103-2/+25
| * | bcache: Fix register_device_aync typoKai Krakow2021-02-101-2/+2
| * | bcache: consider the fragmentation when update the writeback ratedongdong tao2021-02-104-0/+73
| * | md/raid5: cast chunk_sectors to sector_t valueGuoqing Jiang2021-02-031-1/+1
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2117-183/+138
|\ \ \
| * | | md/raid10: remove dead code in reshape_requestChristoph Hellwig2021-02-081-4/+0
| | |/ | |/|
| * | md: use rdev_read_only in restart_arrayChristoph Hellwig2021-02-011-1/+1
| * | md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig2021-02-011-5/+8
| * | md/raid6: refactor raid5_read_one_chunkChristoph Hellwig2021-01-271-63/+45
| * | md: remove md_bio_alloc_syncChristoph Hellwig2021-01-271-9/+1
| * | md: simplify sync_page_ioChristoph Hellwig2021-01-271-13/+13