aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer1-1/+17
2010-04-09blkio: Add io_merged statDivyesh Shah1-0/+2
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett1-1/+4
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah1-2/+4
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-25Merge branch 'master' into for-2.6.34Jens Axboe1-9/+2
2010-02-23blk-core: use BIO list management functionsAkinobu Mita1-17/+14
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe1-9/+2
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's pagesIlya Loginov1-0/+19
2009-10-24block: silently error unsupported empty barriers tooMark McLoughlin1-1/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-4/+4
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe1-8/+0
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-3/+3
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe1-0/+8
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+1
2009-10-01block: allow large discard requestsChristoph Hellwig1-1/+2
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-2/+1
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-32/+134
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-3/+3
2009-09-11block: trace bio queueing trial only when it occursMinchan Kim1-2/+2
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe1-2/+9
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-12/+13
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo1-0/+99
2009-09-11block: use the same failfast bits for bio and requestTejun Heo1-12/+7
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-28block: make the end_io functions be non-GPL exportsJens Axboe1-6/+6
2009-07-28block: always assign default lock to queuesJens Axboe1-7/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.NeilBrown1-5/+5
2009-07-01block: get rid of queue-private command filterJens Axboe1-2/+0
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen1-1/+1
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe1-0/+5
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap1-10/+11
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-302/+546
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-3/+7
2009-06-11block: add request clone interface (v2)Kiyoshi Ueda1-0/+100
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-12/+4
2009-06-09block: needs to set the residual length of a bidi requestFUJITA Tomonori1-0/+3
2009-05-30block: fix an oops on BLKPREP_KILLJames Bottomley1-0/+5
2009-05-27block: fix oops with block tag queueingJames Bottomley1-4/+4
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-8/+8
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-2/+2
2009-05-20block: change the tag sync vs async restriction logicJens Axboe1-1/+1
2009-05-19block: add warning to blk_make_request()Jens Axboe1-0/+9
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh1-0/+45
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-2/+3
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar1-2/+2
2009-05-12block: fix the bio_vec array index out-of-bounds testKazuhisa Ichikawa1-2/+2
2009-05-11block: move completion related functions back to blk-core.cFUJITA Tomonori1-6/+122
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-28/+77