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-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-03
1
-6
/
+7
|
\
|
*
blk: make the bioset rescue_workqueue optional.
NeilBrown
2017-06-18
1
-1
/
+2
|
*
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-18
1
-1
/
+1
|
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-5
/
+5
*
|
dm io: fix duplicate bio completion due to missing ref count
Mike Snitzer
2017-06-21
1
-2
/
+2
|
/
*
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-2
/
+6
*
dm io: discards don't take a payload
Christoph Hellwig
2017-04-08
1
-2
/
+8
*
dm io: use bvec iterator helpers to implement .get_page and .next_page
Ming Lei
2016-11-21
1
-10
/
+24
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-3
/
+3
*
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-06-10
1
-1
/
+1
*
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
1
-1
/
+1
*
dm: use bio op accessors
Mike Christie
2016-06-07
1
-26
/
+30
*
dm: use op_is_write instead of checking for REQ_WRITE
Mike Christie
2016-06-07
1
-2
/
+2
*
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-06-07
1
-1
/
+2
*
md: more open-coded offset_in_page()
Al Viro
2016-01-04
1
-2
/
+2
*
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
Julia Lawall
2015-10-31
1
-2
/
+1
*
block: remove bio_get_nr_vecs()
Kent Overstreet
2015-08-13
1
-1
/
+1
*
block: don't access bio->bi_error after bio_put()
Sasha Levin
2015-08-11
1
-1
/
+3
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-3
/
+3
*
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
2015-02-27
1
-4
/
+11
*
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
2015-02-13
1
-0
/
+6
*
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
[next]