summaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-0/+5
|\
| * Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-241-0/+3
| |\
| | * block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-231-0/+1
| | * block: Add bio_advance()Kent Overstreet2013-03-231-0/+2
| * | block: add a flag to identify PM requestLin Ming2013-03-221-0/+2
| |/
* / mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-291-1/+2
|/
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-1/+4
* block: Clean up special command handling logicMartin K. Petersen2012-09-201-0/+4
* block: Kill bi_destructorKent Overstreet2012-09-091-3/+0
* block: Add bio_reset()Kent Overstreet2012-09-091-6/+19
* block: Generalized bio pool freeingKent Overstreet2012-09-091-0/+3
* mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman2012-07-311-0/+2
* block: implement bio_associate_current()Tejun Heo2012-03-061-0/+10
* block: Remove the control of complete cpu from bio.Tao Ma2011-10-241-7/+4
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-2/+4
* Move some REQ flags to the common bio/request areaMatthew Wilcox2011-08-111-3/+4
* block: add REQ_SECURE to REQ_COMMON_MASKNamhyung Kim2011-06-201-1/+1
* block: get rid of on-stack plugging debug checksJens Axboe2011-05-201-2/+0
* block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+0
* block: initial patch for on-stack per-task pluggingJens Axboe2011-03-101-0/+2
* block: add REQ_FLUSH_SEQTejun Heo2011-01-251-0/+2
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-4/+2
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-3/+2
|\
| * block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-101-0/+1
| * block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-101-1/+1
| * block: drop barrier ordering by queue drainingTejun Heo2010-09-101-2/+0
* | block: Make the integrity mapped property a bio flagMartin K. Petersen2010-10-151-2/+1
* | blkio: Core implementation of throttle policyVivek Goyal2010-09-161-0/+3
|/
* block: add secure discardAdrian Hunter2010-08-121-0/+2
* block: make sure that REQ_* types are seen even with CONFIG_BLOCK=nJens Axboe2010-08-101-1/+2
* bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of...Tejun Heo2010-08-071-0/+193