aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-393/+222
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 24-620/+1032
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-119/+106
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+9
2020-10-08md/raid5: fix oops during stripe resizingGravatar Song Liu 1-2/+2
2020-10-08md/bitmap: fix memory leak of temporary bitmapGravatar Zhao Heming 2-1/+3
2020-10-08md: fix the checking of wrong work queueGravatar Guoqing Jiang 1-1/+1
2020-10-08md/bitmap: md_bitmap_get_counter returns wrong blocksGravatar Zhao Heming 1-1/+1
2020-10-08md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksGravatar Zhao Heming 1-2/+2
2020-10-08md/raid0: remove unused function is_io_in_chunk_boundary()Gravatar Jason Yan 1-17/+0
2020-10-07dm: fix request-based DM to not bounce through indirect dm_submit_bioGravatar Mike Snitzer 1-13/+12
2020-10-07dm: remove special-casing of bio-based immutable singleton target on NVMeGravatar Mike Snitzer 2-80/+7
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 1-6/+9
2020-10-05block: make bio_crypt_clone() able to failGravatar Eric Biggers 1-3/+4
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setGravatar Coly Li 11-59/+46
2020-10-02bcache: check and set sync status on cache's in-memory super blockGravatar Coly Li 4-10/+7
2020-10-02bcache: remove can_attach_cache()Gravatar Coly Li 1-10/+0
2020-10-02bcache: don't check seq numbers in register_cache_set()Gravatar Coly Li 1-15/+0
2020-10-02bcache: only use bucket_bytes() on struct cacheGravatar Coly Li 2-2/+2
2020-10-02bcache: remove useless bucket_pages()Gravatar Coly Li 1-1/+0
2020-10-02bcache: remove useless alloc_bucket_pages()Gravatar Coly Li 1-3/+0
2020-10-02bcache: only use block_bytes() on struct cacheGravatar Coly Li 7-24/+24
2020-10-02bcache: add set_uuid in struct cache_setGravatar Coly Li 3-13/+14
2020-10-02bcache: remove for_each_cache()Gravatar Coly Li 6-294/+237
2020-10-02bcache: explicitly make cache_set only have single cacheGravatar Coly Li 3-17/+12
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Gravatar Coly Li 4-24/+19
2020-10-02bcache: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-13/+3
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Gravatar Dongsheng Yang 1-1/+1
2020-10-02bcache: share register sysfs with async registerGravatar Coly Li 1-5/+7
2020-10-01dm: export dm_copy_name_and_uuidGravatar Mike Snitzer 1-1/+1
2020-10-01dm: fix comment in __dm_suspend()Gravatar Mike Snitzer 1-5/+4
2020-10-01dm: fold dm_process_bio() into dm_submit_bio()Gravatar Mike Snitzer 1-30/+22
2020-09-30dm: fix missing imposition of queue_limits from dm_wq_work() threadGravatar Mike Snitzer 1-25/+9
2020-09-29dm snap persistent: simplify area_io()Gravatar Qinglang Miao 1-9/+2
2020-09-29dm thin metadata: Remove unused local variable when create thin and snapGravatar Huaisheng Ye 2-5/+4
2020-09-29dm raid: remove unnecessary discard limits for raid10Gravatar Mike Snitzer 1-11/+0
2020-09-29dm raid: fix discard limits for raid1 and raid10Gravatar Mike Snitzer 1-5/+7
2020-09-29dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-6/+11
2020-09-29dm: use dm_table_get_device_name() where appropriate in targetsGravatar Mike Snitzer 2-10/+8
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreGravatar Mike Snitzer 5-70/+61
2020-09-29dm: eliminate need for start_io_acct() forward declarationGravatar Mike Snitzer 1-40/+38
2020-09-29dm: simplify __process_abnormal_io()Gravatar Mike Snitzer 1-51/+17
2020-09-29dm: push use of on-stack flush_bio down to __send_empty_flush()Gravatar Mike Snitzer 1-24/+13
2020-09-29dm: optimize max_io_len() by inlining max_io_len_target_boundary()Gravatar Mike Snitzer 1-9/+10
2020-09-29dm: push md->immutable_target optimization down to __process_bio()Gravatar Mike Snitzer 1-13/+9
2020-09-29dm: change max_io_len() to use blk_max_size_offset()Gravatar Mike Snitzer 1-12/+8
2020-09-29dm table: stack 'chunk_sectors' limit to account for target-specific splittingGravatar Mike Snitzer 1-0/+5
2020-09-29Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Gravatar Mike Snitzer 13-116/+102
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetGravatar Konstantin Khlebnikov 3-3/+38
2020-09-25md: don't detour through bd_contains for the gendiskGravatar Christoph Hellwig 2-2/+2