summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu2020-12-041-1/+1
* | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-166-52/+75
|\ \
| * | bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang2020-12-072-9/+9
| * | md/cluster: fix deadlock when node is doing resync jobZhao Heming2020-11-302-31/+42
| * | md/cluster: block reshape with remote resync jobZhao Heming2020-11-301-2/+6
| * | md: use current request time as base for ktime comparisonsPankaj Gupta2020-11-301-2/+2
| * | md: add comments in md_flush_request()Pankaj Gupta2020-11-301-0/+4
| * | md: improve variable names in md_flush_request()Pankaj Gupta2020-11-302-7/+7
| * | md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor2020-11-301-1/+2
| * | md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong2020-11-301-2/+5
* | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1614-170/+112
|\ \ \
| * | | block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-041-1/+1
| * | | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-047-25/+18
| * | | block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-1/+1
| * | | block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-14/+2
| * | | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-013-6/+6
| * | | block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-012-3/+3
| * | | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
| * | | block: remove i_bdevChristoph Hellwig2020-12-012-17/+12
| * | | block: add a bdev_kobj helperChristoph Hellwig2020-12-012-8/+3
| * | | dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig2020-12-012-13/+14
| * | | dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig2020-12-011-9/+3
| * | | fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-012-19/+6
| * | | md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig2020-11-161-2/+0
| * | | md: use set_capacity_and_notifyChristoph Hellwig2020-11-163-20/+13
| * | | dm-raid: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| * | | dm: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| |/ /
| * | md: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-13/+8
| * | block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-162-3/+7
| * | md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2020-11-161-31/+31
* | | Revert "dm raid: fix discard limits for raid1 and raid10"Mike Snitzer2020-12-141-7/+5
* | | Revert "md: change mddev 'chunk_sectors' from int to unsigned"Mike Snitzer2020-12-141-2/+2
* | | Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-136-393/+82
|\ \ \ | |_|/ |/| |
| * | md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer2020-12-121-2/+2
| * | Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu2020-12-093-24/+12
| * | Revert "md/raid10: extend r10bio devs to raid disks"Song Liu2020-12-091-4/+5