summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2020-12-28Merge tag 'for-5.11/dm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+3
2020-12-28Revert "dm crypt: export sysfs of kcryptd workqueue"Mike Snitzer-4/+3
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2020-12-23md/bcache: convert comma to semicolonZheng Yongjun-1/+1
2020-12-23bcache:remove a superfluous check in register_bcacheYi Li-2/+0
2020-12-22Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-26/+339
2020-12-22dm cache: simplify the return expression of load_mapping()Zheng Yongjun-6/+1
2020-12-21dm ebs: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli-1/+1
2020-12-21dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim-1/+11
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-52/+75
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-170/+112
2020-12-14Revert "dm raid: fix discard limits for raid1 and raid10"Mike Snitzer-7/+5
2020-12-14Revert "md: change mddev 'chunk_sectors' from int to unsigned"Mike Snitzer-2/+2
2020-12-13Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-blockLinus Torvalds-393/+82
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer-2/+2
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu-24/+12
2020-12-09Revert "md/raid10: extend r10bio devs to raid disks"Song Liu-4/+5
2020-12-09Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu-67/+51
2020-12-09Revert "md/raid10: improve raid10 discard request"Song Liu-255/+1
2020-12-09Revert "md/raid10: improve discard request for far layout"Song Liu-64/+23
2020-12-09Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu-0/+11
2020-12-07bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang-9/+9
2020-12-04dm crypt: export sysfs of kcryptd workqueueJeffle Xu-3/+4
2020-12-04dm ioctl: fix error return code in target_messageQinglang Miao-0/+1
2020-12-04dm crypt: Constify static crypt_iv_operationsRikard Falkeborn-3/+3
2020-12-04dm: add support for REQ_NOWAIT to various targetsJeffle Xu-1/+4
2020-12-04dm: rename multipath path selector source files to have "dm-ps" prefixMike Snitzer-7/+12
2020-12-04dm mpath: add IO affinity path selectorMike Christie-0/+282
2020-12-04dm verity: Add support for signature verification with 2nd keyringMickaël Salaün-3/+19
2020-12-04dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu-1/+1
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer-2/+0
2020-12-04dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer-2/+0
2020-12-04dm: fix IO splittingMike Snitzer-13/+11
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig-1/+1
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig-25/+18
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig-1/+1
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig-14/+2
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig-6/+6
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig-3/+3
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig-17/+12
2020-12-01block: add a bdev_kobj helperChristoph Hellwig-8/+3
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig-13/+14
2020-12-01dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig-9/+3
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig-19/+6
2020-12-01dm writecache: remove BUG() and fail gracefully insteadMike Snitzer-1/+1
2020-12-01dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner-6/+0
2020-12-01dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa-2/+4
2020-12-01Revert "dm cache: fix arm link errors with inline"Nick Desaulniers-4/+0
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming-31/+42