summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)Author
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: shrink bio size againChristoph Hellwig
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig
2016-06-09block: move two bvec structure into bvec.hMing Lei
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-06-07block: move bio io prio to a new fieldMike Christie
2016-06-07block: add REQ_OP definitions and helpersMike Christie
2016-04-25block: copy NOMERGE flag from bio to requestShaohua Li
2015-12-22block: remove REQ_NO_TIMEOUT flagChristoph Hellwig
2015-11-11block: don't hardcode blk_qc_t -> tag maskJens Axboe
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-07-29block: shrink struct bio down to 2 cache lines againJens Axboe
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-23block: Remove forced page bouncing under IOJan Kara
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig
2015-05-19block: collapse bio bit spaceJens Axboe
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe
2015-05-04blk-mq: fix FUA request hangShaohua Li
2015-04-08Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche
2015-01-08blk-mq: Allow requests to never expireKeith Busch
2014-10-14block: Remove REQ_KERNELMartin K. Petersen
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-05-06bio_vec-backed iov_iterAl Viro
2014-04-09block: fix regression with block enabled taggingJens Axboe
2013-11-23block: Generic bio chainingKent Overstreet
2013-11-23block: Immutable bio vecsKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe