summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
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-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-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-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-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-08md/raid5: fix oops during stripe resizingSong Liu
2020-10-08md/bitmap: fix memory leak of temporary bitmapZhao Heming
2020-10-08md: fix the checking of wrong work queueGuoqing Jiang
2020-10-08md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming
2020-10-08md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming
2020-10-08md/raid0: remove unused function is_io_in_chunk_boundary()Jason Yan
2020-10-07dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer
2020-10-07dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-05block: make bio_crypt_clone() able to failEric Biggers
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li
2020-10-02bcache: remove can_attach_cache()Coly Li
2020-10-02bcache: don't check seq numbers in register_cache_set()Coly Li
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li
2020-10-02bcache: remove useless bucket_pages()Coly Li
2020-10-02bcache: remove useless alloc_bucket_pages()Coly Li
2020-10-02bcache: only use block_bytes() on struct cacheColy Li
2020-10-02bcache: add set_uuid in struct cache_setColy Li
2020-10-02bcache: remove for_each_cache()Coly Li
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2020-10-02bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang
2020-10-02bcache: share register sysfs with async registerColy Li
2020-10-01dm: export dm_copy_name_and_uuidMike Snitzer
2020-10-01dm: fix comment in __dm_suspend()Mike Snitzer
2020-10-01dm: fold dm_process_bio() into dm_submit_bio()Mike Snitzer