aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-0/+16
2017-04-08block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESGravatar Christoph Hellwig 1-0/+6
2017-04-08block: renumber REQ_OP_WRITE_ZEROESGravatar Christoph Hellwig 1-1/+1
2017-04-07block: trace completion of all bios.Gravatar NeilBrown 1-0/+2
2017-04-07block: simple improvements for bio->flagsGravatar NeilBrown 1-9/+13
2017-03-28blk-throttle: add a mechanism to estimate IO latencyGravatar Shaohua Li 1-4/+5
2017-03-28block: track request size in blk_issue_statGravatar Shaohua Li 1-1/+1
2017-03-28blk-throttle: add a simple idle detectionGravatar Shaohua Li 1-0/+3
2017-03-21blk-stat: convert to callback-based statistics reportingGravatar Omar Sandoval 1-1/+0
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cGravatar Omar Sandoval 1-2/+0
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-0/+7
2017-01-27block: add a op_is_flush helperGravatar Christoph Hellwig 1-0/+9
2017-01-17blk-mq: add support for carrying internal tag information in blk_qc_tGravatar Jens Axboe 1-5/+17
2016-12-01block: add support for REQ_OP_WRITE_ZEROESGravatar Chaitanya Kulkarni 1-0/+2
2016-11-21block: clear all of bi_opf in bio_set_op_attrsGravatar Christoph Hellwig 1-2/+5
2016-11-10block: add scalable completion tracking of requestsGravatar Jens Axboe 1-0/+16
2016-11-02block: add REQ_BACKGROUNDGravatar Jens Axboe 1-0/+2
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hGravatar Christoph Hellwig 1-3/+0
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEGravatar Christoph Hellwig 1-2/+2
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousGravatar Christoph Hellwig 1-1/+7
2016-10-28block: add a proper block layer data direction encodingGravatar Christoph Hellwig 1-8/+30
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-46/+37
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-38/+1
2016-10-28block: replace REQ_THROTTLED with a bio flagGravatar Christoph Hellwig 1-6/+2
2016-10-28block: move REQ_RAHEAD to common flagsGravatar Christoph Hellwig 1-2/+2
2016-10-28block: REQ_NOMERGE is common to the bio and requestGravatar Christoph Hellwig 1-1/+1
2016-10-18block: Define zoned block device operationsGravatar Shaun Tancheff 1-0/+2
2016-09-14block: remove bio_destructor_tGravatar Christoph Hellwig 1-1/+0
2016-09-14block: Improve bio_set_op_attrs() robustnessGravatar Bart Van Assche 1-5/+12
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Gravatar Bart Van Assche 1-1/+2
2016-09-14block: Document that bio_op() uses the data type of bio.bi_opfGravatar Bart Van Assche 1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-7/+8
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeGravatar Jens Axboe 1-11/+11
2016-08-04mm/block: convert rw_page users to bio op useGravatar Mike Christie 1-11/+11
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+18
2016-07-20block: shrink bio size againGravatar Christoph Hellwig 1-3/+3
2016-07-20block: simplify and cleanup bvec pool handlingGravatar Christoph Hellwig 1-8/+14
2016-06-09block: move two bvec structure into bvec.hGravatar Ming Lei 1-21/+1
2016-06-09block: add a separate operation type for secure eraseGravatar Christoph Hellwig 1-3/+2
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHGravatar Mike Christie 1-4/+4
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-1/+2
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeGravatar Mike Christie 1-32/+20
2016-06-07block, drivers, fs: shrink bi_rw from long to intGravatar Mike Christie 1-1/+1
2016-06-07block: move bio io prio to a new fieldGravatar Mike Christie 1-3/+2
2016-06-07block: add REQ_OP definitions and helpersGravatar Mike Christie 1-0/+24
2016-04-25block: copy NOMERGE flag from bio to requestGravatar Shaohua Li 1-1/+1