aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAge
* block: remove bio_destructor_tChristoph Hellwig2016-09-14
* block: Improve bio_set_op_attrs() robustnessBart Van Assche2016-09-14
* block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche2016-09-14
* block: Document that bio_op() uses the data type of bio.bi_opfBart Van Assche2016-09-14
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-07
* mm/block: convert rw_page users to bio op useMike Christie2016-08-04
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\
| * block: shrink bio size againChristoph Hellwig2016-07-20
| * block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-20
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-09
* | block: move two bvec structure into bvec.hMing Lei2016-06-09
|/
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-07
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-07
* block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-07
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-07
* block: move bio io prio to a new fieldMike Christie2016-06-07
* block: add REQ_OP definitions and helpersMike Christie2016-06-07
* block: copy NOMERGE flag from bio to requestShaohua Li2016-04-25
* block: remove REQ_NO_TIMEOUT flagChristoph Hellwig2015-12-22
* block: don't hardcode blk_qc_t -> tag maskJens Axboe2015-11-11
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-07
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-09-03
|\
| * block: Remove forced page bouncing under IOJan Kara2015-07-23
* | block: shrink struct bio down to 2 cache lines againJens Axboe2015-07-29
* | block: manipulate bio->bi_flags through helpersJens Axboe2015-07-29
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
|/
* Revert "block, dm: don't copy bios for request clones"Mike Snitzer2015-06-26
* Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-29
|\
| * block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-22
| * block: collapse bio bit spaceJens Axboe2015-05-19
| * block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2015-05-19
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-19
| * bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-05
| * bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-05
* | blk-mq: fix FUA request hangShaohua Li2015-05-04
|/
* Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche2015-04-08
* blk-mq: Allow requests to never expireKeith Busch2015-01-08
* block: Remove REQ_KERNELMartin K. Petersen2014-10-14
* block: Relocate bio integrity flagsMartin K. Petersen2014-09-27
* block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-27
* blk-mq: remove REQ_ENDChristoph Hellwig2014-09-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * bio_vec-backed iov_iterAl Viro2014-05-06
* | blk-mq: improve support for shared tags mapsJens Axboe2014-05-13
|/
* block: fix regression with block enabled taggingJens Axboe2014-04-09
* block: Generic bio chainingKent Overstreet2013-11-24
* block: Immutable bio vecsKent Overstreet2013-11-24
* block: Abstract out bvec iteratorKent Overstreet2013-11-24
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-25