summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1413-393/+222
|\
| * dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer2020-10-071-13/+12
| * dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer2020-10-072-80/+7
| * dm: export dm_copy_name_and_uuidMike Snitzer2020-10-011-1/+1
| * dm: fix comment in __dm_suspend()Mike Snitzer2020-10-011-5/+4
| * dm: fold dm_process_bio() into dm_submit_bio()Mike Snitzer2020-10-011-30/+22
| * dm: fix missing imposition of queue_limits from dm_wq_work() threadMike Snitzer2020-09-301-25/+9
| * dm snap persistent: simplify area_io()Qinglang Miao2020-09-291-9/+2
| * dm thin metadata: Remove unused local variable when create thin and snapHuaisheng Ye2020-09-292-5/+4
| * dm raid: remove unnecessary discard limits for raid10Mike Snitzer2020-09-291-11/+0
| * dm raid: fix discard limits for raid1 and raid10Mike Snitzer2020-09-291-5/+7
| * dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-09-291-6/+11
| * dm: use dm_table_get_device_name() where appropriate in targetsMike Snitzer2020-09-292-10/+8
| * dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer2020-09-295-70/+61
| * dm: eliminate need for start_io_acct() forward declarationMike Snitzer2020-09-291-40/+38
| * dm: simplify __process_abnormal_io()Mike Snitzer2020-09-291-51/+17
| * dm: push use of on-stack flush_bio down to __send_empty_flush()Mike Snitzer2020-09-291-24/+13
| * dm: optimize max_io_len() by inlining max_io_len_target_boundary()Mike Snitzer2020-09-291-9/+10
| * dm: push md->immutable_target optimization down to __process_bio()Mike Snitzer2020-09-291-13/+9
| * dm: change max_io_len() to use blk_max_size_offset()Mike Snitzer2020-09-291-12/+8
| * dm table: stack 'chunk_sectors' limit to account for target-specific splittingMike Snitzer2020-09-291-0/+5
| * Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer2020-09-2913-116/+102
| |\
* | \ Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1324-620/+1032
|\ \ \
| * | | md/raid5: fix oops during stripe resizingSong Liu2020-10-081-2/+2
| * | | md/bitmap: fix memory leak of temporary bitmapZhao Heming2020-10-082-1/+3
| * | | md: fix the checking of wrong work queueGuoqing Jiang2020-10-081-1/+1
| * | | md/bitmap: md_bitmap_get_counter returns wrong blocksZhao Heming2020-10-081-1/+1
| * | | md/bitmap: md_bitmap_read_sb uses wrong bitmap blocksZhao Heming2020-10-081-2/+2
| * | | md/raid0: remove unused function is_io_in_chunk_boundary()Jason Yan2020-10-081-17/+0
| * | | bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-0211-59/+46
| * | | bcache: check and set sync status on cache's in-memory super blockColy Li2020-10-024-10/+7
| * | | bcache: remove can_attach_cache()Coly Li2020-10-021-10/+0
| * | | bcache: don't check seq numbers in register_cache_set()Coly Li2020-10-021-15/+0
| * | | bcache: only use bucket_bytes() on struct cacheColy Li2020-10-022-2/+2
| * | | bcache: remove useless bucket_pages()Coly Li2020-10-021-1/+0
| * | | bcache: remove useless alloc_bucket_pages()Coly Li2020-10-021-3/+0
| * | | bcache: only use block_bytes() on struct cacheColy Li2020-10-027-24/+24
| * | | bcache: add set_uuid in struct cache_setColy Li2020-10-023-13/+14
| * | | bcache: remove for_each_cache()Coly Li2020-10-026-294/+237
| * | | bcache: explicitly make cache_set only have single cacheColy Li2020-10-023-17/+12
| * | | bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li2020-10-024-24/+19
| * | | bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-021-13/+3
| * | | bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang2020-10-021-1/+1
| * | | bcache: share register sysfs with async registerColy Li2020-10-021-5/+7
| * | | md/raid10: improve discard request for far layoutXiao Ni2020-09-242-23/+64
| * | | md/raid10: improve raid10 discard requestXiao Ni2020-09-241-1/+255
| * | | md/raid10: pull codes that wait for blocked dev into one functionXiao Ni2020-09-241-51/+67
| * | | md/raid10: extend r10bio devs to raid disksXiao Ni2020-09-241-5/+4
| * | | md: add md_submit_discard_bio() for submitting discard bioXiao Ni2020-09-243-12/+24
| * | | md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei2020-09-241-4/+4