index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm io: simplify dec_count and sync_io
Joe Thornber
2014-08-01
1
-35
/
+42
*
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
2014-07-10
1
-14
/
+8
*
dm io: fix I/O to multiple destinations
Mikulas Patocka
2014-02-17
1
-12
/
+11
*
block: Convert drivers to immutable biovecs
Kent Overstreet
2013-11-23
1
-14
/
+17
*
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-3
/
+3
*
dm: add reserved_bio_based_ios module parameter
Mike Snitzer
2013-09-23
1
-4
/
+3
*
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
2012-12-21
1
-5
/
+18
*
block: Generalized bio pool freeing
Kent Overstreet
2012-09-09
1
-11
/
+0
*
dm io: fix discard support
Milan Broz
2012-03-07
1
-7
/
+16
*
dm io: flush cpu cache with vmapped io
Mikulas Patocka
2011-08-02
1
-2
/
+27
*
dm io: use fixed initial mempool size
Mikulas Patocka
2011-05-29
1
-22
/
+5
*
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
1
-1
/
+1
*
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
2010-09-10
1
-16
/
+4
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
1
-6
/
+6
*
dm io: handle empty barriers
Mikulas Patocka
2009-12-10
1
-3
/
+7
*
dm io: remove extra bi_io_vec region hack
Mikulas Patocka
2009-12-10
1
-34
/
+55
*
dm io: use slab for struct io
Mikulas Patocka
2009-12-10
1
-1
/
+20
*
dm io: retry after barrier error
Mikulas Patocka
2009-06-22
1
-0
/
+6
*
dm io: record eopnotsupp
Mikulas Patocka
2009-06-22
1
-1
/
+7
*
dm io: make sync_io uninterruptible
Mikulas Patocka
2009-04-02
1
-4
/
+1
*
dm io: respect BIO_MAX_PAGES limit
Mikulas Patocka
2009-03-16
1
-0
/
+2
*
block: fix bad definition of BIO_RW_SYNC
Jens Axboe
2009-02-18
1
-1
/
+1
*
bio: allow individual slabs in the bio_set
Jens Axboe
2008-12-29
1
-1
/
+1
*
dm: remove dm header from targets
Mikulas Patocka
2008-10-21
1
-1
/
+1
*
dm: unplug queues in threads
Mikulas Patocka
2008-04-25
1
-3
/
+8
*
dm: move include files
Alasdair G Kergon
2008-04-25
1
-1
/
+1
*
dm io: clean interface
Heinz Mauelshagen
2008-04-25
1
-5
/
+6
*
dm io: rename error to error_bits
Alasdair G Kergon
2008-04-25
1
-7
/
+7
*
dm io: write error bits form long not int
Alasdair G Kergon
2008-03-28
1
-1
/
+1
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
1
-7
/
+1
*
dm io: fix panic on large request
Jun'ichi Nomura
2007-07-12
1
-1
/
+4
*
dm io: remove old interface
Milan Broz
2007-05-09
1
-127
/
+4
*
dm io: new interface
Heinz Mauelshagen
2007-05-09
1
-0
/
+122
*
dm io: prepare for new interface
Heinz Mauelshagen
2007-05-09
1
-17
/
+44
*
dm io: delay dec_count
Heinz Mauelshagen
2007-05-09
1
-2
/
+10
*
[BLOCK] Don't pin lots of memory in mempools
Jens Axboe
2007-04-30
1
-1
/
+1
*
[PATCH] dm io: fix bi_max_vecs
Heinz Mauelshagen
2006-12-08
1
-6
/
+9
*
[PATCH] mempool: use common mempool kmalloc allocator
Matthew Dobson
2006-03-26
1
-11
/
+2
*
[PATCH] gfp flags annotations - part 1
Al Viro
2005-10-08
1
-1
/
+1
*
[PATCH] kill bio->bi_set
Peter Osterlund
2005-09-07
1
-0
/
+6
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+426