index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
blk_types.h
Age
Commit message (
Expand
)
Author
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