aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2009-05-22block: Expose stacked device queues in sysfsMartin K. Petersen
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-20block: change the tag sync vs async restriction logicJens Axboe
2009-05-19block: add warning to blk_make_request()Jens Axboe
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh
2009-05-19block: allow blk_rq_map_kern to append to requestsJames Bottomley
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar
2009-05-12block: fix the bio_vec array index out-of-bounds testKazuhisa Ichikawa
2009-05-11block: move completion related functions back to blk-core.cFUJITA Tomonori
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: hide request sector and data_lenTejun Heo
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-05-11block: add rq->resid_lenTejun Heo
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle
2009-04-28block: don't init rq fields unnecessarilyTejun Heo
2009-04-28block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan
2009-04-28block: include discard requests in IO accountingJens Axboe
2009-04-28block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe
2009-04-28block: kill rq->dataTejun Heo
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo
2009-04-28block: move rq->start_time initialization to blk_rq_init()Tejun Heo
2009-04-28block: clean up request completion APITejun Heo
2009-04-28block: kill blk_end_request_callback()Tejun Heo
2009-04-28block: reorganize request fetching functionsTejun Heo
2009-04-28block: reorder request completion functionsTejun Heo
2009-04-28block: clean up misc stuff after block layer timeout conversionTejun Heo
2009-04-28block: cleanup REQ_SOFTBARRIER usagesTejun Heo
2009-04-28block: don't set REQ_NOMERGE unnecessarilyTejun Heo
2009-04-28block: kill blk_start_queueing()Tejun Heo
2009-04-28block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo
2009-04-28block: enable by default support for large devices and files on 32-bit archsBartlomiej Zolnierkiewicz
2009-04-28block: clear req->errors on bio completion only for fs requestsTejun Heo
2009-04-24cfq-iosched: cache prio_tree root in cfqq->p_rootJens Axboe
2009-04-24cfq-iosched: fix bug with aliased request and cooperation detectionJens Axboe
2009-04-24cfq-iosched: clear ->prio_trees[] on cfqd allocJens Axboe
2009-04-24block: fix intermittent dm timeout based oopsHannes Reinecke
2009-04-24block: simplify I/O stat accountingJerome Marchand
2009-04-22cfq-iosched: use the default seek distance when there aren't enough seek samplesJeff Moyer
2009-04-22cfq-iosched: make seek_mean converge more quicklyJeff Moyer
2009-04-22block: make blk_abort_queue() ignore non-request based devicesJens Axboe
2009-04-22block: include empty disks in /proc/diskstatsTejun Heo
2009-04-22block: fix queue bounce limit settingTejun Heo