summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-7/+8
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-11/+11
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-11/+11
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-13/+18
|\
| * block: shrink bio size againChristoph Hellwig2016-07-201-3/+3
| * block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-201-8/+14
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-3/+2
* | block: move two bvec structure into bvec.hMing Lei2016-06-091-21/+1
|/
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-4/+4
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+2
* block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-071-32/+20
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-1/+1
* block: move bio io prio to a new fieldMike Christie2016-06-071-3/+2
* block: add REQ_OP definitions and helpersMike Christie2016-06-071-0/+24
* block: copy NOMERGE flag from bio to requestShaohua Li2016-04-251-1/+1
* block: remove REQ_NO_TIMEOUT flagChristoph Hellwig2015-12-221-2/+0
* block: don't hardcode blk_qc_t -> tag maskJens Axboe2015-11-111-1/+1
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-0/+24
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-09-031-3/+2
|\
| * block: Remove forced page bouncing under IOJan Kara2015-07-231-3/+2
* | block: shrink struct bio down to 2 cache lines againJens Axboe2015-07-291-3/+3
* | block: manipulate bio->bi_flags through helpersJens Axboe2015-07-291-2/+0
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+2
|/
* Revert "block, dm: don't copy bios for request clones"Mike Snitzer2015-06-261-2/+0
* Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-291-12/+13
|\
| * block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-221-0/+2
| * block: collapse bio bit spaceJens Axboe2015-05-191-9/+9
| * block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2015-05-191-2/+0
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-1/+0
| * bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+2
| * bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-051-1/+2
* | blk-mq: fix FUA request hangShaohua Li2015-05-041-1/+1
|/
* Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche2015-04-081-1/+3
* blk-mq: Allow requests to never expireKeith Busch2015-01-081-0/+2
* block: Remove REQ_KERNELMartin K. Petersen2014-10-141-2/+0
* block: Relocate bio integrity flagsMartin K. Petersen2014-09-271-4/+2
* block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-271-2/+6
* blk-mq: remove REQ_ENDChristoph Hellwig2014-09-221-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-2/+2
|\
| * bio_vec-backed iov_iterAl Viro2014-05-061-2/+2
* | blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-0/+2
|/
* block: fix regression with block enabled taggingJens Axboe2014-04-091-0/+2
* block: Generic bio chainingKent Overstreet2013-11-231-0/+2
* block: Immutable bio vecsKent Overstreet2013-11-231-0/+3
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-7/+12
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+2
* block: make rq->cmd_flags be 64-bitJens Axboe2013-10-251-33/+33
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-0/+5
|\
| * Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-241-0/+3
| |\
| | * block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-231-0/+1