aboutsummaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-19/+20
2010-10-22cfq-iosched: Fix a gcc 4.5 warning and put some commentsGravatar Vivek Goyal 1-3/+13
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeGravatar Vivek Goyal 1-2/+2
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedGravatar Vivek Goyal 1-3/+13
2010-09-20cfq: improve fsync performance for small filesGravatar Corrado Zoccolo 1-14/+4
2010-09-16blk-cgroup: Prepare the base for supporting more than one IO control policiesGravatar Vivek Goyal 1-0/+1
2010-08-23cfq-iosched: blktrace print per slice sector statsGravatar Vivek Goyal 1-2/+7
2010-08-23cfq-iosched: Implement tunable group_idleGravatar Vivek Goyal 1-9/+56
2010-08-23cfq-iosched: Do group share accounting in IOPS when slice_idle=0Gravatar Vivek Goyal 1-6/+24
2010-08-23cfq-iosched: Do not idle if slice_idle=0Gravatar Vivek Goyal 1-1/+4
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-7/+7
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-8/+11
2010-06-18cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nGravatar Vivek Goyal 1-27/+27
2010-06-17cfq: Don't allow queue merges for queues that have no process referencesGravatar Jeff Moyer 1-2/+11
2010-05-25cfq-iosched: fix an oops caused by slab leakGravatar Shaohua Li 1-6/+14
2010-05-24cfq-iosched: compact io_context radix_treeGravatar Konstantin Khlebnikov 1-5/+39
2010-05-24cfq-iosched: remove dead_key from cfq_io_contextGravatar Konstantin Khlebnikov 1-13/+28
2010-05-21Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 1-0/+2
2010-05-21block: remove all rcu head initializationsGravatar Paul E. McKenney 1-1/+0
2010-05-06blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Gravatar Vivek Goyal 1-0/+2
2010-04-28cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GRO...Gravatar Dmitry Monakhov 1-1/+1
2010-04-26blk-cgroup: config options re-arrangementGravatar Vivek Goyal 1-1/+1
2010-04-26blkio: Fix another BUG_ON() crash due to cfqq movement across groupsGravatar Vivek Goyal 1-17/+16
2010-04-21blkio: Fix blkio crash during rq stat updateGravatar Vivek Goyal 1-10/+26
2010-04-16blkio: Initialize blkg->stats_lock for the root cfqg tooGravatar Divyesh Shah 1-1/+0
2010-04-14blkio: Fix compile errorsGravatar Divyesh Shah 1-1/+1
2010-04-13Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 1-2/+11
2010-04-13block: Update to io-controller statsGravatar Divyesh Shah 1-11/+9
2010-04-13io-controller: Add a new interface "weight_device" for IO-ControllerGravatar Gui Jianfeng 1-1/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-10/+31
2010-04-09cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatchGravatar Divyesh Shah 1-2/+5
2010-04-09blkio: Add more debug-only per-cgroup statsGravatar Divyesh Shah 1-18/+32
2010-04-09blkio: Add io_queued and avg_queue_size statsGravatar Divyesh Shah 1-0/+11
2010-04-09blkio: Add io_merged statGravatar Divyesh Shah 1-0/+11
2010-04-09blkio: Changes to IO controller additional stats patchesGravatar Divyesh Shah 1-2/+6
2010-04-05block: expose the statistics in blkio.time and blkio.sectors for the root cgroupGravatar Ricky Benitez 1-0/+5
2010-04-02blkio: Increment the blkio cgroup stats for real nowGravatar Divyesh Shah 1-1/+3
2010-04-02blkio: Add io controller stats likeGravatar Divyesh Shah 1-1/+1
2010-04-02blkio: Remove per-cfqq nr_sectors as we'll be passingGravatar Divyesh Shah 1-8/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-25cfq-iosched: Do not merge queues of BE and IDLE classesGravatar Divyesh Shah 1-0/+2
2010-03-25cfq-iosched: Add additional blktrace log messages in CFQ for easier debuggingGravatar Divyesh Shah 1-3/+13
2010-03-19cfq-iosched: fix a kbuild regressionGravatar Shaohua Li 1-5/+6
2010-03-01cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit buildsGravatar Richard Kennedy 1-2/+3
2010-03-01cfq-iosched: quantum check tweakGravatar Shaohua Li 1-4/+26
2010-02-28cfq-iosched: requests "in flight" vs "in driver" clarificationGravatar Corrado Zoccolo 1-26/+18
2010-02-28cfq-iosched: rethink seeky detection for SSDsGravatar Corrado Zoccolo 1-1/+6
2010-02-28cfq-iosched: rework seeky detectionGravatar Corrado Zoccolo 1-40/+14
2010-02-26cfq: Remove useless css reference getGravatar Gui Jianfeng 1-5/+0
2010-02-22cfq: reorder cfq_queue removing padding on 64bitGravatar Richard Kennedy 1-3/+3