summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-0/+7
* block: add a op_is_flush helperChristoph Hellwig2017-01-271-0/+9
* blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe2017-01-171-5/+17
* block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-0/+2
* block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig2016-11-211-2/+5
* block: add scalable completion tracking of requestsJens Axboe2016-11-101-0/+16
* block: add REQ_BACKGROUNDJens Axboe2016-11-021-0/+2
* block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig2016-11-011-3/+0
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-2/+2
* block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2016-11-011-1/+7
* block: add a proper block layer data direction encodingChristoph Hellwig2016-10-281-8/+30
* block: better op and flags encodingChristoph Hellwig2016-10-281-46/+37
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-38/+1
* block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-281-6/+2
* block: move REQ_RAHEAD to common flagsChristoph Hellwig2016-10-281-2/+2
* block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig2016-10-281-1/+1
* block: Define zoned block device operationsShaun Tancheff2016-10-181-0/+2
* block: remove bio_destructor_tChristoph Hellwig2016-09-141-1/+0
* block: Improve bio_set_op_attrs() robustnessBart Van Assche2016-09-141-5/+12
* block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche2016-09-141-1/+2
* block: Document that bio_op() uses the data type of bio.bi_opfBart Van Assche2016-09-141-1/+1
* 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