aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-03cfq-iosched: limit coop preemptionShaohua Li1-2/+15
2009-11-03cfq-iosched: fix bad return value cfq_should_preempt()Jens Axboe1-1/+1
2009-10-24block: silently error unsupported empty barriers tooMark McLoughlin1-1/+1
2009-10-12blk-settings: fix function parameter kernel-doc notationRandy Dunlap1-1/+1
2009-10-09elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro1-3/+1
2009-10-08cfq-iosched: avoid probable slice overrun when idlingCorrado Zoccolo1-0/+9
2009-10-07cfq-iosched: apply bool value where we return 0/1Jens Axboe1-37/+31
2009-10-07cfq-iosched: fix think time allowed for seekersCorrado Zoccolo1-1/+4
2009-10-06cfq-iosched: fix the slice residual signJens Axboe1-1/+7
2009-10-06cfq-iosched: abstract out the 'may this cfqq dispatch' logicJens Axboe1-54/+67
2009-10-06block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe1-1/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan3-6/+8
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe2-21/+11
2009-10-05cfq-iosched: fix possible problem with jiffies wraparoundCorrado Zoccolo1-3/+6
2009-10-05cfq-iosched: fix issue with rq-rq merging and fifo list orderingJens Axboe1-8/+7
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe3-7/+5
2009-10-04cfq-iosched: don't delay async queue if it hasn't dispatched at allJens Axboe1-9/+2
2009-10-03block: Topology ioctlsMartin K. Petersen2-2/+28
2009-10-03cfq-iosched: use assigned slice sync value, not defaultJens Axboe1-3/+4
2009-10-03cfq-iosched: rename 'desktop' sysfs entry to 'low_latency'Jens Axboe1-7/+7
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2-20/+44
2009-10-03cfq-iosched: delay async IO dispatch, if sync IO was just doneVivek Goyal1-2/+16
2009-10-02cfq-iosched: add a knob for desktop interactivenessJens Axboe1-1/+6
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+1
2009-10-01block: allow large discard requestsChristoph Hellwig3-5/+21
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig3-24/+31
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-5/+6
2009-10-01block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen1-1/+2
2009-10-01block: Set max_sectors correctly for stacking devicesMartin K. Petersen1-1/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2-6/+6
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-10/+10
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-161/+504
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2-59/+21
2009-09-14block: don't assume device has a request list backing in nr_requests storeJens Axboe1-1/+6
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen1-1/+20
2009-09-14cfq: choose a new next_req when a request is dispatchedJeff Moyer1-0/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan3-5/+7
2009-09-11block: trace bio queueing trial only when it occursMinchan Kim1-2/+2
2009-09-11cfq: fix the log message after dispatched a requestShan Wei1-1/+1
2009-09-11cfq-iosched: get rid of must_alloc flagJens Axboe1-5/+1
2009-09-11block: use interrupts disabled version of raise_softirq_irqoff()Jens Axboe1-1/+1
2009-09-11block: fix comment in blk-iopoll.cJens Axboe1-3/+6
2009-09-11block: adjust default budget for blk-iopollJens Axboe1-1/+3
2009-09-11block: fix long lines in block/blk-iopoll.cJens Axboe1-12/+14
2009-09-11block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2-1/+221
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe1-2/+9
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe3-14/+16
2009-09-11Send uevents for write_protect changesHannes Reinecke1-2/+16