cfq-iosched: idling on deep seeky sync queues
[safe/jmp/linux-2.6] / block / cfq-iosched.c
2009-11-26 Corrado Zoccolocfq-iosched: idling on deep seeky sync queues
2009-11-26 Corrado Zoccolocfq-iosched: fix no-idle preemption logic
2009-11-26 Corrado Zoccolocfq-iosched: fix ncq detection code
2009-11-26 Corrado Zoccolocfq-iosched: cleanup unreachable code
2009-11-26 Gui Jianfengcfq: Make use of service count to estimate the rb_key...
2009-11-11 Randy Dunlapblock: jiffies fixes
2009-11-08 Corrado Zoccolocfq-iosched: fix next_rq computation
2009-11-04 Jens Axboecfq-iosched: get rid of the coop_preempt flag
2009-11-03 Jens Axboecfq-iosched: fix merge error
2009-11-03 Jens AxboeMerge branch 'for-linus' into for-2.6.33
2009-11-03 Jens AxboeMerge branch 'cfq-2.6.33' into for-2.6.33
2009-11-03 Shaohua Licfq-iosched: limit coop preemption
2009-11-03 Jens Axboecfq-iosched: fix bad return value cfq_should_preempt()
2009-11-02 Corrado Zoccolocfq-iosched: simplify prio-unboost code
2009-10-28 Jens Axboecfq-iosched: fix style issue in cfq_get_avg_queues()
2009-10-28 Corrado Zoccolocfq-iosched: fairness for sync no-idle queues
2009-10-28 Corrado Zoccolocfq-iosched: enable idling for last queue on priority...
2009-10-28 Corrado Zoccolocfq-iosched: reimplement priorities using different...
2009-10-28 Corrado Zoccolocfq-iosched: preparation to handle multiple service...
2009-10-28 Corrado Zoccolocfq-iosched: adapt slice to number of processes doing I/O
2009-10-27 Shaohua Licfq-iosched: improve hw_tag detection
2009-10-26 Jeff Moyercfq: break apart merged cfqqs if they stop cooperating
2009-10-26 Jeff Moyercfq: change the meaning of the cfqq_coop flag
2009-10-26 Jeff Moyercfq: merge cooperating cfq_queues
2009-10-26 Jeff Moyercfq: calculate the seek_mean per cfq_queue not per...
2009-10-08 Corrado Zoccolocfq-iosched: avoid probable slice overrun when idling
2009-10-07 Jens Axboecfq-iosched: apply bool value where we return 0/1
2009-10-07 Corrado Zoccolocfq-iosched: fix think time allowed for seekers
2009-10-06 Jens Axboecfq-iosched: fix the slice residual sign
2009-10-06 Jens Axboecfq-iosched: abstract out the 'may this cfqq dispatch...
2009-10-05 Jens Axboeblock: get rid of kblock_schedule_delayed_work()
2009-10-05 Corrado Zoccolocfq-iosched: fix possible problem with jiffies wraparound
2009-10-05 Jens Axboecfq-iosched: fix issue with rq-rq merging and fifo...
2009-10-04 Jens Axboecfq-iosched: don't delay async queue if it hasn't dispa...
2009-10-03 Jens Axboecfq-iosched: use assigned slice sync value, not default
2009-10-03 Jens Axboecfq-iosched: rename 'desktop' sysfs entry to 'low_latency'
2009-10-03 Jens Axboecfq-iosched: implement slower async initiate and queue...
2009-10-03 Vivek Goyalcfq-iosched: delay async IO dispatch, if sync IO was...
2009-10-02 Jens Axboecfq-iosched: add a knob for desktop interactiveness
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-14 Jeff Moyercfq: choose a new next_req when a request is dispatched
2009-09-11 Shan Weicfq: fix the log message after dispatched a request
2009-09-11 Jens Axboecfq-iosched: get rid of must_alloc flag
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-11 Vivek Goyalcfq-iosched: no need to keep track of busy_rt_queues
2009-09-11 Jens Axboecfq-iosched: drain device queue before switching to...
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-07-10 Vivek Goyalcfq-iosched: reset oom_cfqq in cfq_set_request()
2009-07-03 Tejun HeoMerge branch 'master' into for-next
2009-07-01 Shan Weicfq-iosched: remove redundant check for NULL cfqq in...
2009-07-01 Jens Axboecfq-iosched: get rid of the need for __GFP_NOFAIL in...
2009-07-01 Jens Axboecfq-iosched: move cfqq initialization out of cfq_find_a...
2009-06-24 Tejun Heopercpu: clean up percpu variable definitions
2009-06-16 Jeff Moyercfq: remove extraneous '\n' in blktrace output
2009-06-16 Gui Jianfengcfq: cleanup for last_end_request in cfq_data
2009-06-10 Nikanth Karthikesanblock: prevent possible io_context->refcount overflow
2009-05-11 Tejun Heoblock: drop request->hard_* and *nr_sectors
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-05-11 Tejun Heoblock: implement blk_rq_pos/[cur_]sectors() and convert...
2009-04-28 Tejun Heoblock: kill blk_start_queueing()
2009-04-24 Jens Axboecfq-iosched: cache prio_tree root in cfqq->p_root
2009-04-24 Jens Axboecfq-iosched: fix bug with aliased request and cooperati...
2009-04-24 Jens Axboecfq-iosched: clear ->prio_trees[] on cfqd alloc
2009-04-22 Jeff Moyercfq-iosched: use the default seek distance when there...
2009-04-22 Jeff Moyercfq-iosched: make seek_mean converge more quickly
2009-04-15 Jens Axboecfq-iosched: add close cooperator code
2009-04-15 Jens Axboecfq-iosched: log responsible 'cfqq' in idle timer arm
2009-04-15 Jens Axboecfq-iosched: tweak kick logic a bit more
2009-04-15 Jens Axboecfq-iosched: no need to save interrupts in cfq_kick_queue()
2009-04-15 Jens Axboecfq-iosched: don't delay queue kick for a merged request
2009-04-15 Jens Axboecfq-iosched: get rid of private SYNC/ASYNC defines
2009-04-15 Jens Axboecfq-iosched: use rw_is_sync() to see if rw flags are...
2009-04-07 Jens Axboecfq-iosched: don't let idling interfere with plugging
2009-04-07 Jens Axboecfq-iosched: kill two unused cfqq flags
2009-04-07 Jens Axboecfq-iosched: change dispatch logic to deal with single...
2009-04-06 Jens Axboeblock: Add flag for telling the IO schedulers NOT to...
2009-01-30 Divyesh Shahcfq-iosched: Allow RT requests to pre-empt ongoing...
2008-12-29 Jens Axboecfq-iosched: fix race between exiting queue and exiting...
2008-12-29 Jens Axboecfq-iosched: remove limit of dispatch depth of max...
2008-12-29 Jens Axboeblock: get rid of elevator_t typedef
2008-12-29 Cheng Renquanblock: use cancel_work_sync() instead of kblockd_flush_...
2008-10-09 Jens Axboeblock: as/cfq ssd idle check update
2008-10-09 Jens Axboeblock: add queue flag for SSD/non-rotational devices
2008-10-09 Aaron Carrollcfq-iosched: fix queue depth detection
2008-10-09 Jens Axboeblock: make kblockd_schedule_work() take the queue...
2008-07-03 Jens Axboecfq-iosched: get rid of enable_idle being unused warning
2008-07-03 Jens Axboecfq-iosched: add message logging through blktrace
2008-07-03 Jens Axboecfq-iosched: properly protect ioc_gone and ioc count
2008-05-28 Jens Axboecfq-iosched: fix RCU problem in cfq_cic_lookup()
2008-05-28 Richard Kennedyblock: reorder cfq_queue to save space on 64bit builds
2008-05-07 Jens Axboecfq-iosched: make io priorities inherit CPU scheduling...
2008-05-07 Jens Axboecfq-iosched: fix RCU race in the cfq io_context destruc...
2008-04-10 Fabio Checconicfq-iosched: do not leak ioc_data across iosched switches
2008-04-02 Fabio Checconicfq-iosched: fix rcu freeing of cfq io contexts
2008-02-19 Jens Axboecfq-iosched: add hlist for browsing parallel to the...
2008-02-01 Jens Axboecfq-iosched: make checkpatch compliant
2008-01-28 Jens Axboecfq-iosched: kill some big inlines
2008-01-28 Jens Axboecfq-iosched: relax IOPRIO_CLASS_IDLE restrictions
2008-01-28 Jens Axboeblock: cfq: make the io contect sharing lockless
2008-01-28 Nikanth Karthikesanio_context sharing - cfq changes
next