aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen1-21/+34
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen9-44/+54
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen5-17/+22
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-2/+2
2009-05-20block: change the tag sync vs async restriction logicJens Axboe4-12/+15
2009-05-19block: add warning to blk_make_request()Jens Axboe1-0/+9
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh2-1/+2
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh1-0/+45
2009-05-19block: allow blk_rq_map_kern to append to requestsJames Bottomley1-2/+10
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 Heo4-31/+81
2009-05-11block: hide request sector and data_lenTejun Heo3-12/+12
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo4-89/+39
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo7-44/+45
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo3-3/+3
2009-05-11block: add rq->resid_lenTejun Heo2-5/+5
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar13-149/+370
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle1-3/+2
2009-04-28block: don't init rq fields unnecessarilyTejun Heo1-2/+0
2009-04-28block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan1-0/+3
2009-04-28block: include discard requests in IO accountingJens Axboe1-1/+2
2009-04-28block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe2-10/+11
2009-04-28block: kill rq->dataTejun Heo3-7/+5
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo3-9/+4
2009-04-28block: move rq->start_time initialization to blk_rq_init()Tejun Heo1-1/+1
2009-04-28block: clean up request completion APITejun Heo1-151/+75
2009-04-28block: kill blk_end_request_callback()Tejun Heo1-45/+3
2009-04-28block: reorganize request fetching functionsTejun Heo3-128/+132
2009-04-28block: reorder request completion functionsTejun Heo1-72/+72
2009-04-28block: clean up misc stuff after block layer timeout conversionTejun Heo1-13/+9
2009-04-28block: cleanup REQ_SOFTBARRIER usagesTejun Heo1-1/+0
2009-04-28block: don't set REQ_NOMERGE unnecessarilyTejun Heo2-5/+1
2009-04-28block: kill blk_start_queueing()Tejun Heo4-38/+9
2009-04-28block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo1-21/+14
2009-04-28block: enable by default support for large devices and files on 32-bit archsBartlomiej Zolnierkiewicz1-4/+7
2009-04-28block: clear req->errors on bio completion only for fs requestsTejun Heo1-3/+7
2009-04-24cfq-iosched: cache prio_tree root in cfqq->p_rootJens Axboe1-14/+20
2009-04-24cfq-iosched: fix bug with aliased request and cooperation detectionJens Axboe1-5/+6
2009-04-24cfq-iosched: clear ->prio_trees[] on cfqd allocJens Axboe1-0/+10
2009-04-24block: fix intermittent dm timeout based oopsHannes Reinecke1-0/+7
2009-04-24block: simplify I/O stat accountingJerome Marchand4-13/+9
2009-04-22cfq-iosched: use the default seek distance when there aren't enough seek samplesJeff Moyer1-5/+6
2009-04-22cfq-iosched: make seek_mean converge more quicklyJeff Moyer1-1/+3
2009-04-22block: make blk_abort_queue() ignore non-request based devicesJens Axboe1-0/+6
2009-04-22block: include empty disks in /proc/diskstatsTejun Heo1-4/+8
2009-04-22block: fix queue bounce limit settingTejun Heo1-9/+11
2009-04-22block: fix SG_IO vector request data length handlingTejun Heo1-1/+12