summaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-02dm: stop using bdevnameChristoph Hellwig5-37/+27
2022-03-02dm-zoned: remove the ->name field in struct dmz_devChristoph Hellwig3-8/+6
2022-02-22dm: remove unnecessary local variables in __bindMike Snitzer1-5/+2
2022-02-22dm: requeue IO if mapping table not yet availableMike Snitzer2-9/+9
2022-02-22dm io: remove stale comment block for dm_io()Barry Song1-8/+0
2022-02-22dm thin metadata: remove unused dm_thin_remove_block and __removeZhiqiang Liu2-29/+0
2022-02-22dm thin: use time_is_before_jiffies instead of open coding itWang Qing1-1/+1
2022-02-22dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma1-1/+1
2022-02-22dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai1-1/+1
2022-02-22dm ioctl: prevent potential spectre v1 gadgetJordy Zomer1-0/+2
2022-02-22dm: cleanup double word in commentTom Rix1-1/+1
2022-02-22dm ima: fix wrong length calculation for no_data stringThore Sommer1-3/+3
2022-02-22dm cache policy smq: make static read-only array table constColin Ian King1-1/+3
2022-02-21dm delay: use dm_submit_bio_remapMike Snitzer1-2/+3
2022-02-21dm crypt: use dm_submit_bio_remapMike Snitzer1-5/+8
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer4-22/+118
2022-02-21dm: flag clones created by __send_duplicate_biosMike Snitzer2-21/+30
2022-02-21dm: reduce dm_io and dm_target_io struct sizesMike Snitzer1-3/+3
2022-02-21dm: move duplicate code from callers of alloc_tio into alloc_tioMike Snitzer1-14/+13
2022-02-21dm: record old_sector in dm_target_io before calling map functionMike Snitzer2-3/+5
2022-02-21dm: remove legacy code only needed before submit_bio recursionMike Snitzer1-9/+2
2022-02-21dm: remove unused mapped_device argument from free_tioMike Snitzer1-2/+2
2022-02-21dm: remove impossible BUG_ON in __send_empty_flushMike Snitzer1-1/+0
2022-02-21dm: reduce code duplication in __map_bioMike Snitzer1-12/+6
2022-02-21dm: refactor dm_split_and_process_bio a bitMike Snitzer1-26/+28
2022-02-21dm: fold __clone_and_map_data_bio into __split_and_process_bioMike Snitzer1-22/+8
2022-02-21dm: rename split functionsMike Snitzer1-11/+11
2022-02-21dm: reorder members in mapped_device structMike Snitzer1-19/+19
2022-02-21dm: eliminate copying of dm_io fields in dm_io_dec_pendingMike Snitzer1-12/+7
2022-02-21dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer3-5/+34
2022-02-21dm: fix double accounting of flush with dataMike Snitzer3-17/+38
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer2-12/+25
2022-02-17block/bfq_wf2q: correct weight to ioprioYahu Gao1-1/+1
2022-02-17blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queuesDavid Jeffery1-0/+8
2022-02-17virtio_blk: simplify refcountingChristoph Hellwig1-52/+14
2022-02-17memstick/mspro_block: simplify refcountingChristoph Hellwig1-42/+7
2022-02-17memstick/mspro_block: fix handling of read-only devicesChristoph Hellwig1-6/+4
2022-02-17memstick/ms_block: simplify refcountingChristoph Hellwig2-50/+15
2022-02-17block: add a ->free_disk methodChristoph Hellwig2-0/+7
2022-02-17block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO ...Ming Lei2-33/+0
2022-02-17block: don't try to throttle split bio if iops limit isn't setMing Lei2-7/+25
2022-02-17block: throttle split bio in case of iops limitMing Lei3-7/+7
2022-02-17block: merge submit_bio_checks() into submit_bio_noacctMing Lei1-108/+101
2022-02-17block: don't check bio in blk_throtl_dispatch_work_fnMing Lei3-14/+19
2022-02-17block: don't declare submit_bio_checks in local headerMing Lei2-2/+1
2022-02-17block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei2-16/+8
2022-02-17block: move submit_bio_checks() into submit_bio_noacctMing Lei1-3/+3
2022-02-17dm: remove dm_dispatch_clone_requestChristoph Hellwig1-13/+9
2022-02-17dm: remove useless code from dm_dispatch_clone_requestChristoph Hellwig1-4/+0
2022-02-17blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig3-8/+6