summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-103-10/+75
|\ \ \ | |/ / |/| / | |/
| * bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15
| * bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-093-7/+28
| * bcache: check unsupported feature sets for bcache registerColy Li2021-01-092-0/+29
| * bcache: fix typo from SUUP to SUPP in features.hColy Li2021-01-091-3/+3
| * bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
* | Merge tag 'for-5.11/dm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-281-4/+3
|\ \ | |/ |/|
| * Revert "dm crypt: export sysfs of kcryptd workqueue"Mike Snitzer2020-12-281-4/+3
* | Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-242-3/+1
|\ \
| * | md/bcache: convert comma to semicolonZheng Yongjun2020-12-231-1/+1
| * | bcache:remove a superfluous check in register_bcacheYi Li2020-12-231-2/+0
* | | Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-2218-26/+339
|\ \ \ | |/ / |/| / | |/
| * dm cache: simplify the return expression of load_mapping()Zheng Yongjun2020-12-221-6/+1
| * dm ebs: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2020-12-211-1/+1
| * dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim2020-12-211-1/+11
| * dm crypt: export sysfs of kcryptd workqueueJeffle Xu2020-12-041-3/+4
| * dm ioctl: fix error return code in target_messageQinglang Miao2020-12-041-0/+1
| * dm crypt: Constify static crypt_iv_operationsRikard Falkeborn2020-12-041-3/+3
| * dm: add support for REQ_NOWAIT to various targetsJeffle Xu2020-12-044-1/+4
| * dm: rename multipath path selector source files to have "dm-ps" prefixMike Snitzer2020-12-046-7/+12
| * dm mpath: add IO affinity path selectorMike Christie2020-12-043-0/+282
| * dm verity: Add support for signature verification with 2nd keyringMickaël Salaün2020-12-042-3/+19