aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2010-06-24block: Don't count_vm_events for discard bio in submit_bio.Tao Ma
2010-06-21cfq: fix recursive call in cfq_blkiocg_update_completion_stats()Jens Axboe
2010-06-18cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nVivek Goyal
2010-06-17cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer
2010-06-17block: fix DISCARD_BARRIER requestsChristoph Hellwig
2010-06-04block: make blk_init_free_list and elevator_init idempotentMike Snitzer
2010-06-04block: avoid unconditionally freeing previously allocated request_queueMike Snitzer
2010-05-25cfq-iosched: fix an oops caused by slab leakShaohua Li
2010-05-24block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer
2010-05-24cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov
2010-05-24cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-21block: remove all rcu head initializationsPaul E. McKenney
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer
2010-05-07blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan
2010-05-06blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal
2010-05-03block: kill some useless goto's in blk-cgroup.cJens Axboe
2010-04-29block: fix bad use of min() on different typesJens Axboe
2010-04-28cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GRO...Dmitry Monakhov
2010-04-28blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov
2010-04-28blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov
2010-04-28blkdev: allow async blkdev_issue_flush requestsDmitry Monakhov
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-04-26blk-cgroup: config options re-arrangementVivek Goyal
2010-04-26blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal
2010-04-21blkio: Fix blkio crash during rq stat updateVivek Goyal
2010-04-21block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy
2010-04-16blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah
2010-04-15blkio: fix for modular blk-cgroup buildDivyesh Shah
2010-04-14block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy
2010-04-14blkio: Fix compile errorsDivyesh Shah
2010-04-13Merge branch 'master' into for-2.6.35Jens Axboe
2010-04-13block: Update to io-controller statsDivyesh Shah
2010-04-13io-controller: Add a new interface "weight_device" for IO-ControllerGui Jianfeng
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-04-09cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatchDivyesh Shah
2010-04-09blkio: Add more debug-only per-cgroup statsDivyesh Shah
2010-04-09blkio: Add io_queued and avg_queue_size statsDivyesh Shah
2010-04-09blkio: Add io_merged statDivyesh Shah
2010-04-09blkio: Changes to IO controller additional stats patchesDivyesh Shah
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett
2010-04-05block: expose the statistics in blkio.time and blkio.sectors for the root cgroupRicky Benitez
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah
2010-04-02blkio: Add io controller stats likeDivyesh Shah
2010-04-02blkio: Remove per-cfqq nr_sectors as we'll be passingDivyesh Shah
2010-04-02Block: Fix block/elevator.c elevator_get() off-by-one errorwzt.wzt@gmail.com
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25cfq-iosched: Do not merge queues of BE and IDLE classesDivyesh Shah
2010-03-25cfq-iosched: Add additional blktrace log messages in CFQ for easier debuggingDivyesh Shah
2010-03-19Merge branch 'master' into for-linusJens Axboe