summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: don't init rq fields unnecessarilyTejun Heo2009-04-281-2/+0
* block: make blk_end_request_cur() return boolTejun Heo2009-04-281-4/+12
* 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-285-11/+7
* arm-omap: don't abuse rq->dataTejun Heo2009-04-281-12/+31
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-2819-126/+128
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-2815-73/+58
* block: move rq->start_time initialization to blk_rq_init()Tejun Heo2009-04-281-1/+1
* block: clean up request completion APITejun Heo2009-04-282-163/+157
* block: kill blk_end_request_callback()Tejun Heo2009-04-282-48/+3
* block: reorganize request fetching functionsTejun Heo2009-04-283-128/+132
* block: reorder request completion functionsTejun Heo2009-04-282-80/+80
* block: clean up misc stuff after block layer timeout conversionTejun Heo2009-04-281-13/+9
* block: cleanup REQ_SOFTBARRIER usagesTejun Heo2009-04-281-1/+0
* block: don't set REQ_NOMERGE unnecessarilyTejun Heo2009-04-282-5/+1
* block: kill blk_start_queueing()Tejun Heo2009-04-285-39/+9
* block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo2009-04-281-21/+14
* block: implement blkdev_readpagesJeff Moyer2009-04-281-0/+7
* block: enable by default support for large devices and files on 32-bit archsBartlomiej Zolnierkiewicz2009-04-281-4/+7
* ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo2009-04-281-16/+4
* ide: drop rq->data handling from ide_map_sg()Tejun Heo2009-04-281-5/+1
* ide-atapi: kill unused fields and callbacksTejun Heo2009-04-283-26/+4
* ide-tape: simplify read/write functionsTejun Heo2009-04-281-99/+50
* ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo2009-04-281-25/+20
* ide-tape: unify r/w init pathsTejun Heo2009-04-281-64/+46
* ide-tape: kill idetape_bhTejun Heo2009-04-281-221/+84
* ide-tape: use standard data transfer mechanismTejun Heo2009-04-282-94/+24
* ide-tape: use single continuous bufferTejun Heo2009-04-281-198/+58
* ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-283-8/+18
* ide-tape,floppy: fix failed command completion after request senseTejun Heo2009-04-282-0/+2
* ide-pm: don't abuse rq->dataTejun Heo2009-04-282-24/+16
* ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-285-36/+52
* ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-284-39/+23
* ide-cd: convert to using generic sense requestBorislav Petkov2009-04-282-46/+12
* ide: add helpers for preparing sense requestsBorislav Petkov2009-04-282-0/+72
* ide-cd: don't abuse rq->bufferTejun Heo2009-04-281-4/+4
* ide-atapi: don't abuse rq->bufferTejun Heo2009-04-283-4/+4
* ide-taskfile: don't abuse rq->bufferTejun Heo2009-04-282-11/+12
* ide-floppy: block pc always uses bioTejun Heo2009-04-281-8/+6
* ide-cd: clear sense buffer before issuing request senseTejun Heo2009-04-281-8/+4
* ide kill unused ide_cmd->specialTejun Heo2009-04-281-1/+0
* ide: don't set REQ_SOFTBARRIERTejun Heo2009-04-282-2/+0
* ide: use blk_run_queue() instead of blk_start_queueing()Tejun Heo2009-04-281-5/+2
* ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-04-281-6/+0
* block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-281-3/+7
* loop: use BIO list management functionsAkinobu Mita2009-04-283-22/+9
* hd: fix lockingTejun Heo2009-04-281-10/+7
* mg_disk: fix CONFIG_LBD=y warningBartlomiej Zolnierkiewicz2009-04-281-1/+1