nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / block / cfq-iosched.c
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
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
next