summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-28hd: clean up request completion pathsTejun Heo1-24/+12
2009-04-28ubd: drop unnecessary rq->sector manipulationTejun Heo1-5/+5
2009-04-28ubd: cleanup completion pathTejun Heo1-22/+1
2009-04-28sunvdc: kill vdc_end_request()Tejun Heo1-7/+2
2009-04-28ps3disk: simplify request completionTejun Heo1-4/+1
2009-04-28amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo4-28/+2
2009-04-28block: don't init rq fields unnecessarilyTejun Heo1-2/+0
2009-04-28block: make blk_end_request_cur() return boolTejun Heo1-4/+12
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 Heo5-11/+7
2009-04-28arm-omap: don't abuse rq->dataTejun Heo1-12/+31
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo19-126/+128
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo15-73/+58
2009-04-28block: move rq->start_time initialization to blk_rq_init()Tejun Heo1-1/+1
2009-04-28block: clean up request completion APITejun Heo2-163/+157
2009-04-28block: kill blk_end_request_callback()Tejun Heo2-48/+3
2009-04-28block: reorganize request fetching functionsTejun Heo3-128/+132
2009-04-28block: reorder request completion functionsTejun Heo2-80/+80
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 Heo5-39/+9
2009-04-28block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo1-21/+14
2009-04-28block: implement blkdev_readpagesJeff Moyer1-0/+7
2009-04-28block: enable by default support for large devices and files on 32-bit archsBartlomiej Zolnierkiewicz1-4/+7
2009-04-28ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo1-16/+4
2009-04-28ide: drop rq->data handling from ide_map_sg()Tejun Heo1-5/+1
2009-04-28ide-atapi: kill unused fields and callbacksTejun Heo3-26/+4
2009-04-28ide-tape: simplify read/write functionsTejun Heo1-99/+50
2009-04-28ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo1-25/+20
2009-04-28ide-tape: unify r/w init pathsTejun Heo1-64/+46
2009-04-28ide-tape: kill idetape_bhTejun Heo1-221/+84
2009-04-28ide-tape: use standard data transfer mechanismTejun Heo2-94/+24
2009-04-28ide-tape: use single continuous bufferTejun Heo1-198/+58
2009-04-28ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo3-8/+18
2009-04-28ide-tape,floppy: fix failed command completion after request senseTejun Heo2-0/+2
2009-04-28ide-pm: don't abuse rq->dataTejun Heo2-24/+16
2009-04-28ide-cd,atapi: use bio for internal commandsTejun Heo5-36/+52
2009-04-28ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov4-39/+23
2009-04-28ide-cd: convert to using generic sense requestBorislav Petkov2-46/+12
2009-04-28ide: add helpers for preparing sense requestsBorislav Petkov2-0/+72
2009-04-28ide-cd: don't abuse rq->bufferTejun Heo1-4/+4
2009-04-28ide-atapi: don't abuse rq->bufferTejun Heo3-4/+4
2009-04-28ide-taskfile: don't abuse rq->bufferTejun Heo2-11/+12
2009-04-28ide-floppy: block pc always uses bioTejun Heo1-8/+6
2009-04-28ide-cd: clear sense buffer before issuing request senseTejun Heo1-8/+4
2009-04-28ide kill unused ide_cmd->specialTejun Heo1-1/+0
2009-04-28ide: don't set REQ_SOFTBARRIERTejun Heo2-2/+0