aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-08blk-mq: Allow requests to never expireKeith Busch1-0/+2
2014-10-14block: Remove REQ_KERNELMartin K. Petersen1-2/+0
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen1-4/+2
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen1-2/+6
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig1-2/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe1-0/+2
2014-05-06bio_vec-backed iov_iterAl Viro1-2/+2
2014-04-09block: fix regression with block enabled taggingJens Axboe1-0/+2
2013-11-23block: Generic bio chainingKent Overstreet1-0/+2
2013-11-23block: Immutable bio vecsKent Overstreet1-0/+3
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-7/+12
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-0/+2
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe1-33/+33
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-1/+2
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for-3.10/coreJens Axboe1-0/+3
2013-03-23block: Add an explicit bio flag for bios that own their bvecKent Overstreet1-0/+1
2013-03-23block: Add bio_advance()Kent Overstreet1-0/+2
2013-03-22block: add a flag to identify PM requestLin Ming1-0/+2
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-1/+4
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-0/+4
2012-09-09block: Kill bi_destructorKent Overstreet1-3/+0
2012-09-09block: Add bio_reset()Kent Overstreet1-6/+19
2012-09-09block: Generalized bio pool freeingKent Overstreet1-0/+3
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+2
2012-03-06block: implement bio_associate_current()Tejun Heo1-0/+10
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma1-7/+4
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-2/+4
2011-08-11Move some REQ flags to the common bio/request areaMatthew Wilcox1-3/+4
2011-06-20block: add REQ_SECURE to REQ_COMMON_MASKNamhyung Kim1-1/+1
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe1-2/+0
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-2/+0
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-0/+2
2011-01-25block: add REQ_FLUSH_SEQTejun Heo1-0/+2
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-4/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+2
2010-10-15block: Make the integrity mapped property a bio flagMartin K. Petersen1-2/+1
2010-09-16blkio: Core implementation of throttle policyVivek Goyal1-0/+3
2010-09-10block: make __blk_rq_prep_clone() copy most command flagsTejun Heo1-0/+1
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-1/+1
2010-09-10block: drop barrier ordering by queue drainingTejun Heo1-2/+0
2010-08-12block: add secure discardAdrian Hunter1-0/+2
2010-08-10block: make sure that REQ_* types are seen even with CONFIG_BLOCK=nJens Axboe1-1/+2
2010-08-07bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of BIO_RW_* flagsTejun Heo1-0/+193