UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / block / cfq-iosched.c
2011-03-02 Tejun Heoblock: add @force_kblockd to __blk_run_queue()
2011-02-09 Justin TerAvestcfq-iosched: Don't wait if queue already has requests.
2011-01-19 Vivek Goyalcfq: rename a function to give it more appropriate...
2011-01-14 Shaohua Liblock cfq: compensate preempted queue even if it has...
2011-01-14 Shaohua Liblock cfq: make queue preempt work for queues from...
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-07 Shaohua Liblock cfq: don't use atomic_t for cfq_group
2011-01-07 Shaohua Liblock cfq: don't use atomic_t for cfq_queue
2010-12-17 Gui Jianfengcfq-iosched: don't check cfqg in choose_service_tree()
2010-12-13 Shaohua Li writesblock cfq: select new workload if priority changed
2010-11-30 Gui Jianfengcfq-iosched: Get rid of on_st flag
2010-11-30 Gui Jianfengcfq-iosched: Get rid of st->active
2010-11-16 Jens AxboeMerge branch 'v2.6.37-rc2' into for-2.6.38/core
2010-11-09 Shaohua Licfq-iosched: don't schedule a dispatch for a non-idle...
2010-11-08 Shaohua Licfq-iosched: don't idle if a deep seek queue is slow
2010-11-08 Shaohua Licfq-iosched: schedule dispatch for noidle queue
2010-11-08 Shaohua Licfq-iosched: do cleanup
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-23 Linus TorvaldsMerge branch 'for-2.6.37/core' of git://git.kernel...
2010-10-22 Vivek Goyalcfq-iosched: Fix a gcc 4.5 warning and put some comments
2010-10-01 Vivek Goyalblkio: Recalculate the throttled bio dispatch time...
2010-09-21 Vivek Goyalcfq-iosched: fix a kernel OOPs when usb key is inserted
2010-09-20 Corrado Zoccolocfq: improve fsync performance for small files
2010-09-16 Vivek Goyalblk-cgroup: Prepare the base for supporting more than...
2010-08-23 Vivek Goyalcfq-iosched: blktrace print per slice sector stats
2010-08-23 Vivek Goyalcfq-iosched: Implement tunable group_idle
2010-08-23 Vivek Goyalcfq-iosched: Do group share accounting in IOPS when...
2010-08-23 Vivek Goyalcfq-iosched: Do not idle if slice_idle=0
2010-08-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-08-07 Christoph Hellwigblock: remove wrappers for request type/flags
2010-06-18 Vivek Goyalcfq-iosched: Fixed boot warning with BLK_CGROUP=y and...
2010-06-17 Jeff Moyercfq: Don't allow queue merges for queues that have...
2010-05-25 Shaohua Licfq-iosched: fix an oops caused by slab leak
2010-05-24 Konstantin Khlebnikovcfq-iosched: compact io_context radix_tree
2010-05-24 Konstantin Khlebnikovcfq-iosched: remove dead_key from cfq_io_context
2010-05-21 Jens AxboeMerge branch 'master' into for-2.6.35
2010-05-21 Paul E. McKenneyblock: remove all rcu head initializations
2010-05-06 Vivek Goyalblk-cgroup: Fix RCU correctness warning in cfq_init_queue()
2010-04-28 Dmitry Monakhovcfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_B...
2010-04-26 Vivek Goyalblk-cgroup: config options re-arrangement
2010-04-26 Vivek Goyalblkio: Fix another BUG_ON() crash due to cfqq movement...
2010-04-21 Vivek Goyalblkio: Fix blkio crash during rq stat update
2010-04-16 Divyesh Shahblkio: Initialize blkg->stats_lock for the root cfqg too
2010-04-14 Divyesh Shahblkio: Fix compile errors
2010-04-13 Jens AxboeMerge branch 'master' into for-2.6.35
2010-04-13 Divyesh Shahblock: Update to io-controller stats
2010-04-13 Gui Jianfengio-controller: Add a new interface "weight_device"...
2010-04-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-04-09 Divyesh Shahcfq-iosched: Fix the incorrect timeslice accounting...
2010-04-09 Divyesh Shahblkio: Add more debug-only per-cgroup stats
2010-04-09 Divyesh Shahblkio: Add io_queued and avg_queue_size stats
2010-04-09 Divyesh Shahblkio: Add io_merged stat
2010-04-09 Divyesh Shahblkio: Changes to IO controller additional stats patches
2010-04-05 Ricky Benitezblock: expose the statistics in blkio.time and blkio...
2010-04-02 Divyesh Shahblkio: Increment the blkio cgroup stats for real now
2010-04-02 Divyesh Shahblkio: Add io controller stats like
2010-04-02 Divyesh Shahblkio: Remove per-cfqq nr_sectors as we'll be passing
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-25 Divyesh Shahcfq-iosched: Do not merge queues of BE and IDLE classes
2010-03-25 Divyesh Shahcfq-iosched: Add additional blktrace log messages in...
2010-03-19 Shaohua Licfq-iosched: fix a kbuild regression
2010-03-01 Richard Kennedycfq: remove 8 bytes of padding from cfq_rb_root on...
2010-03-01 Shaohua Licfq-iosched: quantum check tweak
2010-02-28 Corrado Zoccolocfq-iosched: requests "in flight" vs "in driver" clarif...
2010-02-28 Corrado Zoccolocfq-iosched: rethink seeky detection for SSDs
2010-02-28 Corrado Zoccolocfq-iosched: rework seeky detection
2010-02-26 Gui Jianfengcfq: Remove useless css reference get
2010-02-22 Richard Kennedycfq: reorder cfq_queue removing padding on 64bit
2010-02-05 Shaohua Licfq-iosched: split seeky coop queues after one slice
2010-02-02 Vivek Goyalcfq-iosched: Do not idle on async queues
2010-01-11 Divyesh Shahcfq-iosched: Respect ioprio_class when preempting
2009-12-28 Shaohua Licfq-iosched: don't regard requests with long distance...
2009-12-18 Vivek Goyalcfq-iosched: Remove prio_change logic for workload...
2009-12-18 Vivek Goyalcfq-iosched: Get rid of nr_groups
2009-12-18 Vivek Goyalcfq-iosched: Remove the check for same cfq group from...
2009-12-15 Gui Jianfengcfq: set workload as expired if it doesn't have any...
2009-12-10 Vivek GoyalFix a CFQ crash in "for-2.6.33" branch of block tree
2009-12-10 Gui Jianfengcfq: Remove wait_request flag when idle time is being...
2009-12-09 Corrado Zoccolocfq-iosched: commenting non-obvious initialization
2009-12-09 Vivek Goyalcfq-iosched: Take care of corner cases of group losing...
2009-12-09 Vivek Goyalcfq-iosched: Get rid of cfqq wait_busy_done flag
2009-12-09 Gui Jianfengcfq: Optimization for close cooperating queue searching
2009-12-09 Corrado Zoccolocfq-iosched: reduce write depth only if sync was delayed
2009-12-07 Vivek Goyalcfq-iosched: Do not access cfqq after freeing it
2009-12-06 Jens Axboecfq-iosched: use call_rcu() instead of doing grace...
2009-12-04 Vivek Goyalblkio: Implement dynamic io controlling policy registration
2009-12-04 Vivek Goyalblkio: Export some symbols from blkio as its user CFQ...
2009-12-04 Shaohua Licfq-iosched: make nonrot check logic consistent
2009-12-04 Jens Axboecfq-iosched: move IO controller declerations to a heade...
2009-12-03 Vivek Goyalblkio: Wait on sync-noidle queue even if rq_noidle = 1
2009-12-03 Vivek Goyalblkio: Implement group_isolation tunable
2009-12-03 Vivek Goyalblkio: Determine async workload length based on total...
2009-12-03 Vivek Goyalblkio: Wait for cfq queue to get backlogged if group...
2009-12-03 Vivek Goyalblkio: Propagate cgroup weight updation to cfq groups
2009-12-03 Vivek Goyalblkio: Drop the reference to queue once the task change...
2009-12-03 Vivek Goyalblkio: Provide some isolation between groups
2009-12-03 Vivek Goyalblkio: Export disk time and sectors used by a group...
2009-12-03 Vivek Goyalblkio: Some debugging aids for CFQ
2009-12-03 Vivek Goyalblkio: Take care of cgroup deletion and cfq group refer...
2009-12-03 Vivek Goyalblkio: Dynamic cfq group creation based on cgroup tasks...
next