aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig1-7/+0
2019-04-04block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn1-13/+16
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe1-0/+1
2019-01-24block: Fix comment typoDamien Le Moal1-1/+1
2018-12-18block: make request_to_qc_t publicSagi Grimberg1-11/+0
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou1-0/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou1-3/+4
2018-11-19block: Remove bio->bi_iocDamien Le Moal1-2/+1
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe1-1/+3
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-0/+1
2018-10-25block: add a report_zones methodChristoph Hellwig1-2/+0
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)1-1/+0
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan1-0/+8
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-0/+5
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan1-0/+7
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-2/+0
2018-07-09blk: introduce REQ_SWAPJosef Bacik1-1/+2
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik1-1/+1
2018-06-02block: don't use blocking queue entered for recursive bio submitsJens Axboe1-0/+2
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval1-4/+0
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval1-1/+48
2018-03-21block: use 32-bit blk_status_t on AlphaMikulas Patocka1-0/+5
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-0/+18
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+28
2018-01-10block: Provide blk_status_t decoding for path errorsKeith Busch1-0/+28
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