aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20block-throttle: avoid double chargeShaohua Li1-5/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+11
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-0/+2
2017-11-03block: add REQ_DRV bitChristoph Hellwig1-0/+5
2017-11-03block: move REQ_NOWAITChristoph Hellwig1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10blk-stat: delete useless codeShaohua Li1-3/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+2
2017-06-27block: add support for write hints in a bioJens Axboe1-0/+1
2017-06-20block: return on congested block deviceGoldwyn Rodrigues1-0/+4
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+4
2017-06-09block: introduce new block status code typeChristoph Hellwig1-0/+16
2017-04-08block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+6
2017-04-08block: renumber REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+1
2017-04-07block: trace completion of all bios.NeilBrown1-0/+2
2017-04-07block: simple improvements for bio->flagsNeilBrown1-9/+13
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li1-4/+5
2017-03-28block: track request size in blk_issue_statShaohua Li1-1/+1
2017-03-28blk-throttle: add a simple idle detectionShaohua Li1-0/+3
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-1/+0
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval1-2/+0
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-0/+7
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-0/+9
2017-01-17blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe1-5/+17
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