aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
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: 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: clear req->errors on bio completion only for fs requestsTejun Heo
2009-04-24block: simplify I/O stat accountingJerome Marchand
2009-04-19block: clear req->errors on bio completion only for fs requestsTejun Heo
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-04-07block: remove unused REQ_UNPLUGJens Axboe
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe
2009-04-06block: enabling plugging on SSD devices that don't do queuingJens Axboe
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe
2009-04-03blktrace: fix pdu_len when tracing packet command requestsLi Zefan
2009-03-26block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh
2009-03-24block: get rid of unused blkdev_free_rq() defineJens Axboe
2009-03-24block: remove various blk_queue_*() setting functions in blk_init_queue_node()Jens Axboe
2009-02-02block: fix oops in blk_queue_io_stat()Jens Axboe
2009-01-30block: add sysfs file for controlling io stats accountingJens Axboe
2009-01-30block: silently error an unsupported barrier bioJens Axboe
2009-01-30block: seperate bio/request unplug and sync bitsJens Axboe
2008-12-29block: don't use plugging on SSD devicesJens Axboe
2008-12-29block: remove duplicate or unused barrier/discard error pathsTejun Heo
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey
2008-12-29block: leave the request timeout timer running even on an empty listJens Axboe
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz
2008-12-03block: internal dequeue shouldn't start timerTejun Heo
2008-11-26blktrace: port to tracepoints, updateIngo Molnar
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo
2008-11-06blk: move blk_delete_timer call in end_that_request_lastMike Anderson
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe
2008-10-17block: move q->unplug_work initializationPeter Zijlstra
2008-10-17block: fix current kernel-doc warningsRandy Dunlap
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda
2008-10-09block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda
2008-10-09block: add request submission interfaceKiyoshi Ueda