summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-14Revert "dm raid: fix discard limits for raid1 and raid10"Mike Snitzer
2020-12-14Revert "md: change mddev 'chunk_sectors' from int to unsigned"Mike Snitzer
2020-12-13Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu
2020-12-09Revert "md/raid10: extend r10bio devs to raid disks"Song Liu
2020-12-09Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu
2020-12-09Revert "md/raid10: improve raid10 discard request"Song Liu
2020-12-09Revert "md/raid10: improve discard request for far layout"Song Liu
2020-12-09Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu
2020-12-07bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer
2020-12-04dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer
2020-12-04dm: fix IO splittingMike Snitzer
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01block: add a bdev_kobj helperChristoph Hellwig
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig
2020-12-01dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-12-01dm writecache: remove BUG() and fail gracefully insteadMike Snitzer
2020-12-01dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner
2020-12-01dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa
2020-12-01Revert "dm cache: fix arm link errors with inline"Nick Desaulniers
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming
2020-11-30md/cluster: block reshape with remote resync jobZhao Heming
2020-11-30md: use current request time as base for ktime comparisonsPankaj Gupta
2020-11-30md: add comments in md_flush_request()Pankaj Gupta
2020-11-30md: improve variable names in md_flush_request()Pankaj Gupta
2020-11-30md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor
2020-11-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong
2020-11-17dm writecache: fix the maximum number of argumentsMikulas Patocka
2020-11-17dm writecache: advance the number of arguments when reporting max_ageMikulas Patocka
2020-11-17dm integrity: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-11-16md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig
2020-11-16md: use set_capacity_and_notifyChristoph Hellwig
2020-11-16dm-raid: use set_capacity_and_notifyChristoph Hellwig
2020-11-16dm: use set_capacity_and_notifyChristoph Hellwig
2020-11-16md: use __register_blkdev to allocate devices on demandChristoph Hellwig
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig
2020-11-16md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig
2020-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds