aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
...
| * | 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: enable by default support for large devices and files on 32-bit archsBartlomiej Zolnierkiewicz2009-04-28
| * | block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-28
* | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-11
|\ \ \
| * | | block: clear req->errors on bio completion only for fs requestsTejun Heo2009-04-18
* | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \ \
| * | | | tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-09
| * | | | Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-18
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-07
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle2009-05-06
| * | | | blktrace: add trace/ to /sys/block/sdaLi Zefan2009-04-16
| * | | | blktrace: support per-partition tracingShawn Du2009-04-16
* | | | | bsg: setting rq->bio to NULLFUJITA Tomonori2009-06-09
| |_|/ / |/| | |
* | | | block: fix the bio_vec array index out-of-bounds testKazuhisa Ichikawa2009-05-12
| |/ / |/| |
* | | cfq-iosched: cache prio_tree root in cfqq->p_rootJens Axboe2009-04-24
* | | cfq-iosched: fix bug with aliased request and cooperation detectionJens Axboe2009-04-24
* | | cfq-iosched: clear ->prio_trees[] on cfqd allocJens Axboe2009-04-24
* | | block: fix intermittent dm timeout based oopsHannes Reinecke2009-04-24
* | | block: simplify I/O stat accountingJerome Marchand2009-04-24
* | | cfq-iosched: use the default seek distance when there aren't enough seek samplesJeff Moyer2009-04-22
* | | cfq-iosched: make seek_mean converge more quicklyJeff Moyer2009-04-22
* | | block: make blk_abort_queue() ignore non-request based devicesJens Axboe2009-04-22
* | | block: include empty disks in /proc/diskstatsTejun Heo2009-04-22
* | | block: fix queue bounce limit settingTejun Heo2009-04-22
* | | block: fix SG_IO vector request data length handlingTejun Heo2009-04-22
| |/ |/|
* | cfq-iosched: add close cooperator codeJens Axboe2009-04-15
* | cfq-iosched: log responsible 'cfqq' in idle timer armJens Axboe2009-04-15
* | cfq-iosched: tweak kick logic a bit moreJens Axboe2009-04-15
* | cfq-iosched: no need to save interrupts in cfq_kick_queue()Jens Axboe2009-04-15
* | block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-15
* | block: fix SG_IO to return a proper error valueFUJITA Tomonori2009-04-15
* | cfq-iosched: don't delay queue kick for a merged requestJens Axboe2009-04-15
* | as-iosched: get rid of private REQ_SYNC/REQ_ASYNC definesJens Axboe2009-04-15
* | cfq-iosched: get rid of private SYNC/ASYNC definesJens Axboe2009-04-15
* | cfq-iosched: use rw_is_sync() to see if rw flags are sync or notJens Axboe2009-04-15
* | block: fix bad spelling of quiesceJens Axboe2009-04-15
|/
* 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
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-04-07
|\ \
| * | cfq-iosched: don't let idling interfere with pluggingJens Axboe2009-04-07
| * | block: remove unused REQ_UNPLUGJens Axboe2009-04-07