index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
blk_types.h
Age
Commit message (
Expand
)
Author
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-05-13
blk-mq: improve support for shared tags maps
Jens Axboe
2014-05-06
bio_vec-backed iov_iter
Al Viro
2014-04-09
block: fix regression with block enabled tagging
Jens Axboe
2013-11-23
block: Generic bio chaining
Kent Overstreet
2013-11-23
block: Immutable bio vecs
Kent Overstreet
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-10-25
blk-mq: new multi-queue block IO queueing mechanism
Jens Axboe
2013-10-25
block: make rq->cmd_flags be 64-bit
Jens Axboe
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-04-29
mm: make snapshotting pages for stable writes a per-bio operation
Darrick J. Wong
2013-03-24
Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...
Jens Axboe
2013-03-23
block: Add an explicit bio flag for bios that own their bvec
Kent Overstreet
2013-03-23
block: Add bio_advance()
Kent Overstreet
2013-03-22
block: add a flag to identify PM request
Lin Ming
2012-09-20
block: Implement support for WRITE SAME
Martin K. Petersen
2012-09-20
block: Clean up special command handling logic
Martin K. Petersen
2012-09-09
block: Kill bi_destructor
Kent Overstreet
2012-09-09
block: Add bio_reset()
Kent Overstreet
2012-09-09
block: Generalized bio pool freeing
Kent Overstreet
2012-07-31
mm: add get_kernel_page[s] for pinning of kernel addresses for I/O
Mel Gorman
2012-03-06
block: implement bio_associate_current()
Tejun Heo
2011-10-24
block: Remove the control of complete cpu from bio.
Tao Ma
2011-08-23
block: separate priority boosting from REQ_META
Christoph Hellwig
2011-08-11
Move some REQ flags to the common bio/request area
Matthew Wilcox
2011-06-20
block: add REQ_SECURE to REQ_COMMON_MASK
Namhyung Kim
2011-05-20
block: get rid of on-stack plugging debug checks
Jens Axboe
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
block: initial patch for on-stack per-task plugging
Jens Axboe
2011-01-25
block: add REQ_FLUSH_SEQ
Tejun Heo
2010-11-10
block: remove REQ_HARDBARRIER
Christoph Hellwig
2010-10-22
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-15
block: Make the integrity mapped property a bio flag
Martin K. Petersen
2010-09-16
blkio: Core implementation of throttle policy
Vivek Goyal
2010-09-10
block: make __blk_rq_prep_clone() copy most command flags
Tejun Heo
2010-09-10
block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
Tejun Heo
2010-09-10
block: drop barrier ordering by queue draining
Tejun Heo
2010-08-12
block: add secure discard
Adrian Hunter
2010-08-10
block: make sure that REQ_* types are seen even with CONFIG_BLOCK=n
Jens Axboe
2010-08-07
bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of...
Tejun Heo