summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* block: don't use blocking queue entered for recursive bio submitsJens Axboe2018-06-021-0/+2
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-4/+0
* block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2018-05-091-1/+48
* block: use 32-bit blk_status_t on AlphaMikulas Patocka2018-03-211-0/+5
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-0/+18
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-0/+28
|\
| * block: Provide blk_status_t decoding for path errorsKeith Busch2018-01-101-0/+28
* | block-throttle: avoid double chargeShaohua Li2017-12-201-5/+4
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-5/+11
|\
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-101-0/+2
| * block: add REQ_DRV bitChristoph Hellwig2017-11-031-0/+5
| * block: move REQ_NOWAITChristoph Hellwig2017-11-031-2/+2
| * blk-stat: delete useless codeShaohua Li2017-10-101-3/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+2
* block: add support for write hints in a bioJens Axboe2017-06-271-0/+1
* block: return on congested block deviceGoldwyn Rodrigues2017-06-201-0/+4
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+4
* block: introduce new block status code typeChristoph Hellwig2017-06-091-0/+16
* block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+6
* block: renumber REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-1/+1
* block: trace completion of all bios.NeilBrown2017-04-071-0/+2
* block: simple improvements for bio->flagsNeilBrown2017-04-071-9/+13
* blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-281-4/+5
* block: track request size in blk_issue_statShaohua Li2017-03-281-1/+1
* blk-throttle: add a simple idle detectionShaohua Li2017-03-281-0/+3
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-1/+0
* blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-211-2/+0
* 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