summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer2011-11-071-2/+11
* cfq-iosched: get rid of the coop_preempt flagJens Axboe2011-11-071-14/+1
* cfq: break apart merged cfqqs if they stop cooperatingJeff Moyer2011-11-071-3/+76
* cfq: change the meaning of the cfqq_coop flagJeff Moyer2011-11-071-14/+6
* cfq: merge cooperating cfq_queuesJeff Moyer2011-11-071-2/+87
* cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer2011-11-071-35/+33
* cfq-iosched: fix a rcu warningShaohua Li2011-07-131-1/+4
* cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe2011-07-131-1/+4
* block: export blk_{get,put}_queue()Jens Axboe2011-06-231-0/+2
* block: add proper state guards to __elv_next_requestJames Bottomley2011-06-231-1/+2
* block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan2011-05-091-1/+3
* block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2011-01-072-25/+5
* block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe2010-12-091-0/+2
* block: take care not to overflow when calculating total iov lengthJens Axboe2010-12-091-10/+24
* block: Ensure physical block size is unsigned intMartin K. Petersen2010-12-091-1/+1
* bsg: fix incorrect device_status valueFUJITA Tomonori2010-10-281-1/+1
* block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy2010-05-121-7/+5
* block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34Martin K. Petersen2010-04-011-25/+68
* block: bdev_stack_limits wrapperMartin K. Petersen2010-01-251-0/+22
* 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
|\