summaryrefslogtreecommitdiff
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* block: allow initialization of previously allocated request_queueMike Snitzer2010-05-11
* blkio: Add io_merged statDivyesh Shah2010-04-09
* laptop-mode: Make flushes per-deviceMatthew Garrett2010-04-06
* blkio: Increment the blkio cgroup stats for real nowDivyesh Shah2010-04-02
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-26
* Merge branch 'master' into for-2.6.34Jens Axboe2010-02-25
|\
| * Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe2010-02-23
* | blk-core: use BIO list management functionsAkinobu Mita2010-02-23
|/
* block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-26
* block: silently error unsupported empty barriers tooMark McLoughlin2009-10-24
* block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-06
* block: get rid of kblock_schedule_delayed_work()Jens Axboe2009-10-05
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-04
* cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2009-10-03
* Add a tracepoint for block request remappingJun'ichi Nomura2009-10-01
* block: allow large discard requestsChristoph Hellwig2009-10-01
* block: use normal I/O path for discard requestsChristoph Hellwig2009-10-01
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-14
|\
| * Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-14
| * block: trace bio queueing trial only when it occursMinchan Kim2009-09-11
| * block: improve queue_should_plug() by looking at IO depthsJens Axboe2009-09-11
| * bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
| * block: implement mixed merge of different failfast requestsTejun Heo2009-09-11
| * block: use the same failfast bits for bio and requestTejun Heo2009-09-11
* | writeback: add name to backing_dev_infoJens Axboe2009-09-11
|/
* block: make the end_io functions be non-GPL exportsJens Axboe2009-07-28
* block: always assign default lock to queuesJens Axboe2009-07-28
* blocK: Restore barrier support for md and probably other virtual devices.NeilBrown2009-07-01
* block: get rid of queue-private command filterJens Axboe2009-07-01
* block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-01
* block: remove some includings of blktrace_api.hLi Zefan2009-06-16
* block: don't overwrite bdi->state after bdi_init() has been runJens Axboe2009-06-16
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-11
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-11
|\
| * block: add request clone interface (v2)Kiyoshi Ueda2009-06-11
| * block: needs to set the residual length of a bidi requestFUJITA Tomonori2009-06-09
| * block: fix an oops on BLKPREP_KILLJames Bottomley2009-05-30
| * block: fix oops with block tag queueingJames Bottomley2009-05-27
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22
| |\
| * | block: change the tag sync vs async restriction logicJens Axboe2009-05-20
| * | block: add warning to blk_make_request()Jens Axboe2009-05-19
| * | block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh2009-05-19
| * | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-19
| * | block: move completion related functions back to blk-core.cFUJITA Tomonori2009-05-11
| * | block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
| * | block: hide request sector and data_lenTejun Heo2009-05-11
| * | block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-11
| * | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-11
| * | block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-11