summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn2019-04-041-13/+16
* block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-0/+1
* block: Fix comment typoDamien Le Moal2019-01-241-1/+1
* block: make request_to_qc_t publicSagi Grimberg2018-12-181-11/+0
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-171-0/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-3/+4
* block: Remove bio->bi_iocDamien Le Moal2018-11-191-2/+1
* block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe2018-11-071-1/+3
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-0/+1
* block: add a report_zones methodChristoph Hellwig2018-10-251-2/+0
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-211-1/+0
* block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2018-07-181-0/+8
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-0/+5
* block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-0/+7
* block: introduce blk-iolatency io controllerJosef Bacik2018-07-091-2/+0
* blk: introduce REQ_SWAPJosef Bacik2018-07-091-1/+2
* block: add bi_blkg to the bio for cgroupsJosef Bacik2018-07-091-1/+1
* 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