summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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/kerne...Linus 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
2020-10-08md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming1-2/+2
2020-10-08md/raid0: remove unused function is_io_in_chunk_boundary()Jason Yan1-17/+0
2020-10-07dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer1-13/+12
2020-10-07dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer2-80/+7
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-6/+9
2020-10-05block: make bio_crypt_clone() able to failEric Biggers1-3/+4
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li11-59/+46
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li4-10/+7
2020-10-02bcache: remove can_attach_cache()Coly Li1-10/+0
2020-10-02bcache: don't check seq numbers in register_cache_set()Coly Li1-15/+0
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li2-2/+2
2020-10-02bcache: remove useless bucket_pages()Coly Li1-1/+0
2020-10-02bcache: remove useless alloc_bucket_pages()Coly Li1-3/+0
2020-10-02bcache: only use block_bytes() on struct cacheColy Li7-24/+24
2020-10-02bcache: add set_uuid in struct cache_setColy Li3-13/+14
2020-10-02bcache: remove for_each_cache()Coly Li6-294/+237
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li3-17/+12
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li4-24/+19
2020-10-02bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-13/+3
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang1-1/+1