summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-settings: fix function parameter kernel-doc notationRandy Dunlap2009-10-121-1/+1
* elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro2009-10-091-3/+1
* 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/+31
* 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/+11
* 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/+7
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-043-7/+5
* cfq-iosched: don't delay async queue if it hasn't dispatched at allJens Axboe2009-10-041-9/+2
* block: Topology ioctlsMartin K. Petersen2009-10-032-2/+28
* cfq-iosched: use assigned slice sync value, not defaultJens Axboe2009-10-031-3/+4
* cfq-iosched: rename 'desktop' sysfs entry to 'low_latency'Jens Axboe2009-10-031-7/+7
* cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2009-10-032-20/+44
* cfq-iosched: delay async IO dispatch, if sync IO was just doneVivek Goyal2009-10-031-2/+16
* cfq-iosched: add a knob for desktop interactivenessJens Axboe2009-10-021-1/+6
* Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-0/+1
* block: allow large discard requestsChristoph Hellwig2009-10-013-5/+21
* block: use normal I/O path for discard requestsChristoph Hellwig2009-10-013-24/+31
* Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac2009-10-011-5/+6
* block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen2009-10-011-1/+2
* block: Set max_sectors correctly for stacking devicesMartin K. Petersen2009-10-011-1/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-192-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-161-1/+1
|\
| * driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-152-10/+10
|\ \ | |/ |/|
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-149-54/+94
| |\
| * \ Merge branch 'master' into for-nextTejun Heo2009-07-046-334/+139
| |\ \
| * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-242-10/+10
* | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-1412-161/+504
|\ \ \ \
| * | | | block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-142-59/+21
| * | | | block: don't assume device has a request list backing in nr_requests storeJens Axboe2009-09-141-1/+6
| * | | | block: Optimal I/O limit wrapperMartin K. Petersen2009-09-141-1/+20
| * | | | cfq: choose a new next_req when a request is dispatchedJeff Moyer2009-09-141-0/+1
| * | | | Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-143-5/+7
| * | | | block: trace bio queueing trial only when it occursMinchan Kim2009-09-111-2/+2
| * | | | cfq: fix the log message after dispatched a requestShan Wei2009-09-111-1/+1
| * | | | cfq-iosched: get rid of must_alloc flagJens Axboe2009-09-111-5/+1
| * | | | block: use interrupts disabled version of raise_softirq_irqoff()Jens Axboe2009-09-111-1/+1
| * | | | block: fix comment in blk-iopoll.cJens Axboe2009-09-111-3/+6
| * | | | block: adjust default budget for blk-iopollJens Axboe2009-09-111-1/+3
| * | | | block: fix long lines in block/blk-iopoll.cJens Axboe2009-09-111-12/+14
| * | | | block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-112-1/+221