aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* block: change the tag sync vs async restriction logicJens Axboe2009-05-20
* block: add warning to blk_make_request()Jens Axboe2009-05-19
* block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh2009-05-19
* block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-19
* block: move completion related functions back to blk-core.cFUJITA Tomonori2009-05-11
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* block: hide request sector and data_lenTejun Heo2009-05-11
* block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-11
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-11
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-11
* block: catch trying to use more bits than request->cmd_flags hasNikanth Karthikesan2009-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
* 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: 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: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-28
* block: simplify I/O stat accountingJerome Marchand2009-04-24
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-07
|\
| * blktrace: fix pdu_len when tracing packet command requestsLi Zefan2009-04-03
* | block: remove unused REQ_UNPLUGJens Axboe2009-04-07
* | block: fix inconsistency in I/O stat accounting codeJerome Marchand2009-04-07
* | block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe2009-04-06
* | block: enabling plugging on SSD devices that don't do queuingJens Axboe2009-04-06
* | block: change the request allocation/congestion logic to be sync/async basedJens Axboe2009-04-06
* | block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh2009-03-26
* | block: get rid of unused blkdev_free_rq() defineJens Axboe2009-03-24
* | block: remove various blk_queue_*() setting functions in blk_init_queue_node()Jens Axboe2009-03-24
|/
* block: fix oops in blk_queue_io_stat()Jens Axboe2009-02-02
* block: add sysfs file for controlling io stats accountingJens Axboe2009-01-30
* block: silently error an unsupported barrier bioJens Axboe2009-01-30
* block: seperate bio/request unplug and sync bitsJens Axboe2009-01-30
* block: don't use plugging on SSD devicesJens Axboe2008-12-29
* block: remove duplicate or unused barrier/discard error pathsTejun Heo2008-12-29
* block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan2008-12-29
* block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2008-12-29
* block: leave the request timeout timer running even on an empty listJens Axboe2008-12-29
* Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-05
|\
| * block: fix setting of max_segment_size and seg_boundary maskMilan Broz2008-12-03
| * block: internal dequeue shouldn't start timerTejun Heo2008-12-03
* | blktrace: port to tracepoints, updateIngo Molnar2008-11-26
* | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-26
|/
* blk: move blk_delete_timer call in end_that_request_lastMike Anderson2008-11-06