aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-26block: Consolidate phys_segment and hw_segment limitsGravatar Martin K. Petersen 1-2/+1
2010-02-25Merge branch 'master' into for-2.6.34Gravatar Jens Axboe 1-9/+2
2010-02-23blk-core: use BIO list management functionsGravatar Akinobu Mita 1-17/+14
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Gravatar Jens Axboe 1-9/+2
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Gravatar Ilya Loginov 1-0/+19
2009-10-24block: silently error unsupported empty barriers tooGravatar Mark McLoughlin 1-1/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Gravatar Nikanth Karthikesan 1-4/+4
2009-10-05block: get rid of kblock_schedule_delayed_work()Gravatar Jens Axboe 1-8/+0
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Gravatar Jens Axboe 1-3/+3
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upGravatar Jens Axboe 1-0/+8
2009-10-01Add a tracepoint for block request remappingGravatar Jun'ichi Nomura 1-0/+1
2009-10-01block: allow large discard requestsGravatar Christoph Hellwig 1-1/+2
2009-10-01block: use normal I/O path for discard requestsGravatar Christoph Hellwig 1-2/+1
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-32/+134
2009-09-14Seperate read and write statistics of in_flight requestsGravatar Nikanth Karthikesan 1-3/+3
2009-09-11block: trace bio queueing trial only when it occursGravatar Minchan Kim 1-2/+2
2009-09-11block: improve queue_should_plug() by looking at IO depthsGravatar Jens Axboe 1-2/+9
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingGravatar Jens Axboe 1-12/+13
2009-09-11block: implement mixed merge of different failfast requestsGravatar Tejun Heo 1-0/+99
2009-09-11block: use the same failfast bits for bio and requestGravatar Tejun Heo 1-12/+7
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-07-28block: make the end_io functions be non-GPL exportsGravatar Jens Axboe 1-6/+6
2009-07-28block: always assign default lock to queuesGravatar Jens Axboe 1-7/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.Gravatar NeilBrown 1-5/+5
2009-07-01block: get rid of queue-private command filterGravatar Jens Axboe 1-2/+0
2009-07-01block: Create bip slabs with embedded integrity vectorsGravatar Martin K. Petersen 1-1/+1
2009-06-16block: remove some includings of blktrace_api.hGravatar Li Zefan 1-1/+0
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runGravatar Jens Axboe 1-0/+5
2009-06-11block: fix kernel-doc in recent block/ changesGravatar Randy Dunlap 1-10/+11
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-302/+546
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Linus Torvalds 1-3/+7
2009-06-11block: add request clone interface (v2)Gravatar Kiyoshi Ueda 1-0/+100
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Gravatar Li Zefan 1-12/+4
2009-06-09block: needs to set the residual length of a bidi requestGravatar FUJITA Tomonori 1-0/+3
2009-05-30block: fix an oops on BLKPREP_KILLGravatar James Bottomley 1-0/+5
2009-05-27block: fix oops with block tag queueingGravatar James Bottomley 1-4/+4
2009-05-22block: Use accessor functions for queue limitsGravatar Martin K. Petersen 1-8/+8
2009-05-22Merge branch 'master' into for-2.6.31Gravatar Jens Axboe 1-2/+2
2009-05-20block: change the tag sync vs async restriction logicGravatar Jens Axboe 1-1/+1
2009-05-19block: add warning to blk_make_request()Gravatar Jens Axboe 1-0/+9
2009-05-19block: Add blk_make_request(), takes bio, returns a requestGravatar Boaz Harrosh 1-0/+45
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueGravatar Tejun Heo 1-2/+3
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreGravatar Ingo Molnar 1-2/+2
2009-05-12block: fix the bio_vec array index out-of-bounds testGravatar Kazuhisa Ichikawa 1-2/+2
2009-05-11block: move completion related functions back to blk-core.cGravatar FUJITA Tomonori 1-6/+122
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-28/+77
2009-05-11block: hide request sector and data_lenGravatar Tejun Heo 1-10/+10
2009-05-11block: drop request->hard_* and *nr_sectorsGravatar Tejun Heo 1-51/+30
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-9/+8
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesGravatar Tejun Heo 1-1/+1