summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: reorder request completion functionsTejun Heo2009-04-281-72/+72
| * | block: cleanup REQ_SOFTBARRIER usagesTejun Heo2009-04-281-1/+0
| * | block: don't set REQ_NOMERGE unnecessarilyTejun Heo2009-04-281-4/+1
| * | block: kill blk_start_queueing()Tejun Heo2009-04-281-26/+2
| * | block: merge blk_invoke_request_fn() into __blk_run_queue()Tejun Heo2009-04-281-21/+14
| * | block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-281-3/+7
* | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-111-3/+7
|\ \ \
| * | | block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-191-3/+7
* | | | tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-12/+4
* | | | Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-181-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | block: fix the bio_vec array index out-of-bounds testKazuhisa Ichikawa2009-05-121-2/+2
| | |/ | |/|
* | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-2/+4
|\| |
| * | block: simplify I/O stat accountingJerome Marchand2009-04-241-2/+4
| |/
* / blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle2009-05-061-3/+2
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-071-0/+1
|\
| * blktrace: fix pdu_len when tracing packet command requestsLi Zefan2009-04-031-0/+1
* | block: remove unused REQ_UNPLUGJens Axboe2009-04-071-2/+0
* | block: fix inconsistency in I/O stat accounting codeJerome Marchand2009-04-071-9/+4
* | block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe2009-04-061-0/+2
* | block: enabling plugging on SSD devices that don't do queuingJens Axboe2009-04-061-2/+11
* | block: change the request allocation/congestion logic to be sync/async basedJens Axboe2009-04-061-35/+35
* | block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh2009-03-261-0/+3
* | block: get rid of unused blkdev_free_rq() defineJens Axboe2009-03-241-1/+0
* | block: remove various blk_queue_*() setting functions in blk_init_queue_node()Jens Axboe2009-03-241-6/+3
|/
* block: fix oops in blk_queue_io_stat()Jens Axboe2009-02-021-3/+3
* block: add sysfs file for controlling io stats accountingJens Axboe2009-01-301-36/+54
* block: silently error an unsupported barrier bioJens Axboe2009-01-301-0/+5
* block: seperate bio/request unplug and sync bitsJens Axboe2009-01-301-1/+4
* block: don't use plugging on SSD devicesJens Axboe2008-12-291-4/+3
* block: remove duplicate or unused barrier/discard error pathsTejun Heo2008-12-291-33/+11
* block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan2008-12-291-7/+1
* block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2008-12-291-0/+3
* block: leave the request timeout timer running even on an empty listJens Axboe2008-12-291-0/+1
* Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-051-2/+24
|\
| * block: fix setting of max_segment_size and seg_boundary maskMilan Broz2008-12-031-1/+1
| * block: internal dequeue shouldn't start timerTejun Heo2008-12-031-1/+23
* | blktrace: port to tracepoints, updateIngo Molnar2008-11-261-0/+13
* | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-19/+14
|/
* blk: move blk_delete_timer call in end_that_request_lastMike Anderson2008-11-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-171-5/+21
|\
| * block: remove __generic_unplug_device() from exportsJens Axboe2008-10-171-1/+0
| * block: move q->unplug_work initializationPeter Zijlstra2008-10-171-0/+1
| * block: fix current kernel-doc warningsRandy Dunlap2008-10-171-2/+3
| * block: only call ->request_fn when the queue is not stoppedJens Axboe2008-10-171-2/+17
* | [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-131-2/+9
|/
* block: remove end_{queued|dequeued}_request()Kiyoshi Ueda2008-10-091-51/+7
* block: add lld busy state exporting interfaceKiyoshi Ueda2008-10-091-0/+28
* block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns2008-10-091-2/+4
* block: add a queue flag for request stacking supportKiyoshi Ueda2008-10-091-1/+2
* block: add request submission interfaceKiyoshi Ueda2008-10-091-0/+81