sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / block / cfq-iosched.c
2009-11-03 Shaohua Licfq-iosched: limit coop preemption
2009-11-03 Jens Axboecfq-iosched: fix bad return value cfq_should_preempt()
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
2008-01-28 Jens Axboeioprio: move io priority from task_struct to io_context
2007-12-18 Adrian Bunkblock: let elv_register() return void
2007-11-07 Oleg Nesterovcfq_idle_class_timer: add paranoid checks for jiffies...
2007-11-07 Oleg Nesterovcfq: fix IOPRIO_CLASS_IDLE delays
2007-11-07 Oleg Nesterovcfq: fix IOPRIO_CLASS_IDLE accounting
2007-10-29 Oleg Nesterovcfq_get_queue: fix possible NULL pointer access
2007-10-29 Oleg Nesterovcfq_exit_queue() should cancel cfq_data->unplug_work
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-20 Alexey Dobriyancfq: Write-only stuff in CFQ data structures
2007-07-20 Vasily Tarasovcfq: async queue allocation per priority
2007-07-17 Christoph LameterSlab allocators: Replace explicit zeroing with __GFP_ZERO
2007-07-10 Jens Axboecfq-iosched: fix async queue behaviour
2007-05-07 Christoph LameterKMEM_CACHE(): simplify slab cache creation
2007-04-30 Jens Axboecfq-iosched: speedup cic rb lookup
2007-04-30 Vasily Tarasovcfq-iosched: get rid of cfqq hash
2007-04-30 Jens Axboecfq-iosched: tighten queue request overlap condition
2007-04-30 Jens Axboecfq-iosched: improve sync vs async workloads
2007-04-30 Jens Axboecfq-iosched: never allow an async queue idling
2007-04-30 Jens Axboecfq-iosched: get rid of ->dispatch_slice
2007-04-30 Jens Axboecfq-iosched: don't pass unused preemption variable...
2007-04-30 Jens Axboecfq-iosched: get rid of ->cur_rr and ->cfq_list
2007-04-30 Jens Axboecfq-iosched: slice offset should take ioprio into account
2007-04-30 Jens Axboe[PATCH] cfq-iosched: style cleanups and comments
next