summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-3/+3
| * block: trace bio queueing trial only when it occursMinchan Kim2009-09-111-2/+2
| * block: improve queue_should_plug() by looking at IO depthsJens Axboe2009-09-111-2/+9
| * bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-12/+13
| * block: implement mixed merge of different failfast requestsTejun Heo2009-09-111-0/+99
| * block: use the same failfast bits for bio and requestTejun Heo2009-09-111-12/+7
* | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
|/
* block: make the end_io functions be non-GPL exportsJens Axboe2009-07-281-6/+6
* block: always assign default lock to queuesJens Axboe2009-07-281-7/+0
* blocK: Restore barrier support for md and probably other virtual devices.NeilBrown2009-07-011-5/+5
* block: get rid of queue-private command filterJens Axboe2009-07-011-2/+0
* block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-1/+1
* block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
* block: don't overwrite bdi->state after bdi_init() has been runJens Axboe2009-06-161-0/+5
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-111-10/+11
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-302/+546
|\
| * block: add request clone interface (v2)Kiyoshi Ueda2009-06-111-0/+100
| * block: needs to set the residual length of a bidi requestFUJITA Tomonori2009-06-091-0/+3
| * block: fix an oops on BLKPREP_KILLJames Bottomley2009-05-301-0/+5
| * block: fix oops with block tag queueingJames Bottomley2009-05-271-4/+4
OpenPOWER on IntegriCloud