summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-251-16/+8
|\
| * Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-16/+8
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-08-111-35/+82
| |\
| * | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | block: fix use-after-free bug in blk throttle codeJens Axboe2010-10-231-2/+0
* | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-33/+39
|\ \ \
| * \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-3/+3
| |\ \ \
| * | | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-101-3/+1
| * | | | block: filter flush bio's in __generic_make_request()Tejun Heo2010-09-101-0/+13
| * | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-101-1/+1
| * | | | block: rename barrier/ordered to flushTejun Heo2010-09-101-11/+10
| * | | | block: drop barrier ordering by queue drainingTejun Heo2010-09-101-2/+9
| * | | | block: misc cleanups in barrier codeTejun Heo2010-09-101-17/+4
| * | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-2/+4
* | | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-10/+43
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-191-8/+16
| * | | | blkio: Core implementation of throttle policyVivek Goyal2010-09-161-0/+24
| * | | | block: block_dump: Add number of sectors to debug outputSan Mehat2010-09-141-2/+3
| |/ / /
* | | | BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-231-3/+3
|/ / /
* | | block: add secure discardAdrian Hunter2010-08-121-1/+4
| |/ |/|
* | block: update request stacking methods to support discardsike Snitzer2010-08-081-0/+5
* | block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-071-0/+25
* | block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe2010-08-071-1/+1
* | block: don't allocate a payload for discard requestChristoph Hellwig2010-08-071-0/+32
* | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-27/+10
* | block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-6/+7
* | block: add sysfs knob for turning off disk entropy contributionsJens Axboe2010-08-071-1/+2
|/
* block: Don't count_vm_events for discard bio in submit_bio.Tao Ma2010-06-241-1/+1
* block: fix DISCARD_BARRIER requestsChristoph Hellwig2010-06-171-5/+2
* block: make blk_init_free_list and elevator_init idempotentMike Snitzer2010-06-041-0/+3
* block: avoid unconditionally freeing previously allocated request_queueMike Snitzer2010-06-041-6/+11
* block: allow initialization of previously allocated request_queueMike Snitzer2010-05-111-1/+17
* blkio: Add io_merged statDivyesh Shah2010-04-091-0/+2
* laptop-mode: Make flushes per-deviceMatthew Garrett2010-04-061-1/+4
* blkio: Increment the blkio cgroup stats for real nowDivyesh Shah2010-04-021-2/+4
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* Merge branch 'master' into for-2.6.34Jens Axboe2010-02-251-9/+2
|\
| * Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe2010-02-231-9/+2
* | blk-core: use BIO list management functionsAkinobu Mita2010-02-231-17/+14
|/
* block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+19
* block: silently error unsupported empty barriers tooMark McLoughlin2009-10-241-1/+1
* block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-061-4/+4
* block: get rid of kblock_schedule_delayed_work()Jens Axboe2009-10-051-8/+0
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-3/+3
* cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2009-10-031-0/+8
* Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-0/+1
* block: allow large discard requestsChristoph Hellwig2009-10-011-1/+2
* block: use normal I/O path for discard requestsChristoph Hellwig2009-10-011-2/+1
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-141-32/+134
|\
OpenPOWER on IntegriCloud