summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)Author
2017-04-08block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08block: renumber REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-07block: trace completion of all bios.NeilBrown
2017-04-07block: simple improvements for bio->flagsNeilBrown
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li
2017-03-28block: track request size in blk_issue_statShaohua Li
2017-03-28blk-throttle: add a simple idle detectionShaohua Li
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: add a op_is_flush helperChristoph Hellwig
2017-01-17blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni
2016-11-21block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig
2016-11-10block: add scalable completion tracking of requestsJens Axboe
2016-11-02block: add REQ_BACKGROUNDJens Axboe
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig
2016-10-28block: move REQ_RAHEAD to common flagsChristoph Hellwig
2016-10-28block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig
2016-10-18block: Define zoned block device operationsShaun Tancheff
2016-09-14block: remove bio_destructor_tChristoph Hellwig
2016-09-14block: Improve bio_set_op_attrs() robustnessBart Van Assche
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche
2016-09-14block: Document that bio_op() uses the data type of bio.bi_opfBart Van Assche
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: shrink bio size againChristoph Hellwig
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig
2016-06-09block: move two bvec structure into bvec.hMing Lei
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-06-07block: move bio io prio to a new fieldMike Christie
2016-06-07block: add REQ_OP definitions and helpersMike Christie
2016-04-25block: copy NOMERGE flag from bio to requestShaohua Li
2015-12-22block: remove REQ_NO_TIMEOUT flagChristoph Hellwig
2015-11-11block: don't hardcode blk_qc_t -> tag maskJens Axboe
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-07-29block: shrink struct bio down to 2 cache lines againJens Axboe