summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-10-01dm: fix comment in __dm_suspend()Mike Snitzer1-5/+4
2020-10-01dm: fold dm_process_bio() into dm_submit_bio()Mike Snitzer1-30/+22
2020-09-30dm: fix missing imposition of queue_limits from dm_wq_work() threadMike Snitzer1-25/+9
2020-09-29dm snap persistent: simplify area_io()Qinglang Miao1-9/+2
2020-09-29dm thin metadata: Remove unused local variable when create thin and snapHuaisheng Ye2-5/+4
2020-09-29dm raid: remove unnecessary discard limits for raid10Mike Snitzer1-11/+0
2020-09-29dm raid: fix discard limits for raid1 and raid10Mike Snitzer1-5/+7
2020-09-29dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+11
2020-09-29dm: use dm_table_get_device_name() where appropriate in targetsMike Snitzer2-10/+8
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer5-70/+61
2020-09-29dm: eliminate need for start_io_acct() forward declarationMike Snitzer1-40/+38
2020-09-29dm: simplify __process_abnormal_io()Mike Snitzer1-51/+17
2020-09-29dm: push use of on-stack flush_bio down to __send_empty_flush()Mike Snitzer1-24/+13
2020-09-29dm: optimize max_io_len() by inlining max_io_len_target_boundary()Mike Snitzer1-9/+10
2020-09-29dm: push md->immutable_target optimization down to __process_bio()Mike Snitzer1-13/+9
2020-09-29dm: change max_io_len() to use blk_max_size_offset()Mike Snitzer1-12/+8
2020-09-29dm table: stack 'chunk_sectors' limit to account for target-specific splittingMike Snitzer1-0/+5
2020-09-29Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer13-116/+102
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov3-3/+38
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig2-2/+2
2020-09-25md: compare bd_disk instead of bd_containsChristoph Hellwig1-4/+3
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-1/+1
2020-09-24md/raid10: improve discard request for far layoutXiao Ni2-23/+64
2020-09-24md/raid10: improve raid10 discard requestXiao Ni1-1/+255
2020-09-24md/raid10: pull codes that wait for blocked dev into one functionXiao Ni1-51/+67
2020-09-24md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+4
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni3-12/+24
2020-09-24md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei1-4/+4
2020-09-24md/raid5: reallocate page array after setting new stripe_sizeYufen Yu1-0/+20
2020-09-24md/raid5: resize stripe_head when reshape arrayYufen Yu1-0/+24
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu2-3/+114
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu1-2/+2
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu1-12/+24
2020-09-24md/raid5: convert to new xor compution interfaceYufen Yu1-9/+34
2020-09-24md/raid5: make async_copy_data() to support different page offsetYufen Yu1-3/+5
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu2-11/+40
2020-09-24md: only calculate blocksize once and use i_blocksize()Xianting Tian1-3/+4
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe12-106/+58
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2-7/+7
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig5-56/+3
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig2-10/+22
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig1-0/+2
2020-09-21dm: fix comment in dm_process_bio()Mike Snitzer1-1/+3
2020-09-21dm: fix bio splitting and its bio completion order for regular IOMike Snitzer1-21/+2
2020-09-20dm: Call proper helper to determine dax supportJan Kara1-3/+7
2020-09-20dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+6
2020-09-11md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+4
2020-09-10md: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-02dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2-7/+9