nfs: new subdir Documentation/filesystems/nfs
[safe/jmp/linux-2.6] / block / cfq-iosched.c
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
2006-03-18 Al Viro[PATCH] deal with rmmod/put_io_context() races
2006-03-18 Al Viro[PATCH] stop elv_unregister() from rogering other iosch...
2006-03-18 Al Viro[PATCH] stop cfq from pinning queue down
2006-03-18 Al Viro[PATCH] make cfq_exit_queue() prune the cfq_io_context...
2006-03-18 Al Viro[PATCH] fix the exclusion for ioprio_set()
2006-03-18 Al Viro[PATCH] keep sync and async cfq_queue separate
2006-03-18 Al Viro[PATCH] switch to use of ->key to get cfq_data by cfq_i...
2006-03-18 Al Viro[PATCH] stop leaking cfq_data in cfq_set_request()
2006-03-18 Al Viro[PATCH] fix cfq hash lookups
2006-02-28 Jens Axboe[PATCH] cfq-iosched: slice expiry fixups
2006-01-06 Arjan van de Ven[BLOCK] mark some block/ variables cons
2005-11-18 Coywolf Qi Hunt[BLOCK] new block/ directory comment tidy
2005-11-12 Tejun Heo[BLOCK] cfq-iosched: fix slice_left calculation
2005-11-12 Tejun Heo[BLOCK] cfq-iosched: cfq forced dispatching fix
2005-11-04 Jens Axboe[BLOCK] Move all core block layer code to new block...