summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove REQ_NOWAIT_INLINEJens Axboe2019-08-151-4/+1Star
* blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe2019-07-221-1/+4
* blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-101-0/+10
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-6/+0Star
* block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig2019-05-231-7/+0Star
* 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/+0Star
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-171-0/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-081-3/+4
* block: Remove bio->bi_iocDamien Le Moal2018-11-201-2/+1Star
* block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe2018-11-071-1/+3
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-0/+1
* block: add a report_zones methodChristoph Hellwig2018-10-251-2/+0Star
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-1/+0Star
* 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/+0Star
* 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-031-0/+2
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-4/+0Star
* 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-221-0/+5
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-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/+4Star
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-5/+11
|\
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-111-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/+2Star
* | 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/+0Star
* blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-211-2/+0Star