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-core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
dm: fix bio_set allocation
Christoph Hellwig
1
-2
/
+9
2022-05-05
dm: simplify bio-based IO accounting further
Mike Snitzer
1
-5
/
+1
2022-05-05
dm: put all polled dm_io instances into a single list
Ming Lei
1
-1
/
+1
2022-05-05
dm: don't grab target io reference in dm_zone_map_bio
Ming Lei
1
-7
/
+0
2022-05-05
dm: improve bio splitting and associated IO accounting
Ming Lei
1
-1
/
+7
2022-05-05
dm: conditionally enable branching for less used features
Mike Snitzer
1
-0
/
+5
2022-05-05
dm: move hot dm_io members to same cacheline as dm_target_io
Mike Snitzer
1
-5
/
+7
2022-05-05
dm: simplify dm_start_io_acct
Mike Snitzer
1
-0
/
+6
2022-04-01
dm: fix dm_io and dm_target_io flags race condition on Alpha
Mikulas Patocka
1
-2
/
+2
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2022-03-21
dm: consolidate spinlocks in dm_io struct
Mike Snitzer
1
-2
/
+1
2022-03-21
dm: reduce size of dm_io and dm_target_io structs
Mike Snitzer
1
-6
/
+6
2022-03-21
dm: switch dm_target_io booleans over to proper flags
Mike Snitzer
1
-2
/
+19
2022-03-21
dm: switch dm_io booleans over to proper flags
Mike Snitzer
1
-2
/
+20
2022-03-10
dm: simplify dm_sumbit_bio_remap interface
Mike Snitzer
1
-0
/
+1
2022-03-09
dm: support bio polling
Ming Lei
1
-0
/
+2
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
1
-1
/
+0
2022-02-21
dm: add dm_submit_bio_remap interface
Mike Snitzer
1
-0
/
+2
2022-02-21
dm: flag clones created by __send_duplicate_bios
Mike Snitzer
1
-1
/
+2
2022-02-21
dm: reduce dm_io and dm_target_io struct sizes
Mike Snitzer
1
-3
/
+3
2022-02-21
dm: record old_sector in dm_target_io before calling map function
Mike Snitzer
1
-0
/
+1
2022-02-21
dm: reorder members in mapped_device struct
Mike Snitzer
1
-19
/
+19
2022-02-21
dm: interlock pending dm_io and dm_wait_for_bios_completion
Mike Snitzer
1
-0
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2021-10-21
blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
Eric Biggers
1
-1
/
+1
2021-10-21
blk-crypto: rename keyslot-manager files to blk-crypto-profile
Eric Biggers
1
-1
/
+1
2021-08-10
dm ima: measure data on table load
Tushar Sugandhi
1
-0
/
+5
2021-06-04
dm: introduce zone append emulation
Damien Le Moal
1
-0
/
+13
2021-06-04
dm: rearrange core declarations for extended use from dm-zone.c
Damien Le Moal
1
-0
/
+52
2021-02-11
dm: fix deadlock when swapping to encrypted device
Mikulas Patocka
1
-0
/
+4
2021-02-11
dm: add support for passing through inline crypto support
Satya Tangirala
1
-0
/
+5
2020-12-01
dm: remove the block_device reference in struct mapped_device
Christoph Hellwig
1
-2
/
+0
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
1
-5
/
+0
2020-09-29
dm table: make 'struct dm_table' definition accessible to all of DM core
Mike Snitzer
1
-2
/
+54
2019-04-04
dm: disable DISCARD if the underlying storage no longer supports it
Mike Snitzer
1
-0
/
+1
2018-12-19
dm: don't reuse bio for flushes
Jens Axboe
1
-3
/
+0
2018-12-10
dm: remove the pending IO accounting
Mikulas Patocka
1
-2
/
+0
2018-10-11
dm: remove legacy request-based IO path
Jens Axboe
1
-10
/
+0
2018-06-08
dm: adjust structure members to improve alignment
Mike Snitzer
1
-19
/
+19
2018-05-30
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-2
/
+2
2018-01-29
dm: various cleanups to md->queue initialization code
Mike Snitzer
1
-2
/
+0
2017-12-16
dm: remove now unused bio-based io_pool and _io_cache
Mike Snitzer
1
-2
/
+0
2017-12-16
dm: improve performance by moving dm_io structure to per-bio-data
Mike Snitzer
1
-0
/
+1
2017-11-10
dm: allocate struct mapped_device with kvzalloc
Mikulas Patocka
1
-1
/
+2
2017-09-25
dm ioctl: fix alignment of event number in the device list
Mikulas Patocka
1
-0
/
+1
2017-06-19
dm: add basic support for using the select or poll function
Mikulas Patocka
1
-0
/
+3
2017-05-05
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2017-05-03
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2017-04-27
dm: introduce enum dm_queue_mode to cleanup related code
Bart Van Assche
1
-1
/
+1
2017-04-20
dm: add dax_device and dax_operations support
Dan Williams
1
-0
/
+1
[next]