index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-13
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-110
/
+237
2015-02-13
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-14
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-24
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-06
dm: allow active and inactive tables to share dm_devs
Benjamin Marzinski
1
-0
/
+126
2014-10-06
dm: use bioset_create_nobvec()
Junichi Nomura
1
-1
/
+1
2014-10-06
dm: remove nr_iovecs parameter from alloc_tio()
Junichi Nomura
1
-10
/
+5
2014-07-11
dm: allocate a special workqueue for deferred device removal
Mikulas Patocka
1
-2
/
+13
2014-06-13
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-16
block: remove struct request buffer member
Jens Axboe
1
-1
/
+0
2014-03-28
dm table: add dm_table_run_md_queue_async
Mike Snitzer
1
-0
/
+5
2014-03-28
dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind
Monam Agarwal
1
-1
/
+1
2014-03-28
dm: stop using bi_private
Mikulas Patocka
1
-4
/
+3
2014-03-28
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-15
dm sysfs: fix a module unload race
Mikulas Patocka
1
-15
/
+5
2014-01-08
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-24
dm: Refactor for new bio cloning/splitting
Kent Overstreet
1
-154
/
+20
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-12
/
+13
2013-11-10
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-06
dm: add statistics support
Mikulas Patocka
1
-3
/
+62
2013-09-06
dm ioctl: increase granularity of type_lock when loading table
Mike Snitzer
1
-0
/
+2
[next]