index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: trigger change uevent on rename
Alasdair G Kergon
2007-12-20
1
-1
/
+6
*
dm: table detect io beyond device
Jun'ichi Nomura
2007-12-20
1
-6
/
+18
*
dm: uevent generate events
Mike Anderson
2007-10-20
1
-0
/
+28
*
dm: add uevent to core
Mike Anderson
2007-10-20
1
-0
/
+10
*
dm: tidy bio_io_error usage
Milan Broz
2007-10-20
1
-19
/
+18
*
dm: fix thaw_bdev
Jun'ichi Nomura
2007-10-20
1
-1
/
+3
*
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
2007-10-16
1
-16
/
+0
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
1
-11
/
+7
*
Fix remap handling by blktrace
Alan D. Brunelle
2007-08-11
1
-2
/
+2
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
1
-5
/
+5
*
unregister_blkdev() delete redundant messages in callers
Akinobu Mita
2007-07-17
1
-3
/
+1
*
dm: disable barriers
Stefan Bader
2007-07-12
1
-0
/
+9
*
dm: use kmem_cache macro
Alasdair G Kergon
2007-07-12
1
-13
/
+11
*
dm mpath: log device name
Edward Goggin
2007-05-09
1
-0
/
+1
*
[BLOCK] Don't pin lots of memory in mempools
Jens Axboe
2007-04-30
1
-1
/
+1
*
[PATCH] dm-multipath: fix stall on noflush suspend/resume
Jun'ichi Nomura
2007-01-26
1
-8
/
+19
*
[PATCH] dm: suspend: add noflush pushback
Kiyoshi Ueda
2006-12-08
1
-10
/
+95
*
[PATCH] dm: map and endio return code clarification
Kiyoshi Ueda
2006-12-08
1
-3
/
+10
*
[PATCH] dm: suspend: parameter change
Kiyoshi Ueda
2006-12-08
1
-1
/
+2
*
[PATCH] dm: tidy core formatting
Kiyoshi Ueda
2006-12-08
1
-7
/
+4
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-2
/
+2
*
[PATCH] dm: suspend: fix error path
Alasdair G Kergon
2006-11-08
1
-1
/
+3
*
[PATCH] dm: use private biosets
Stefan Bader
2006-10-03
1
-22
/
+41
*
[PATCH] dm table: add target preresume
Milan Broz
2006-10-03
1
-1
/
+3
*
[PATCH] dm: add uevent change event on resume
Hannes Reinecke
2006-10-03
1
-0
/
+2
*
[PATCH] dm: fix alloc_dev error path
Ishai Rabinovitz
2006-10-03
1
-1
/
+2
*
[PATCH] dm: support ioctls on mapped devices
Milan Broz
2006-10-03
1
-0
/
+41
*
[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.
Greg Kroah-Hartman
2006-06-26
1
-1
/
+1
*
[PATCH] dm: improve error message consistency
Alasdair G Kergon
2006-06-26
1
-0
/
+8
*
[PATCH] dm: prevent removal if open
Alasdair G Kergon
2006-06-26
1
-1
/
+31
*
[PATCH] dm: add exports
Alasdair G Kergon
2006-06-26
1
-6
/
+6
*
[PATCH] dm: consolidate creation functions
Alasdair G Kergon
2006-06-26
1
-22
/
+13
*
[PATCH] dm: fix block device initialisation
Jeff Mahoney
2006-06-26
1
-4
/
+4
*
[PATCH] dm: add module ref counting
Jeff Mahoney
2006-06-26
1
-0
/
+6
*
[PATCH] dm: add DMF_FREEING
Jeff Mahoney
2006-06-26
1
-2
/
+30
*
[PATCH] dm: change minor_lock to spinlock
Jeff Mahoney
2006-06-26
1
-14
/
+13
*
[PATCH] dm: move idr_pre_get
Jeff Mahoney
2006-06-26
1
-14
/
+9
*
[PATCH] dm: fix idr minor allocation
Jeff Mahoney
2006-06-26
1
-3
/
+16
*
[PATCH] sem2mutex: drivers/md
Arjan van de Ven
2006-03-27
1
-9
/
+10
*
[PATCH] dm store geometry
Darrick J. Wong
2006-03-27
1
-0
/
+46
*
[PATCH] dm table: store md
Mike Anderson
2006-03-27
1
-3
/
+3
*
[PATCH] dm: tidy mdptr
Alasdair G Kergon
2006-03-27
1
-8
/
+2
*
[PATCH] dm: store md name
Mike Anderson
2006-03-27
1
-0
/
+2
*
[PATCH] dm flush queue EINTR
Jun'ichi Nomura
2006-03-27
1
-1
/
+4
*
[PATCH] mempool: use mempool_create_slab_pool()
Matthew Dobson
2006-03-26
1
-4
/
+2
*
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
Jens Axboe
2006-03-23
1
-1
/
+12
*
[PATCH] dm: bio split bvec fix
Alasdair G Kergon
2006-03-22
1
-19
/
+24
*
[PATCH] regularize blk_cleanup_queue() use
Al Viro
2006-03-18
1
-2
/
+2
*
[PATCH] dm: free minor after unlink gendisk
Jun'ichi Nomura
2006-02-24
1
-1
/
+3
*
[PATCH] dm: missing bdput/thaw_bdev at removal
Jun'ichi Nomura
2006-02-24
1
-0
/
+4
[next]