index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-15
/
+0
2022-03-24
Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-215
/
+458
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-111
/
+61
2022-03-21
dm: consolidate spinlocks in dm_io struct
Mike Snitzer
1
-6
/
+5
2022-03-21
dm: switch dm_target_io booleans over to proper flags
Mike Snitzer
1
-12
/
+19
2022-03-21
dm: switch dm_io booleans over to proper flags
Mike Snitzer
1
-12
/
+18
2022-03-10
dm: return void from __send_empty_flush
Mike Snitzer
1
-3
/
+2
2022-03-10
dm: factor out dm_io_complete
Mike Snitzer
1
-72
/
+77
2022-03-10
dm: simplify dm_sumbit_bio_remap interface
Mike Snitzer
1
-4
/
+4
2022-03-10
dm: add WARN_ON_ONCE to dm_submit_bio_remap
Mike Snitzer
1
-1
/
+3
2022-03-09
dm: support bio polling
Ming Lei
1
-3
/
+140
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
1
-15
/
+0
2022-02-22
dm: remove unnecessary local variables in __bind
Mike Snitzer
1
-5
/
+2
2022-02-22
dm: requeue IO if mapping table not yet available
Mike Snitzer
1
-8
/
+3
2022-02-22
dm: fix use-after-free in dm_cleanup_zoned_dev()
Kirill Tkhai
1
-1
/
+1
2022-02-21
dm: add dm_submit_bio_remap interface
Mike Snitzer
1
-20
/
+107
2022-02-21
dm: flag clones created by __send_duplicate_bios
Mike Snitzer
1
-20
/
+28
2022-02-21
dm: move duplicate code from callers of alloc_tio into alloc_tio
Mike Snitzer
1
-14
/
+13
2022-02-21
dm: record old_sector in dm_target_io before calling map function
Mike Snitzer
1
-3
/
+4
2022-02-21
dm: remove legacy code only needed before submit_bio recursion
Mike Snitzer
1
-9
/
+2
2022-02-21
dm: remove unused mapped_device argument from free_tio
Mike Snitzer
1
-2
/
+2
2022-02-21
dm: remove impossible BUG_ON in __send_empty_flush
Mike Snitzer
1
-1
/
+0
2022-02-21
dm: reduce code duplication in __map_bio
Mike Snitzer
1
-12
/
+6
2022-02-21
dm: refactor dm_split_and_process_bio a bit
Mike Snitzer
1
-26
/
+28
2022-02-21
dm: fold __clone_and_map_data_bio into __split_and_process_bio
Mike Snitzer
1
-22
/
+8
2022-02-21
dm: rename split functions
Mike Snitzer
1
-11
/
+11
2022-02-21
dm: eliminate copying of dm_io fields in dm_io_dec_pending
Mike Snitzer
1
-12
/
+7
2022-02-21
dm stats: fix too short end duration_ns when using precise_timestamps
Mike Snitzer
1
-0
/
+2
2022-02-21
dm: fix double accounting of flush with data
Mike Snitzer
1
-14
/
+33
2022-02-21
dm: interlock pending dm_io and dm_wait_for_bios_completion
Mike Snitzer
1
-12
/
+23
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-1
/
+1
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
1
-3
/
+3
2022-02-04
dm: use bio_clone_fast in alloc_io/alloc_tio
Christoph Hellwig
1
-9
/
+3
2022-02-04
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
1
-27
/
+6
2022-02-04
dm: simplify the single bio fast path in __send_duplicate_bios
Christoph Hellwig
1
-12
/
+14
2022-02-04
dm: retun the clone bio from alloc_tio
Christoph Hellwig
1
-20
/
+19
2022-02-04
dm: pass the bio instead of tio to __map_bio
Christoph Hellwig
1
-6
/
+4
2022-02-04
dm: move cloning the bio into alloc_tio
Christoph Hellwig
1
-12
/
+10
2022-02-04
dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
Christoph Hellwig
1
-16
/
+11
2022-02-04
dm: fold clone_bio into __clone_and_map_data_bio
Christoph Hellwig
1
-26
/
+17
2022-02-04
dm: add a clone_to_tio helper
Christoph Hellwig
1
-19
/
+15
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
1
-3
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-2
/
+3
2022-02-02
dm: bio_alloc can't fail if it is allowed to sleep
Christoph Hellwig
1
-2
/
+0
2022-01-28
dm: properly fix redundant bio-based IO accounting
Mike Snitzer
1
-2
/
+3
2022-01-28
dm: revert partial fix for redundant bio-based IO accounting
Mike Snitzer
1
-15
/
+0
2022-01-12
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-77
/
+12
2021-12-18
dax: remove the copy_from_iter and copy_to_iter methods
Christoph Hellwig
1
-50
/
+2
2021-12-18
dax: remove the DAXDEV_F_SYNC flag
Christoph Hellwig
1
-1
/
+1
2021-12-04
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
1
-2
/
+2
[next]