aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: make blk_init_free_list and elevator_init idempotentMike Snitzer2010-06-042-2/+7
* block: avoid unconditionally freeing previously allocated request_queueMike Snitzer2010-06-041-6/+11
* cfq-iosched: fix an oops caused by slab leakShaohua Li2010-05-251-6/+14
* block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer2010-05-241-1/+1
* cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov2010-05-241-5/+39
* cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov2010-05-241-13/+28
* Merge branch 'master' into for-2.6.35Jens Axboe2010-05-212-4/+6
|\
| * blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan2010-05-071-4/+4
| * blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal2010-05-061-0/+2
| * block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy2010-04-211-7/+5
* | block: remove all rcu head initializationsPaul E. McKenney2010-05-212-2/+0
* | block: allow initialization of previously allocated request_queueMike Snitzer2010-05-112-1/+19
* | block: kill some useless goto's in blk-cgroup.cJens Axboe2010-05-031-44/+40
* | block: fix bad use of min() on different typesJens Axboe2010-04-291-2/+3
* | cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GRO...Dmitry Monakhov2010-04-281-1/+1
* | blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov2010-04-281-0/+118
* | blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov2010-04-283-105/+115
* | blkdev: allow async blkdev_issue_flush requestsDmitry Monakhov2010-04-281-14/+19
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-282-10/+12
* | blk-cgroup: config options re-arrangementVivek Goyal2010-04-265-44/+13
* | blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal2010-04-263-26/+27
* | blkio: Fix blkio crash during rq stat updateVivek Goyal2010-04-211-10/+26
* | blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah2010-04-163-9/+1
* | blkio: fix for modular blk-cgroup buildDivyesh Shah2010-04-151-0/+1
* | block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy2010-04-141-7/+5
* | blkio: Fix compile errorsDivyesh Shah2010-04-142-28/+28
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-1312-2/+22
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-095-22/+60
| |\
| | * cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatchDivyesh Shah2010-04-091-2/+5
| | * block: expose the statistics in blkio.time and blkio.sectors for the root cgroupRicky Benitez2010-04-051-0/+5
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3012-0/+12
* | | block: Update to io-controller statsDivyesh Shah2010-04-133-32/+28
* | | io-controller: Add a new interface "weight_device" for IO-ControllerGui Jianfeng2010-04-133-1/+247
* | | blkio: Add more debug-only per-cgroup statsDivyesh Shah2010-04-093-21/+242
* | | blkio: Add io_queued and avg_queue_size statsDivyesh Shah2010-04-093-6/+123
* | | blkio: Add io_merged statDivyesh Shah2010-04-095-1/+46
* | | blkio: Changes to IO controller additional stats patchesDivyesh Shah2010-04-093-129/+133
* | | laptop-mode: Make flushes per-deviceMatthew Garrett2010-04-061-1/+4
* | | blkio: Increment the blkio cgroup stats for real nowDivyesh Shah2010-04-024-8/+76
* | | blkio: Add io controller stats likeDivyesh Shah2010-04-023-25/+194
* | | blkio: Remove per-cfqq nr_sectors as we'll be passingDivyesh Shah2010-04-023-14/+5
| |/ |/|
* | Block: Fix block/elevator.c elevator_get() off-by-one errorwzt.wzt@gmail.com2010-04-021-1/+1
* | cfq-iosched: Do not merge queues of BE and IDLE classesDivyesh Shah2010-03-251-0/+2
* | cfq-iosched: Add additional blktrace log messages in CFQ for easier debuggingDivyesh Shah2010-03-251-3/+13
* | Merge branch 'master' into for-linusJens Axboe2010-03-197-19/+54
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-1/+1
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| | |\
| | | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| * | | cgroups: blkio subsystem as moduleBen Blum2010-03-124-16/+51
| * | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-073-3/+3
| |/ /