index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
block: fix non-atomic access to genhd inflight structures
Shaohua Li
2011-03-22
1
-3
/
+4
*
block: Require subsystems to explicitly allocate bio_set integrity mempool
Martin K. Petersen
2011-03-17
1
-3
/
+9
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
1
-28
/
+5
*
dm: remove superfluous irq disablement in dm_request_fn
Kiyoshi Ueda
2011-01-13
1
-2
/
+4
*
dm: use non reentrant workqueues if equivalent
Tejun Heo
2011-01-13
1
-1
/
+2
*
dm: convert workqueues to alloc_ordered
Tejun Heo
2011-01-13
1
-1
/
+1
*
dm: remove dm_mutex after bkl conversion
Milan Broz
2011-01-13
1
-5
/
+4
*
dm: dont take i_mutex to change device size
Mike Snitzer
2011-01-13
1
-2
/
+3
*
block: trace event block fix unassigned field
Jeff Moyer
2011-01-07
1
-1
/
+1
*
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...
Mike Snitzer
2010-11-16
1
-2
/
+2
*
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-22
1
-317
/
+81
|
\
|
*
dm: convey that all flushes are processed as empty
Mike Snitzer
2010-09-10
1
-19
/
+15
|
*
dm: fix locking context in queue_io()
Kiyoshi Ueda
2010-09-10
1
-2
/
+4
|
*
dm: relax ordering of bio-based flush implementation
Tejun Heo
2010-09-10
1
-112
/
+45
|
*
dm: implement REQ_FLUSH/FUA support for request-based dm
Tejun Heo
2010-09-10
1
-184
/
+22
|
*
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
2010-09-10
1
-62
/
+57
|
*
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
2010-09-10
1
-1
/
+1
*
|
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-10-05
1
-5
/
+5
|
/
*
dm: split discard requests on target boundaries
Mike Snitzer
2010-08-12
1
-24
/
+23
*
dm: factor out max_io_len_target_boundary
Mike Snitzer
2010-08-12
1
-8
/
+18
*
dm: use common __issue_target_request for flush and discard support
Mike Snitzer
2010-08-12
1
-8
/
+22
*
dm: linear support discard
Mike Snitzer
2010-08-12
1
-12
/
+53
*
dm: rename map_info flush_request to target_request_nr
Mike Snitzer
2010-08-12
1
-9
/
+9
*
dm: do not initialise full request queue when bio based
Mike Snitzer
2010-08-12
1
-25
/
+67
*
dm ioctl: make bio or request based device type immutable
Mike Snitzer
2010-08-12
1
-7
/
+30
*
dm: skip second flush on bio unsupported error
Mikulas Patocka
2010-08-12
1
-2
/
+13
*
dm: separate device deletion from dm_put
Kiyoshi Ueda
2010-08-12
1
-16
/
+46
*
dm: prevent access to md being deleted
Kiyoshi Ueda
2010-08-12
1
-0
/
+1
*
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
1
-0
/
+7
*
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
2010-08-07
1
-1
/
+1
*
dm: stop using q->prepare_flush_fn
FUJITA Tomonori
2010-08-07
1
-14
/
+2
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
1
-7
/
+7
*
block: remove wrappers for request type/flags
Christoph Hellwig
2010-08-07
1
-5
/
+5
*
dm ioctl: introduce flag indicating uevent was generated
Peter Rajnoha
2010-03-06
1
-3
/
+4
*
dm: free dm_io before bio_endio not after
Mikulas Patocka
2010-03-06
1
-2
/
+2
*
dm table: remove dm_get from dm_table_get_md
Kiyoshi Ueda
2010-03-06
1
-12
/
+2
*
dm mpath: fix stall when requeueing io
Kiyoshi Ueda
2010-02-16
1
-4
/
+17
*
dm: export suspended state to targets
Kiyoshi Ueda
2009-12-10
1
-0
/
+11
*
dm: rename dm_suspended to dm_suspended_md
Kiyoshi Ueda
2009-12-10
1
-6
/
+6
*
dm: swap target postsuspend call and setting suspended flag
Kiyoshi Ueda
2009-12-10
1
-2
/
+2
*
dm: trace request based remapping
Jun'ichi Nomura
2009-12-10
1
-0
/
+2
*
dm: keep old table until after resume succeeded
Alasdair G Kergon
2009-12-10
1
-17
/
+17
*
dm: bind new table before destroying old
Alasdair G Kergon
2009-12-10
1
-5
/
+11
*
dm: add dm_deleting_md function
Mike Anderson
2009-12-10
1
-2
/
+7
*
dm: rename dm_get_table to dm_get_live_table
Alasdair G Kergon
2009-12-10
1
-12
/
+12
*
dm: add request based barrier support
Kiyoshi Ueda
2009-12-10
1
-18
/
+196
*
dm: move dm_end_request
Kiyoshi Ueda
2009-12-10
1
-31
/
+31
*
dm: refactor request based completion functions
Kiyoshi Ueda
2009-12-10
1
-13
/
+24
*
dm: use md pending for in flight IO counting
Kiyoshi Ueda
2009-12-10
1
-28
/
+18
*
dm: simplify request based suspend
Kiyoshi Ueda
2009-12-10
1
-144
/
+14
[next]