aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | mg_disk: use defines from <linux/ata.h>Bartlomiej Zolnierkiewicz2009-04-28
| * | | mg_disk: fix dependency on libataBartlomiej Zolnierkiewicz2009-04-28
| * | | mg_disk: clean up request completion pathsTejun Heo2009-04-28
| * | | mg_disk: fold mg_disk.h into mg_disk.cTejun Heo2009-04-28
| * | | swim: clean up request completion pathsTejun Heo2009-04-28
| * | | swim3: clean up request completion pathsTejun Heo2009-04-28
| * | | hd: clean up request completion pathsTejun Heo2009-04-28
| * | | ubd: drop unnecessary rq->sector manipulationTejun Heo2009-04-28
| * | | ubd: cleanup completion pathTejun Heo2009-04-28
| * | | sunvdc: kill vdc_end_request()Tejun Heo2009-04-28
| * | | ps3disk: simplify request completionTejun Heo2009-04-28
| * | | amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block driversTejun Heo2009-04-28
| * | | block: don't init rq fields unnecessarilyTejun Heo2009-04-28
| * | | block: make blk_end_request_cur() return boolTejun Heo2009-04-28
| * | | block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan2009-04-28
| * | | block: include discard requests in IO accountingJens Axboe2009-04-28
| * | | block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe2009-04-28
| * | | block: kill rq->dataTejun Heo2009-04-28
| * | | arm-omap: don't abuse rq->dataTejun Heo2009-04-28
| * | | block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-28
| * | | block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-28
| * | | block: move rq->start_time initialization to blk_rq_init()Tejun Heo2009-04-28
| * | | block: clean up request completion APITejun Heo2009-04-28
| * | | block: kill blk_end_request_callback()Tejun Heo2009-04-28
| * | | block: reorganize request fetching functionsTejun Heo2009-04-28
| * | | block: reorder request completion functionsTejun Heo2009-04-28
| * | | block: clean up misc stuff after block layer timeout conversionTejun Heo2009-04-28
| * | | block: cleanup REQ_SOFTBARRIER usagesTejun Heo2009-04-28
| * | | block: don't set REQ_NOMERGE unnecessarilyTejun Heo2009-04-28
| * | | block: kill blk_start_queueing()Tejun Heo2009-04-28
| * | | block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo2009-04-28
| * | | block: implement blkdev_readpagesJeff Moyer2009-04-28
| * | | block: enable by default support for large devices and files on 32-bit archsBartlomiej Zolnierkiewicz2009-04-28
| * | | ide-dma: don't reset request fields on dma_timeout_retry()Tejun Heo2009-04-28
| * | | ide: drop rq->data handling from ide_map_sg()Tejun Heo2009-04-28
| * | | ide-atapi: kill unused fields and callbacksTejun Heo2009-04-28
| * | | ide-tape: simplify read/write functionsTejun Heo2009-04-28
| * | | ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo2009-04-28
| * | | ide-tape: unify r/w init pathsTejun Heo2009-04-28
| * | | ide-tape: kill idetape_bhTejun Heo2009-04-28
| * | | ide-tape: use standard data transfer mechanismTejun Heo2009-04-28
| * | | ide-tape: use single continuous bufferTejun Heo2009-04-28
| * | | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-28
| * | | ide-tape,floppy: fix failed command completion after request senseTejun Heo2009-04-28
| * | | ide-pm: don't abuse rq->dataTejun Heo2009-04-28
| * | | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-28
| * | | ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-28
| * | | ide-cd: convert to using generic sense requestBorislav Petkov2009-04-28
| * | | ide: add helpers for preparing sense requestsBorislav Petkov2009-04-28
| * | | ide-cd: don't abuse rq->bufferTejun Heo2009-04-28