summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu2020-12-091-67/+51
| * | Revert "md/raid10: improve raid10 discard request"Song Liu2020-12-091-255/+1
| * | Revert "md/raid10: improve discard request for far layout"Song Liu2020-12-092-64/+23
| * | Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu2020-12-091-0/+11
| |/
* | dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer2020-12-041-2/+0
* | dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer2020-12-041-2/+0
* | dm: fix IO splittingMike Snitzer2020-12-042-13/+11
* | dm writecache: remove BUG() and fail gracefully insteadMike Snitzer2020-12-011-1/+1
* | dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner2020-12-011-6/+0
* | dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa2020-12-011-2/+4
* | Revert "dm cache: fix arm link errors with inline"Nick Desaulniers2020-12-011-4/+0
* | dm writecache: fix the maximum number of argumentsMikulas Patocka2020-11-171-1/+1
* | dm writecache: advance the number of arguments when reporting max_ageMikulas Patocka2020-11-171-0/+2
* | dm integrity: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-11-171-2/+2
|/
* Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1413-393/+222
|\