cfq: fix IOPRIO_CLASS_IDLE accounting
[safe/jmp/linux-2.6] / block / cfq-iosched.c
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
2007-04-30 Jens Axboecfq-iosched: sort IDLE queues into the rbtree
2007-04-30 Jens Axboecfq-iosched: sort RT queues into the rbtree
2007-04-30 Jens Axboe[PATCH] cfq-iosched: speed up rbtree handling
2007-04-30 Jens Axboecfq-iosched: rework the whole round-robin list concept
2007-04-30 Jens Axboecfq-iosched: minor updates
2007-04-30 Jens Axboecfq-iosched: development update
2007-04-30 Jens Axboecfq-iosched: improve preemption for cooperating tasks
2007-04-25 Jens Axboecfq-iosched: fix alias + front merge bug
2007-04-21 Jens Axboecfq-iosched: fix sequential write regression
2007-02-11 Jens Axboecfq-iosched: improve continue or break logic in cfq_dis...
2007-02-11 Jens Axboecfq-iosched: remove the implicit queue kicking in slice...
2007-02-11 Jens Axboecfq-iosched: check whether a queue timed out in accounting
2007-02-11 Jens Axboecfq-iosched: tweak the FIFO checking
2007-02-11 Jens Axboecfq-iosched: don't pass in queue for cfq_arm_slice_timer()
2007-02-11 Jens Axboecfq-iosched: account for slice over/under time
2007-02-11 Jens Axboecfq-iosched: defer slice activation to first request...
2007-02-11 Jens Axboe[PATCH] cfq-iosched: use last service point as the...
2007-02-11 Jens Axboecfq-iosched: document the cfqq flags
2007-02-11 Jens Axboe[PATCH] cfq-iosched: move on_rr check into cfq_resort_r...
2007-02-11 Jens Axboecfq-iosched: remove cfq_io_context last_queue
2007-01-02 Jens Axboe[PATCH] cfq-iosched: merging problem
2006-12-22 Jens Axboe[PATCH] cfq-iosched: tighten allow merge criteria
2006-12-20 Jens Axboe[PATCH] cfq-iosched: don't allow sync merges across...
2006-12-13 Jens Axboe[PATCH] Propagate down request sync flag
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Jens Axboe[BLOCK] Cleanup unused variable passing
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-10-31 Jens Axboe[PATCH] CFQ: request <-> request merging rr_list fixup
2006-10-30 Jens Axboe[PATCH] CFQ: bad locking in changed_ioprio()
2006-10-30 Jens Axboe[PATCH] CFQ: use irq safe locking in cfq_cic_link()
2006-10-01 Peter Zijlstra[PATCH] completions: lockdep annotate on stack completions
2006-09-30 Jens Axboe[PATCH] Update axboe@suse.de email address
2006-09-30 Jens Axboe[PATCH] cfq-iosched: use metadata read flag
2006-09-30 Jens Axboe[PATCH] cfq-iosched: improve queue preemption
2006-09-30 Jens Axboe[PATCH] Add blk_start_queueing() helper
2006-09-30 Jens Axboe[PATCH] cfq-iosched: kill the empty_list
2006-09-30 Jens Axboe[PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr...
2006-09-30 Jens Axboe[PATCH] Make sure all block/io scheduler setups are...
2006-09-30 Jens Axboe[PATCH] Audit block layer inlines
2006-09-30 Jens Axboe[PATCH] cfq-iosched: use new io context counting mechanism
2006-09-30 Jens Axboe[PATCH] cfq-iosched: kill cfq_exit_lock
2006-09-30 Jens Axboe[PATCH] cfq-iosched: cleanups, fixes, dead code removal
2006-09-30 Jens Axboe[PATCH] Drop useless bio passing in may_queue/set_reque...
2006-09-30 Jens Axboe[PATCH] cfq-iosched: kill crq
2006-09-30 Jens Axboe[PATCH] cfq-iosched: remove the crq flag functions...
2006-09-30 Jens Axboe[PATCH] cfq-iosched: convert to using the FIFO elevator...
2006-09-30 Jens Axboe[PATCH] cfq-iosched: migrate to using the elevator...
2006-09-30 Jens Axboe[PATCH] elevator: move the backmerging logic into the...
2006-08-21 Oleg Nesterov[PATCH] cfq_cic_link: fix usage of wrong cfq_io_context
2006-07-25 Jens Axboe[PATCH] cfq-iosched: don't use a hard jiffies value...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-23 Jens Axboe[PATCH] rbtree: support functions used by the io schedulers
2006-06-23 Jens Axboe[PATCH] cfq-iosched: rq update fixes
2006-06-23 Jens Axboe[PATCH] cfq-iosched: many performance fixes
2006-06-23 Jens Axboe[PATCH] cfq-iosched: correctly set ioprio on both targets
2006-06-23 Jens Axboe[PATCH] Kill PF_SYNCWRITE flag
2006-06-23 Jens Axboe[PATCH] cfq-iosched: Don't set the queue batching limits
2006-06-21 Linus TorvaldsFix up CFQ scheduler for recent rbtree node shrinkage
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/rbtree-2.6
2006-06-14 Jens Axboe[PATCH] cfq-iosched: fix crash in do_div()
2006-06-08 Jens Axboe[PATCH] elevator switching race
2006-06-01 Jens Axboe[PATCH] cfq-iosched: busy_rr fairness fix
2006-06-01 Jens Axboe[PATCH] cfq-iosched: fix bug in timer handling for...
2006-06-01 Jens Axboe[PATCH] cfq-iosched: Detect hardware queueing
2006-06-01 Jens Axboe[PATCH] cfq-iosched: Detect idle process issuing async...
2006-06-01 Jens Axboe[PATCH] cfq-iosched: check busy queues before deciding...
2006-05-31 Jens Axboe[PATCH] cfq-iosched: fixup locking and ->queue_list...
2006-04-21 David Woodhouse[RBTREE] Change rbtree off-tree marking in I/O schedulers.
2006-04-18 OGAWA Hirofumi[PATCH] cfq: Further rbtree traversal and cfq_exit_queu...
2006-04-18 OGAWA Hirofumi[PATCH 2/2] cfq: fix cic's rbtree traversal
2006-04-18 OGAWA Hirofumi[PATCH 1/2] iosched: fix typo and barrier()
2006-03-28 Jens Axboe[BLOCK] cfq-iosched: seek and async performance fixes
2006-03-28 Andreas Mohr[PATCH] cfq-iosched: small cfq_choose_req() optimization
2006-03-28 Jens Axboe[PATCH] [BLOCK] cfq-iosched: change cfq io context...
2006-03-26 Matthew Dobson[PATCH] mempool: use mempool_create_slab_pool()
2006-03-19 Al Viro[PATCH] fix rmmod problems with elevator attributes...
2006-03-18 Al Viro[PATCH] elevator_t lifetime rules and sysfs fixes
2006-03-18 Al Viro[PATCH] noise removal: cfq-iosched.c
2006-03-18 Al Viro[PATCH] don't bother with refcounting for cfq_data
2006-03-18 Al Viro[PATCH] fix cfq_get_queue()/ioprio_set(2) races
next