summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: move completion related functions back to blk-core.cFUJITA Tomonori2009-05-111-6/+122
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-114-31/+81
* block: hide request sector and data_lenTejun Heo2009-05-113-12/+12
* block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-114-89/+39Star
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-117-44/+45
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-113-3/+3
* block: add rq->resid_lenTejun Heo2009-05-112-5/+5
* block: don't init rq fields unnecessarilyTejun Heo2009-04-281-2/+0Star
* block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan2009-04-281-0/+3
* block: include discard requests in IO accountingJens Axboe2009-04-281-1/+2
* block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe2009-04-282-10/+11
* block: kill rq->dataTejun Heo2009-04-283-7/+5Star
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-283-9/+4Star
* block: move rq->start_time initialization to blk_rq_init()Tejun Heo2009-04-281-1/+1
* block: clean up request completion APITejun Heo2009-04-281-151/+75Star
* block: kill blk_end_request_callback()Tejun Heo2009-04-281-45/+3Star
* block: reorganize request fetching functionsTejun Heo2009-04-283-128/+132
* block: reorder request completion functionsTejun Heo2009-04-281-72/+72
* block: clean up misc stuff after block layer timeout conversionTejun Heo2009-04-281-13/+9Star
* block: cleanup REQ_SOFTBARRIER usagesTejun Heo2009-04-281-1/+0Star
* block: don't set REQ_NOMERGE unnecessarilyTejun Heo2009-04-282-5/+1Star
* block: kill blk_start_queueing()Tejun Heo2009-04-284-38/+9Star
* block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo2009-04-281-21/+14Star
* block: enable by default support for large devices and files on 32-bit archsBartlomiej Zolnierkiewicz2009-04-281-4/+7
* block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-281-3/+7
* cfq-iosched: cache prio_tree root in cfqq->p_rootJens Axboe2009-04-241-14/+20
* cfq-iosched: fix bug with aliased request and cooperation detectionJens Axboe2009-04-241-5/+6
* cfq-iosched: clear ->prio_trees[] on cfqd allocJens Axboe2009-04-241-0/+10
* block: fix intermittent dm timeout based oopsHannes Reinecke2009-04-241-0/+7
* block: simplify I/O stat accountingJerome Marchand2009-04-244-13/+9Star
* cfq-iosched: use the default seek distance when there aren't enough seek samplesJeff Moyer2009-04-221-5/+6
* cfq-iosched: make seek_mean converge more quicklyJeff Moyer2009-04-221-1/+3
* block: make blk_abort_queue() ignore non-request based devicesJens Axboe2009-04-221-0/+6
* block: include empty disks in /proc/diskstatsTejun Heo2009-04-221-4/+8
* block: fix queue bounce limit settingTejun Heo2009-04-221-9/+11
* block: fix SG_IO vector request data length handlingTejun Heo2009-04-221-1/+12
* cfq-iosched: add close cooperator codeJens Axboe2009-04-151-25/+198
* cfq-iosched: log responsible 'cfqq' in idle timer armJens Axboe2009-04-151-1/+1
* cfq-iosched: tweak kick logic a bit moreJens Axboe2009-04-151-2/+5
* cfq-iosched: no need to save interrupts in cfq_kick_queue()Jens Axboe2009-04-151-3/+2Star
* block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-152-5/+0Star
* block: fix SG_IO to return a proper error valueFUJITA Tomonori2009-04-151-2/+4
* cfq-iosched: don't delay queue kick for a merged requestJens Axboe2009-04-151-2/+9
* as-iosched: get rid of private REQ_SYNC/REQ_ASYNC definesJens Axboe2009-04-151-59/+57Star
* cfq-iosched: get rid of private SYNC/ASYNC definesJens Axboe2009-04-151-13/+11Star
* cfq-iosched: use rw_is_sync() to see if rw flags are sync or notJens Axboe2009-04-151-1/+1
* block: fix bad spelling of quiesceJens Axboe2009-04-153-8/+8
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-071-0/+1
|\
| * blktrace: fix pdu_len when tracing packet command requestsLi Zefan2009-04-031-0/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-04-076-137/+169
|\ \