aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | cfq-iosched: fix a kbuild regressionShaohua Li2010-03-191-5/+6
* | | block: make CONFIG_BLK_CGROUP visibleLi Zefan2010-03-161-1/+2
* | | block: Export max number of segments and max segment size in sysfsMartin K. Petersen2010-03-151-0/+25
* | | block: Fix overrun in lcm() and move it to libMartin K. Petersen2010-03-151-10/+1
|/ /
* | block: don't access jiffies when initialising io_contextRichard Kennedy2010-03-011-1/+1
* | cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit buildsRichard Kennedy2010-03-011-2/+3
* | cfq-iosched: quantum check tweakShaohua Li2010-03-011-4/+26
* | cfq-iosched: requests "in flight" vs "in driver" clarificationCorrado Zoccolo2010-02-281-26/+18
* | cfq-iosched: rethink seeky detection for SSDsCorrado Zoccolo2010-02-281-1/+6
* | cfq-iosched: rework seeky detectionCorrado Zoccolo2010-02-281-40/+14
* | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-263-55/+16
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-4/+4
* | block: Add BLK_ prefix to definitionsMartin K. Petersen2010-02-261-2/+2
* | block: Remove unused accessor functionMartin K. Petersen2010-02-261-9/+0
* | block: Update blk_queue_max_sectors and documentationMartin K. Petersen2010-02-261-13/+17
* | cfq: Remove useless css reference getGui Jianfeng2010-02-263-22/+0
* | Merge branch 'master' into for-2.6.34Jens Axboe2010-02-251-9/+2
|\ \
| * | Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe2010-02-231-9/+2