Merge git://git.infradead.org/~dwmw2/rbtree-2.6
[safe/jmp/linux-2.6] / block / cfq-iosched.c
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...