index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Age
Commit message (
Expand
)
Author
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-15
dm: fix bio length of empty flush
Shin'ichiro Kawasaki
2022-04-14
dm: allow dm_accept_partial_bio() for dm_io without duplicate bios
Mike Snitzer
2022-04-01
dm: fix bio polling to handle possibile BLK_STS_AGAIN
Ming Lei
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
dm: consolidate spinlocks in dm_io struct
Mike Snitzer
2022-03-21
dm: switch dm_target_io booleans over to proper flags
Mike Snitzer
2022-03-21
dm: switch dm_io booleans over to proper flags
Mike Snitzer
2022-03-10
dm: return void from __send_empty_flush
Mike Snitzer
2022-03-10
dm: factor out dm_io_complete
Mike Snitzer
2022-03-10
dm: simplify dm_sumbit_bio_remap interface
Mike Snitzer
2022-03-10
dm: add WARN_ON_ONCE to dm_submit_bio_remap
Mike Snitzer
2022-03-09
dm: support bio polling
Ming Lei
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
2022-02-22
dm: remove unnecessary local variables in __bind
Mike Snitzer
2022-02-22
dm: requeue IO if mapping table not yet available
Mike Snitzer
2022-02-22
dm: fix use-after-free in dm_cleanup_zoned_dev()
Kirill Tkhai
2022-02-21
dm: add dm_submit_bio_remap interface
Mike Snitzer
2022-02-21
dm: flag clones created by __send_duplicate_bios
Mike Snitzer
2022-02-21
dm: move duplicate code from callers of alloc_tio into alloc_tio
Mike Snitzer
2022-02-21
dm: record old_sector in dm_target_io before calling map function
Mike Snitzer
2022-02-21
dm: remove legacy code only needed before submit_bio recursion
Mike Snitzer
2022-02-21
dm: remove unused mapped_device argument from free_tio
Mike Snitzer
2022-02-21
dm: remove impossible BUG_ON in __send_empty_flush
Mike Snitzer
2022-02-21
dm: reduce code duplication in __map_bio
Mike Snitzer
2022-02-21
dm: refactor dm_split_and_process_bio a bit
Mike Snitzer
2022-02-21
dm: fold __clone_and_map_data_bio into __split_and_process_bio
Mike Snitzer
2022-02-21
dm: rename split functions
Mike Snitzer
2022-02-21
dm: eliminate copying of dm_io fields in dm_io_dec_pending
Mike Snitzer
2022-02-21
dm stats: fix too short end duration_ns when using precise_timestamps
Mike Snitzer
2022-02-21
dm: fix double accounting of flush with data
Mike Snitzer
2022-02-21
dm: interlock pending dm_io and dm_wait_for_bios_completion
Mike Snitzer
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-04
dm: use bio_clone_fast in alloc_io/alloc_tio
Christoph Hellwig
2022-02-04
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
2022-02-04
dm: simplify the single bio fast path in __send_duplicate_bios
Christoph Hellwig
2022-02-04
dm: retun the clone bio from alloc_tio
Christoph Hellwig
2022-02-04
dm: pass the bio instead of tio to __map_bio
Christoph Hellwig
2022-02-04
dm: move cloning the bio into alloc_tio
Christoph Hellwig
2022-02-04
dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
Christoph Hellwig
2022-02-04
dm: fold clone_bio into __clone_and_map_data_bio
Christoph Hellwig
2022-02-04
dm: add a clone_to_tio helper
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
2022-02-02
dm: bio_alloc can't fail if it is allowed to sleep
Christoph Hellwig
2022-01-28
dm: properly fix redundant bio-based IO accounting
Mike Snitzer
2022-01-28
dm: revert partial fix for redundant bio-based IO accounting
Mike Snitzer
[next]