aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-1154-279/+292
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-1112-25/+42
* block: add rq->resid_lenTejun Heo2009-05-1116-80/+59
* ide-tape: don't initialize rq->sector for rw requestsTejun Heo2009-05-111-1/+0
* nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo2009-05-111-7/+0
* mg_disk: use defines from <linux/ata.h>Bartlomiej Zolnierkiewicz2009-04-281-101/+43
* mg_disk: fix dependency on libataBartlomiej Zolnierkiewicz2009-04-282-5/+41
* mg_disk: clean up request completion pathsTejun Heo2009-04-281-84/+33
* mg_disk: fold mg_disk.h into mg_disk.cTejun Heo2009-04-282-207/+185
* swim: clean up request completion pathsTejun Heo2009-04-281-7/+0
* swim3: clean up request completion pathsTejun Heo2009-04-281-26/+5
* hd: clean up request completion pathsTejun Heo2009-04-281-24/+12
* ubd: drop unnecessary rq->sector manipulationTejun Heo2009-04-281-5/+5
* ubd: cleanup completion pathTejun Heo2009-04-281-22/+1
* sunvdc: kill vdc_end_request()Tejun Heo2009-04-281-7/+2
* ps3disk: simplify request completionTejun Heo2009-04-281-4/+1
* amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo2009-04-284-28/+2
* 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