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
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
2013-07-10
dm: optimize reorder structure
Mikulas Patocka
1
-7
/
+7
2013-07-10
dm: optimize use SRCU and RCU
Mikulas Patocka
1
-67
/
+93
2013-07-10
dm mpath: fix ioctl deadlock when no paths
Hannes Reinecke
1
-1
/
+8
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-3
/
+1
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
1
-0
/
+1
2013-03-01
dm: add target num_write_bios fn
Alasdair G Kergon
1
-7
/
+15
2013-03-01
dm: merge io_pool and tio_pool
Jun'ichi Nomura
1
-49
/
+27
2013-03-01
dm: remove unused _rq_bio_info_cache
Jun'ichi Nomura
1
-21
/
+10
2013-03-01
dm: fix limits initialization when there are no data devices
Mike Christie
1
-5
/
+7
2013-03-01
dm: refactor bio cloning
Alasdair G Kergon
1
-68
/
+96
2013-03-01
dm: rename bio cloning functions
Alasdair G Kergon
1
-32
/
+31
2013-03-01
dm: rename request variables to bios
Alasdair G Kergon
1
-23
/
+23
2013-03-01
dm: clean up clone_bio
Alasdair G Kergon
1
-45
/
+57
2013-03-01
dm: do not replace bioset for request based dm
Jun'ichi Nomura
1
-9
/
+21
2013-02-28
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2013-02-27
dm: convert to idr_alloc()
Tejun Heo
1
-39
/
+15
2013-02-27
dm: don't use idr_remove_all()
Tejun Heo
1
-1
/
+0
2013-01-31
dm: fix write same requests counting
Alasdair G Kergon
1
-2
/
+4
2013-01-14
block: add missing block_bio_complete() tracepoint
Tejun Heo
1
-1
/
+0
2012-12-21
dm: remove map_info
Mikulas Patocka
1
-2
/
+2
2012-12-21
dm: move target request nr to dm_target_io
Mikulas Patocka
1
-1
/
+2
2012-12-21
dm: introduce per_bio_data
Mikulas Patocka
1
-18
/
+15
2012-12-21
dm: add WRITE SAME support
Mike Snitzer
1
-5
/
+39
[next]