aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-04dm crypt: Constify static crypt_iv_operationsRikard Falkeborn1-3/+3
2020-12-04dm: add support for REQ_NOWAIT to various targetsJeffle Xu4-1/+4
2020-12-04dm: rename multipath path selector source files to have "dm-ps" prefixMike Snitzer6-7/+12
2020-12-04dm mpath: add IO affinity path selectorMike Christie3-0/+282
2020-12-04dm verity: Add support for signature verification with 2nd keyringMickaël Salaün2-3/+19
2020-12-04dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu1-1/+1
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer1-2/+0
2020-12-04dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer1-2/+0
2020-12-04dm: fix IO splittingMike Snitzer2-13/+11
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig1-1/+1
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig7-25/+18
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig1-1/+1
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig1-14/+2
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig3-6/+6
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2-3/+3
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig2-17/+12
2020-12-01block: add a bdev_kobj helperChristoph Hellwig2-8/+3
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig2-13/+14
2020-12-01dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig1-9/+3
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2-19/+6
2020-12-01dm writecache: remove BUG() and fail gracefully insteadMike Snitzer1-1/+1
2020-12-01dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner1-6/+0
2020-12-01dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa1-2/+4
2020-12-01Revert "dm cache: fix arm link errors with inline"Nick Desaulniers1-4/+0
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming2-31/+42
2020-11-30md/cluster: block reshape with remote resync jobZhao Heming1-2/+6
2020-11-30md: use current request time as base for ktime comparisonsPankaj Gupta1-2/+2
2020-11-30md: add comments in md_flush_request()Pankaj Gupta1-0/+4
2020-11-30md: improve variable names in md_flush_request()Pankaj Gupta2-7/+7
2020-11-30md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2
2020-11-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-11-17dm writecache: fix the maximum number of argumentsMikulas Patocka1-1/+1
2020-11-17dm writecache: advance the number of arguments when reporting max_ageMikulas Patocka1-0/+2
2020-11-17dm integrity: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-2/+2
2020-11-16md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig1-2/+0
2020-11-16md: use set_capacity_and_notifyChristoph Hellwig3-20/+13
2020-11-16dm-raid: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16dm: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16md: use __register_blkdev to allocate devices on demandChristoph Hellwig1-13/+8
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig2-3/+7
2020-11-16md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-31/+31
2020-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds13-393/+222
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds24-620/+1032
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds13-119/+106
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+9
2020-10-08md/raid5: fix oops during stripe resizingSong Liu1-2/+2
2020-10-08md/bitmap: fix memory leak of temporary bitmapZhao Heming2-1/+3
2020-10-08md: fix the checking of wrong work queueGuoqing Jiang1-1/+1
2020-10-08md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming1-1/+1