summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | blkio: Set must_dispatch only if we decided to not dispatch the requestVivek Goyal2009-12-031-3/+3
* | cfq-iosched: no dispatch limit for single queueShaohua Li2009-12-031-2/+2
* | block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen2009-12-034-0/+17
* | Revert "cfq: Make use of service count to estimate the rb_key offset"Jens Axboe2009-11-301-6/+2Star
* | cfq-iosched: fix corner cases in idling logicCorrado Zoccolo2009-11-261-10/+22
* | cfq-iosched: idling on deep seeky sync queuesCorrado Zoccolo2009-11-261-1/+12
* | cfq-iosched: fix no-idle preemption logicCorrado Zoccolo2009-11-261-2/+3
* | cfq-iosched: fix ncq detection codeCorrado Zoccolo2009-11-261-9/+15
* | cfq-iosched: cleanup unreachable codeCorrado Zoccolo2009-11-261-13/+0Star
* | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+19
* | cfq: Make use of service count to estimate the rb_key offsetGui Jianfeng2009-11-261-2/+6
* | block: jiffies fixesRandy Dunlap2009-11-113-2/+5
* | block: Expose discard granularityMartin K. Petersen2009-11-103-10/+70
* | cfq-iosched: fix next_rq computationCorrado Zoccolo2009-11-081-6/+7
* | block/scsi_ioctl.c: quiet sparse noiseH Hartley Sweeten2009-11-041-2/+4
* | cfq-iosched: get rid of the coop_preempt flagJens Axboe2009-11-041-19/+2Star
* | cfq-iosched: fix merge errorJens Axboe2009-11-031-1/+0Star
* | Merge branch 'for-linus' into for-2.6.33Jens Axboe2009-11-032-3/+21
|\|
| * cfq-iosched: limit coop preemptionShaohua Li2009-11-031-2/+15
| * cfq-iosched: fix bad return value cfq_should_preempt()Jens Axboe2009-11-031-1/+1
| * block: silently error unsupported empty barriers tooMark McLoughlin2009-10-241-1/+1
* | Merge branch 'cfq-2.6.33' into for-2.6.33Jens Axboe2009-11-031-52/+321
|\ \
| * | cfq-iosched: fix style issue in cfq_get_avg_queues()Jens Axboe2009-10-281-2/+2
| * | cfq-iosched: fairness for sync no-idle queuesCorrado Zoccolo2009-10-281-32/+168
| * | cfq-iosched: enable idling for last queue on priority classCorrado Zoccolo2009-10-281-3/+31
| * | cfq-iosched: reimplement priorities using different service treesCorrado Zoccolo2009-10-281-34/+82
| * | cfq-iosched: preparation to handle multiple service treesCorrado Zoccolo2009-10-281-11/+19
| * | cfq-iosched: adapt slice to number of processes doing I/OCorrado Zoccolo2009-10-281-2/+51
* | | cfq-iosched: simplify prio-unboost codeCorrado Zoccolo2009-11-021-5/+3Star
|/ /
* | cfq-iosched: improve hw_tag detectionShaohua Li2009-10-271-0/+12
* | cfq: break apart merged cfqqs if they stop cooperatingJeff Moyer2009-10-261-3/+76
* | cfq: change the meaning of the cfqq_coop flagJeff Moyer2009-10-261-14/+6Star
* | cfq: merge cooperating cfq_queuesJeff Moyer2009-10-261-2/+87
* | cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer2009-10-261-35/+33Star
* | Merge branch 'for-linus' into for-2.6.33Jens Axboe2009-10-137-136/+153
|\|
| * blk-settings: fix function parameter kernel-doc notationRandy Dunlap2009-10-121-1/+1
| * elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro2009-10-091-3/+1Star
| * cfq-iosched: avoid probable slice overrun when idlingCorrado Zoccolo2009-10-081-0/+9
| * cfq-iosched: apply bool value where we return 0/1Jens Axboe2009-10-071-37/+31Star
| * cfq-iosched: fix think time allowed for seekersCorrado Zoccolo2009-10-071-1/+4
| * cfq-iosched: fix the slice residual signJens Axboe2009-10-061-1/+7
| * cfq-iosched: abstract out the 'may this cfqq dispatch' logicJens Axboe2009-10-061-54/+67
| * block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe2009-10-061-1/+1
| * block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-063-6/+8
| * block: get rid of kblock_schedule_delayed_work()Jens Axboe2009-10-052-21/+11Star
| * cfq-iosched: fix possible problem with jiffies wraparoundCorrado Zoccolo2009-10-051-3/+6
| * cfq-iosched: fix issue with rq-rq merging and fifo list orderingJens Axboe2009-10-051-8/+7Star
* | Merge branch 'master' into for-2.6.33Jens Axboe2009-10-056-26/+87
|\|
| * Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-043-7/+5Star
| * cfq-iosched: don't delay async queue if it hasn't dispatched at allJens Axboe2009-10-041-9/+2Star