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
2015-02-12
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2015-02-09
dm: allocate requests in target when stacking on blk-mq devices
Mike Snitzer
1
-29
/
+85
2015-02-09
dm: prepare for allocating blk-mq clone requests in target
Keith Busch
1
-68
/
+66
2015-02-09
dm: submit stacked requests in irq enabled context
Keith Busch
1
-11
/
+35
2015-02-09
dm: split request structure out from dm_rq_target_io structure
Mike Snitzer
1
-9
/
+61
2015-02-09
dm: remove exports for request-based interfaces without external callers
Mike Snitzer
1
-6
/
+3
2015-02-09
dm: fix multipath regression due to initializing wrong request
Mike Snitzer
1
-1
/
+1
2015-01-28
block: require blk_rq_prep_clone() be given an initialized clone request
Keith Busch
1
-0
/
+1
2015-01-24
dm: fix handling of multiple internal suspends
Mikulas Patocka
1
-2
/
+7
2014-12-17
dm: fix missed error code if .end_io isn't implemented by target_type
zhendong chen
1
-1
/
+1
2014-12-13
Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+3
2014-11-24
md: use generic io stats accounting functions to simplify io stat accounting
Gu Zheng
1
-10
/
+3
2014-11-23
dm: use rcu_dereference_protected instead of rcu_dereference
Eric Dumazet
1
-5
/
+5
2014-11-19
dm: enhance internal suspend and resume interface
Mike Snitzer
1
-56
/
+173
2014-11-19
dm: add presuspend_undo hook to target_type
Mike Snitzer
1
-2
/
+8
2014-11-19
dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctl
Mike Snitzer
1
-2
/
+3
2014-11-10
dm: do not call dm_sync_table() when creating new devices
Hannes Reinecke
1
-3
/
+6
2014-11-10
dm: sparse: Annotate field with __rcu for checking
Pranith Kumar
1
-1
/
+1
2014-11-10
dm: Use rcu_dereference() for accessing rcu pointer
Pranith Kumar
1
-4
/
+4
2014-11-10
dm: improve documentation and code clarity in dm_merge_bvec
Mike Snitzer
1
-6
/
+6
2014-10-05
dm: allow active and inactive tables to share dm_devs
Benjamin Marzinski
1
-0
/
+126
2014-10-05
dm: use bioset_create_nobvec()
Junichi Nomura
1
-1
/
+1
2014-10-05
dm: remove nr_iovecs parameter from alloc_tio()
Junichi Nomura
1
-10
/
+5
2014-07-10
dm: allocate a special workqueue for deferred device removal
Mikulas Patocka
1
-2
/
+13
2014-06-12
Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+72
2014-06-04
dm: remove symbol export for dm_set_device_limits
Mike Snitzer
1
-1
/
+0
2014-06-04
dm: disable WRITE SAME if it fails
Mike Snitzer
1
-0
/
+16
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2014-06-03
dm: introduce dm_accept_partial_bio
Mikulas Patocka
1
-8
/
+51
2014-06-03
dm: change sector_count member in clone_info from sector_t to unsigned
Mikulas Patocka
1
-7
/
+7
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-1
/
+1
2014-04-15
block: remove struct request buffer member
Jens Axboe
1
-1
/
+0
2014-03-27
dm table: add dm_table_run_md_queue_async
Mike Snitzer
1
-0
/
+5
2014-03-27
dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind
Monam Agarwal
1
-1
/
+1
2014-03-27
dm: stop using bi_private
Mikulas Patocka
1
-4
/
+3
2014-03-27
dm: remove dm_get_mapinfo
Mikulas Patocka
1
-10
/
+0
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-161
/
+28
2014-01-14
dm sysfs: fix a module unload race
Mikulas Patocka
1
-15
/
+5
2014-01-07
dm: wait until embedded kobject is released before destroying a device
Mikulas Patocka
1
-0
/
+11
2014-01-07
dm: remove pointless kobject comparison in dm_get_from_kobject
Mikulas Patocka
1
-6
/
+0
2013-11-23
dm: Refactor for new bio cloning/splitting
Kent Overstreet
1
-154
/
+20
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-12
/
+13
2013-11-09
dm: allow remove to be deferred
Mikulas Patocka
1
-3
/
+44
2013-09-23
dm: add reserved_bio_based_ios module parameter
Mike Snitzer
1
-1
/
+16
2013-09-23
dm: add reserved_rq_based_ios module parameter
Mike Snitzer
1
-1
/
+37
2013-09-23
dm: lower bio-based mempool reservation
Mike Snitzer
1
-4
/
+5
2013-09-20
dm mpath: disable WRITE SAME if it fails
Mike Snitzer
1
-0
/
+11
2013-09-05
dm: add statistics support
Mikulas Patocka
1
-3
/
+62
2013-09-05
dm ioctl: increase granularity of type_lock when loading table
Mike Snitzer
1
-0
/
+2
2013-08-23
dm: stop using WQ_NON_REENTRANT
Tejun Heo
1
-2
/
+1
[prev]
[next]