aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-16block: remove the REQ_NOWAIT_INLINE flagGravatar Christoph Hellwig 1-2/+0
2020-05-14block: Inline encryption support for blk-mqGravatar Satya Tangirala 1-0/+6
2020-05-12block: Introduce REQ_OP_ZONE_APPENDGravatar Keith Busch 1-0/+14
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTGravatar Christoph Hellwig 1-1/+1
2020-04-18blk_types: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-11-21block: add iostat counters for flush requestsGravatar Konstantin Khlebnikov 1-0/+1
2019-11-07block: add zone open, close and finish operationsGravatar Ajay Joshi 1-0/+25
2019-10-25block: reorder bio::__bi_remaining for better packingGravatar David Sterba 1-1/+1
2019-08-28blkcg: implement blk-iocostGravatar Tejun Heo 1-0/+3
2019-08-14block: annotate refault stalls from IO submissionGravatar Johannes Weiner 1-0/+1
2019-08-04block: add req op to reset all zones and flagGravatar Chaitanya Kulkarni 1-0/+2
2019-07-21blk-mq: allow REQ_NOWAIT to return an error inlineGravatar Jens Axboe 1-1/+4
2019-07-10blkcg: implement REQ_CGROUP_PUNTGravatar Tejun Heo 1-0/+10
2019-06-20block: remove the bi_phys_segments field in struct bioGravatar Christoph Hellwig 1-6/+0
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioGravatar Christoph Hellwig 1-7/+0
2019-04-04block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXGravatar Johannes Thumshirn 1-13/+16
2019-03-18block: add BIO_NO_PAGE_REF flagGravatar Jens Axboe 1-0/+1
2019-01-24block: Fix comment typoGravatar Damien Le Moal 1-1/+1
2018-12-18block: make request_to_qc_t publicGravatar Sagi Grimberg 1-11/+0
2018-12-17block: fix blk-iolatency accounting underflowGravatar Dennis Zhou 1-0/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou 1-3/+4
2018-11-19block: Remove bio->bi_iocGravatar Damien Le Moal 1-2/+1
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIGravatar Jens Axboe 1-1/+3
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-0/+1
2018-10-25block: add a report_zones methodGravatar Christoph Hellwig 1-2/+0
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou (Facebook) 1-1/+0
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatGravatar Michael Callahan 1-0/+8
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 1-0/+5
2018-07-18block: Define and use STAT_READ and STAT_WRITEGravatar Michael Callahan 1-0/+7
2018-07-09block: introduce blk-iolatency io controllerGravatar Josef Bacik 1-2/+0
2018-07-09blk: introduce REQ_SWAPGravatar Josef Bacik 1-1/+2
2018-07-09block: add bi_blkg to the bio for cgroupsGravatar Josef Bacik 1-1/+1
2018-06-02block: don't use blocking queue entered for recursive bio submitsGravatar Jens Axboe 1-0/+2
2018-05-09block: get rid of struct blk_issue_statGravatar Omar Sandoval 1-4/+0
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeGravatar Omar Sandoval 1-1/+48
2018-03-21block: use 32-bit blk_status_t on AlphaGravatar Mikulas Patocka 1-0/+5
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEGravatar Ming Lei 1-0/+18
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+28
2018-01-10block: Provide blk_status_t decoding for path errorsGravatar Keith Busch 1-0/+28
2017-12-20block-throttle: avoid double chargeGravatar Shaohua Li 1-5/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+11
2017-11-10block, nvme: Introduce blk_mq_req_flags_tGravatar Bart Van Assche 1-0/+2
2017-11-03block: add REQ_DRV bitGravatar Christoph Hellwig 1-0/+5
2017-11-03block: move REQ_NOWAITGravatar Christoph Hellwig 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-10blk-stat: delete useless codeGravatar Shaohua Li 1-3/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+2
2017-06-27block: add support for write hints in a bioGravatar Jens Axboe 1-0/+1
2017-06-20block: return on congested block deviceGravatar Goldwyn Rodrigues 1-0/+4
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-1/+4