summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | md: remove bio_alloc_mddevChristoph Hellwig2021-01-274-15/+3
| * | dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig2021-01-271-13/+1
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-272-4/+4
| |/
| * bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
| * bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-241-1/+1
| * block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-242-17/+25
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-2411-37/+35
| * dm: use bdev_read_only to check if a device is read-onlyChristoph Hellwig2021-01-242-2/+2
* | Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-291-0/+6
|\ \ | |/ |/|
| * bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Coly Li2021-01-281-0/+6
* | Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-241-0/+2
|\|
| * md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-01-201-0/+2
* | dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke2021-01-211-3/+12
* | dm crypt: fix copy and paste bug in crypt_alloc_req_aeadIgnat Korchagin2021-01-211-3/+3
* | dm integrity: conditionally disable "recalculate" featureMikulas Patocka2021-01-211-2/+24
* | dm integrity: fix a crash if "recalculate" used without "internal_hash"Mikulas Patocka2021-01-211-0/+6
* | Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-01-157-34/+238
|\ \
| * | dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin2021-01-141-2/+6
| * | dm integrity: fix the maximum number of argumentsMikulas Patocka2021-01-121-1/+1
| * | dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin2021-01-121-1/+23
| * | dm integrity: fix flush with external metadata deviceMikulas Patocka2021-01-082-11/+55
| * | dm: eliminate potential source of excessive kernel log noiseMike Snitzer2021-01-081-1/+1
| * | dm snapshot: flush merged data before committing metadataAkilesh Kailash2021-01-061-0/+24
| * | dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin2021-01-041-10/+25
| * | dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin2021-01-041-5/+98
| * | dm zoned: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+1
| * | dm integrity: select CRYPTO_SKCIPHERAnthony Iliopoulos2021-01-041-0/+1
| * | dm raid: fix discard limits for raid1Mike Snitzer2021-01-041-3/+3