aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Revert "block, dm: don't copy bios for request clones"Gravatar Mike Snitzer 1-2/+0
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Gravatar Mike Snitzer 1-12/+13
2015-05-22block, dm: don't copy bios for request clonesGravatar Christoph Hellwig 1-0/+2
2015-05-19block: collapse bio bit spaceGravatar Jens Axboe 1-9/+9
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsGravatar Christoph Hellwig 1-2/+0
2015-05-19block: remove BIO_EOPNOTSUPPGravatar Christoph Hellwig 1-1/+0
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesGravatar Jens Axboe 1-1/+2
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsGravatar Jens Axboe 1-1/+2
2015-05-04blk-mq: fix FUA request hangGravatar Shaohua Li 1-1/+1
2015-04-08Defer processing of REQ_PREEMPT requests for blocked devicesGravatar Bart Van Assche 1-1/+3
2015-01-08blk-mq: Allow requests to never expireGravatar Keith Busch 1-0/+2
2014-10-14block: Remove REQ_KERNELGravatar Martin K. Petersen 1-2/+0
2014-09-27block: Relocate bio integrity flagsGravatar Martin K. Petersen 1-4/+2
2014-09-27block: Replace bi_integrity with bi_specialGravatar Martin K. Petersen 1-2/+6
2014-09-22blk-mq: remove REQ_ENDGravatar Christoph Hellwig 1-2/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2014-05-13blk-mq: improve support for shared tags mapsGravatar Jens Axboe 1-0/+2
2014-05-06bio_vec-backed iov_iterGravatar Al Viro 1-2/+2
2014-04-09block: fix regression with block enabled taggingGravatar Jens Axboe 1-0/+2
2013-11-23block: Generic bio chainingGravatar Kent Overstreet 1-0/+2
2013-11-23block: Immutable bio vecsGravatar Kent Overstreet 1-0/+3
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-7/+12
2013-10-25blk-mq: new multi-queue block IO queueing mechanismGravatar Jens Axboe 1-0/+2
2013-10-25block: make rq->cmd_flags be 64-bitGravatar Jens Axboe 1-33/+33
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+5
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationGravatar Darrick J. Wong 1-1/+2
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Gravatar Jens Axboe 1-0/+3
2013-03-23block: Add an explicit bio flag for bios that own their bvecGravatar Kent Overstreet 1-0/+1
2013-03-23block: Add bio_advance()Gravatar Kent Overstreet 1-0/+2
2013-03-22block: add a flag to identify PM requestGravatar Lin Ming 1-0/+2
2012-09-20block: Implement support for WRITE SAMEGravatar Martin K. Petersen 1-1/+4
2012-09-20block: Clean up special command handling logicGravatar Martin K. Petersen 1-0/+4
2012-09-09block: Kill bi_destructorGravatar Kent Overstreet 1-3/+0
2012-09-09block: Add bio_reset()Gravatar Kent Overstreet 1-6/+19
2012-09-09block: Generalized bio pool freeingGravatar Kent Overstreet 1-0/+3
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OGravatar Mel Gorman 1-0/+2
2012-03-06block: implement bio_associate_current()Gravatar Tejun Heo 1-0/+10
2011-10-24block: Remove the control of complete cpu from bio.Gravatar Tao Ma 1-7/+4
2011-08-23block: separate priority boosting from REQ_METAGravatar Christoph Hellwig 1-2/+4
2011-08-11Move some REQ flags to the common bio/request areaGravatar Matthew Wilcox 1-3/+4
2011-06-20block: add REQ_SECURE to REQ_COMMON_MASKGravatar Namhyung Kim 1-1/+1
2011-05-20block: get rid of on-stack plugging debug checksGravatar Jens Axboe 1-2/+0
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-2/+0
2011-03-10block: initial patch for on-stack per-task pluggingGravatar Jens Axboe 1-0/+2
2011-01-25block: add REQ_FLUSH_SEQGravatar Tejun Heo 1-0/+2
2010-11-10block: remove REQ_HARDBARRIERGravatar Christoph Hellwig 1-4/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-3/+2
2010-10-15block: Make the integrity mapped property a bio flagGravatar Martin K. Petersen 1-2/+1
2010-09-16blkio: Core implementation of throttle policyGravatar Vivek Goyal 1-0/+3
2010-09-10block: make __blk_rq_prep_clone() copy most command flagsGravatar Tejun Heo 1-0/+1