aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/blk_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-0/+2
2016-11-21block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig1-2/+5
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-0/+16
2016-11-02block: add REQ_BACKGROUNDJens Axboe1-0/+2
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig1-3/+0
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig1-2/+2
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig1-1/+7
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig1-8/+30
2016-10-28block: better op and flags encodingChristoph Hellwig1-46/+37
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-38/+1
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig1-6/+2
2016-10-28block: move REQ_RAHEAD to common flagsChristoph Hellwig1-2/+2
2016-10-28block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig1-1/+1
2016-10-18block: Define zoned block device operationsShaun Tancheff1-0/+2
2016-09-14block: remove bio_destructor_tChristoph Hellwig1-1/+0
2016-09-14block: Improve bio_set_op_attrs() robustnessBart Van Assche1-5/+12
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche1-1/+2
2016-09-14block: Document that bio_op() uses the data type of bio.bi_opfBart Van Assche1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-7/+8
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-11/+11
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-11/+11
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+18
2016-07-20block: shrink bio size againChristoph Hellwig1-3/+3
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig1-8/+14
2016-06-09block: move two bvec structure into bvec.hMing Lei1-21/+1
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-3/+2
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-4/+4
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+2
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie1-32/+20
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie1-1/+1
2016-06-07block: move bio io prio to a new fieldMike Christie1-3/+2
2016-06-07block: add REQ_OP definitions and helpersMike Christie1-0/+24
2016-04-25block: copy NOMERGE flag from bio to requestShaohua Li1-1/+1
2015-12-22block: remove REQ_NO_TIMEOUT flagChristoph Hellwig1-2/+0
2015-11-11block: don't hardcode blk_qc_t -> tag maskJens Axboe1-1/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-0/+24
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+2
2015-07-29block: shrink struct bio down to 2 cache lines againJens Axboe1-3/+3
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe1-2/+0
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-07-23block: Remove forced page bouncing under IOJan Kara1-3/+2
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer1-2/+0
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer1-12/+13
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig1-0/+2
2015-05-19block: collapse bio bit spaceJens Axboe1-9/+9
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig1-2/+0
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig1-1/+0
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe1-1/+2
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe1-1/+2
2015-05-04blk-mq: fix FUA request hangShaohua Li1-1/+1