summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-09block: add ->poll_bio to block_device_operationsMing Lei
2022-03-02dm mpath: use DMINFO instead of printk with KERN_INFOMike Snitzer
2022-03-02dm: stop using bdevnameChristoph Hellwig
2022-03-02dm-zoned: remove the ->name field in struct dmz_devChristoph Hellwig
2022-02-22dm: remove unnecessary local variables in __bindMike Snitzer
2022-02-22dm: requeue IO if mapping table not yet availableMike Snitzer
2022-02-22dm io: remove stale comment block for dm_io()Barry Song
2022-02-22dm thin metadata: remove unused dm_thin_remove_block and __removeZhiqiang Liu
2022-02-22dm thin: use time_is_before_jiffies instead of open coding itWang Qing
2022-02-22dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma
2022-02-22dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai
2022-02-22dm ioctl: prevent potential spectre v1 gadgetJordy Zomer
2022-02-22dm: cleanup double word in commentTom Rix
2022-02-22dm ima: fix wrong length calculation for no_data stringThore Sommer
2022-02-22dm cache policy smq: make static read-only array table constColin Ian King
2022-02-21dm delay: use dm_submit_bio_remapMike Snitzer
2022-02-21dm crypt: use dm_submit_bio_remapMike Snitzer
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer
2022-02-21dm: flag clones created by __send_duplicate_biosMike Snitzer
2022-02-21dm: reduce dm_io and dm_target_io struct sizesMike Snitzer
2022-02-21dm: move duplicate code from callers of alloc_tio into alloc_tioMike Snitzer
2022-02-21dm: record old_sector in dm_target_io before calling map functionMike Snitzer
2022-02-21dm: remove legacy code only needed before submit_bio recursionMike Snitzer
2022-02-21dm: remove unused mapped_device argument from free_tioMike Snitzer
2022-02-21dm: remove impossible BUG_ON in __send_empty_flushMike Snitzer
2022-02-21dm: reduce code duplication in __map_bioMike Snitzer
2022-02-21dm: refactor dm_split_and_process_bio a bitMike Snitzer
2022-02-21dm: fold __clone_and_map_data_bio into __split_and_process_bioMike Snitzer
2022-02-21dm: rename split functionsMike Snitzer
2022-02-21dm: reorder members in mapped_device structMike Snitzer
2022-02-21dm: eliminate copying of dm_io fields in dm_io_dec_pendingMike Snitzer
2022-02-21dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer
2022-02-21dm: fix double accounting of flush with dataMike Snitzer
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer
2022-02-16block/bfq_wf2q: correct weight to ioprioYahu Gao
2022-02-16blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queuesDavid Jeffery
2022-02-16virtio_blk: simplify refcountingChristoph Hellwig
2022-02-16memstick/mspro_block: simplify refcountingChristoph Hellwig
2022-02-16memstick/mspro_block: fix handling of read-only devicesChristoph Hellwig
2022-02-16memstick/ms_block: simplify refcountingChristoph Hellwig
2022-02-16block: add a ->free_disk methodChristoph Hellwig
2022-02-16block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO ...Ming Lei
2022-02-16block: don't try to throttle split bio if iops limit isn't setMing Lei
2022-02-16block: throttle split bio in case of iops limitMing Lei
2022-02-16block: merge submit_bio_checks() into submit_bio_noacctMing Lei
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnMing Lei
2022-02-16block: don't declare submit_bio_checks in local headerMing Lei
2022-02-16block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei
2022-02-16block: move submit_bio_checks() into submit_bio_noacctMing Lei
2022-02-16dm: remove dm_dispatch_clone_requestChristoph Hellwig