index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-io.c
Age
Commit message (
Expand
)
Author
2016-11-21
dm io: use bvec iterator helpers to implement .get_page and .next_page
Ming Lei
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
dm: use bio op accessors
Mike Christie
2016-06-07
dm: use op_is_write instead of checking for REQ_WRITE
Mike Christie
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-01-04
md: more open-coded offset_in_page()
Al Viro
2015-10-31
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
Julia Lawall
2015-08-13
block: remove bio_get_nr_vecs()
Kent Overstreet
2015-08-11
block: don't access bio->bi_error after bio_put()
Sasha Levin
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-02-27
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
2015-02-13
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
2014-08-01
dm io: simplify dec_count and sync_io
Joe Thornber
2014-07-10
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
2014-02-17
dm io: fix I/O to multiple destinations
Mikulas Patocka
2013-11-23
block: Convert drivers to immutable biovecs
Kent Overstreet
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-09-23
dm: add reserved_bio_based_ios module parameter
Mike Snitzer
2012-12-21
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
2012-09-09
block: Generalized bio pool freeing
Kent Overstreet
2012-03-07
dm io: fix discard support
Milan Broz
2011-08-02
dm io: flush cpu cache with vmapped io
Mikulas Patocka
2011-05-29
dm io: use fixed initial mempool size
Mikulas Patocka
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
2009-12-10
dm io: handle empty barriers
Mikulas Patocka
2009-12-10
dm io: remove extra bi_io_vec region hack
Mikulas Patocka
2009-12-10
dm io: use slab for struct io
Mikulas Patocka
2009-06-22
dm io: retry after barrier error
Mikulas Patocka
2009-06-22
dm io: record eopnotsupp
Mikulas Patocka
2009-04-02
dm io: make sync_io uninterruptible
Mikulas Patocka
2009-03-16
dm io: respect BIO_MAX_PAGES limit
Mikulas Patocka
2009-02-18
block: fix bad definition of BIO_RW_SYNC
Jens Axboe
2008-12-29
bio: allow individual slabs in the bio_set
Jens Axboe
2008-10-21
dm: remove dm header from targets
Mikulas Patocka
2008-04-25
dm: unplug queues in threads
Mikulas Patocka
2008-04-25
dm: move include files
Alasdair G Kergon
2008-04-25
dm io: clean interface
Heinz Mauelshagen
2008-04-25
dm io: rename error to error_bits
Alasdair G Kergon
2008-03-28
dm io: write error bits form long not int
Alasdair G Kergon
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-07-12
dm io: fix panic on large request
Jun'ichi Nomura
2007-05-09
dm io: remove old interface
Milan Broz
2007-05-09
dm io: new interface
Heinz Mauelshagen
2007-05-09
dm io: prepare for new interface
Heinz Mauelshagen
2007-05-09
dm io: delay dec_count
Heinz Mauelshagen
2007-04-30
[BLOCK] Don't pin lots of memory in mempools
Jens Axboe
[next]