summaryrefslogtreecommitdiff
path: root/drivers/md/dm-io.c
Commit message (Expand)AuthorAge
* md: more open-coded offset_in_page()Al Viro2016-01-04
* dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-10-31
* block: remove bio_get_nr_vecs()Kent Overstreet2015-08-13
* block: don't access bio->bi_error after bio_put()Sasha Levin2015-08-11
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong2015-02-27
* dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong2015-02-13
* dm io: simplify dec_count and sync_ioJoe Thornber2014-08-01
* dm io: fix a race condition in the wake up code for sync_ioJoe Thornber2014-07-10
* dm io: fix I/O to multiple destinationsMikulas Patocka2014-02-17
* block: Convert drivers to immutable biovecsKent Overstreet2013-11-23
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-23
* dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer2012-12-21
* block: Generalized bio pool freeingKent Overstreet2012-09-09
* dm io: fix discard supportMilan Broz2012-03-07
* dm io: flush cpu cache with vmapped ioMikulas Patocka2011-08-02
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-29
* block: kill off REQ_UNPLUGJens Axboe2011-03-10
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-10
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* dm io: handle empty barriersMikulas Patocka2009-12-10
* dm io: remove extra bi_io_vec region hackMikulas Patocka2009-12-10
* dm io: use slab for struct ioMikulas Patocka2009-12-10
* dm io: retry after barrier errorMikulas Patocka2009-06-22
* dm io: record eopnotsuppMikulas Patocka2009-06-22
* dm io: make sync_io uninterruptibleMikulas Patocka2009-04-02
* dm io: respect BIO_MAX_PAGES limitMikulas Patocka2009-03-16
* block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-18
* bio: allow individual slabs in the bio_setJens Axboe2008-12-29
* dm: remove dm header from targetsMikulas Patocka2008-10-21
* dm: unplug queues in threadsMikulas Patocka2008-04-25
* dm: move include filesAlasdair G Kergon2008-04-25
* dm io: clean interfaceHeinz Mauelshagen2008-04-25
* dm io: rename error to error_bitsAlasdair G Kergon2008-04-25
* dm io: write error bits form long not intAlasdair G Kergon2008-03-28
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
* dm io: fix panic on large requestJun'ichi Nomura2007-07-12
* dm io: remove old interfaceMilan Broz2007-05-09
* dm io: new interfaceHeinz Mauelshagen2007-05-09
* dm io: prepare for new interfaceHeinz Mauelshagen2007-05-09
* dm io: delay dec_countHeinz Mauelshagen2007-05-09
* [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-30
* [PATCH] dm io: fix bi_max_vecsHeinz Mauelshagen2006-12-08
* [PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson2006-03-26
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [PATCH] kill bio->bi_setPeter Osterlund2005-09-07
* Linux-2.6.12-rc2Linus Torvalds2005-04-16