aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)Author
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
2013-03-23block: Add an explicit bio flag for bios that own their bvecKent Overstreet
2013-03-23block: Add bio_advance()Kent Overstreet
2013-03-22block: add a flag to identify PM requestLin Ming
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-09-20block: Clean up special command handling logicMartin K. Petersen
2012-09-09block: Kill bi_destructorKent Overstreet
2012-09-09block: Add bio_reset()Kent Overstreet
2012-09-09block: Generalized bio pool freeingKent Overstreet
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman
2012-03-06block: implement bio_associate_current()Tejun Heo
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig
2011-08-11Move some REQ flags to the common bio/request areaMatthew Wilcox
2011-06-20block: add REQ_SECURE to REQ_COMMON_MASKNamhyung Kim
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe
2011-01-25block: add REQ_FLUSH_SEQTejun Heo