summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAge
* block: use 32-bit blk_status_t on AlphaMikulas Patocka2018-03-21
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-30
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * block: Provide blk_status_t decoding for path errorsKeith Busch2018-01-10
* | block-throttle: avoid double chargeShaohua Li2017-12-20
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-10
| * block: add REQ_DRV bitChristoph Hellwig2017-11-03
| * block: move REQ_NOWAITChristoph Hellwig2017-11-03
| * blk-stat: delete useless codeShaohua Li2017-10-10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* block: add support for write hints in a bioJens Axboe2017-06-27
* block: return on congested block deviceGoldwyn Rodrigues2017-06-20
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
* block: renumber REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
* block: trace completion of all bios.NeilBrown2017-04-07
* block: simple improvements for bio->flagsNeilBrown2017-04-07
* blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-28
* block: track request size in blk_issue_statShaohua Li2017-03-28
* blk-throttle: add a simple idle detectionShaohua Li2017-03-28
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-21
* blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-21
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* block: add a op_is_flush helperChristoph Hellwig2017-01-27
* blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe2017-01-17
* block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-01
* block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig2016-11-21
* block: add scalable completion tracking of requestsJens Axboe2016-11-10
* block: add REQ_BACKGROUNDJens Axboe2016-11-02
* block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig2016-11-01
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-01
* block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2016-11-01
* block: add a proper block layer data direction encodingChristoph Hellwig2016-10-28
* block: better op and flags encodingChristoph Hellwig2016-10-28
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-28
* block: move REQ_RAHEAD to common flagsChristoph Hellwig2016-10-28
* block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig2016-10-28
* block: Define zoned block device operationsShaun Tancheff2016-10-18
* block: remove bio_destructor_tChristoph Hellwig2016-09-14
* block: Improve bio_set_op_attrs() robustnessBart Van Assche2016-09-14
* block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche2016-09-14
* block: Document that bio_op() uses the data type of bio.bi_opfBart Van Assche2016-09-14
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-07
* mm/block: convert rw_page users to bio op useMike Christie2016-08-04
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\