aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe2-4/+6
2010-05-21block: remove all rcu head initializationsPaul E. McKenney2-2/+0
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer2-1/+19
2010-05-07blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan1-4/+4
2010-05-06blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal1-0/+2
2010-05-03block: kill some useless goto's in blk-cgroup.cJens Axboe1-44/+40
2010-04-29block: fix bad use of min() on different typesJens Axboe1-2/+3
2010-04-28cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GROUP_IOSCHED=nDmitry Monakhov1-1/+1
2010-04-28blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov1-0/+118
2010-04-28blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov3-105/+115
2010-04-28blkdev: allow async blkdev_issue_flush requestsDmitry Monakhov1-14/+19
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2-10/+12
2010-04-26blk-cgroup: config options re-arrangementVivek Goyal5-44/+13
2010-04-26blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal3-26/+27
2010-04-21blkio: Fix blkio crash during rq stat updateVivek Goyal1-10/+26
2010-04-21block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy1-7/+5
2010-04-16blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah3-9/+1
2010-04-15blkio: fix for modular blk-cgroup buildDivyesh Shah1-0/+1
2010-04-14block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy1-7/+5
2010-04-14blkio: Fix compile errorsDivyesh Shah2-28/+28
2010-04-13Merge branch 'master' into for-2.6.35Jens Axboe12-2/+22
2010-04-13block: Update to io-controller statsDivyesh Shah3-32/+28
2010-04-13io-controller: Add a new interface "weight_device" for IO-ControllerGui Jianfeng3-1/+247
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-22/+60
2010-04-09cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatchDivyesh Shah1-2/+5
2010-04-09blkio: Add more debug-only per-cgroup statsDivyesh Shah3-21/+242
2010-04-09blkio: Add io_queued and avg_queue_size statsDivyesh Shah3-6/+123
2010-04-09blkio: Add io_merged statDivyesh Shah5-1/+46
2010-04-09blkio: Changes to IO controller additional stats patchesDivyesh Shah3-129/+133
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett1-1/+4
2010-04-05block: expose the statistics in blkio.time and blkio.sectors for the root cgroupRicky Benitez1-0/+5
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah4-8/+76
2010-04-02blkio: Add io controller stats likeDivyesh Shah3-25/+194
2010-04-02blkio: Remove per-cfqq nr_sectors as we'll be passingDivyesh Shah3-14/+5
2010-04-02Block: Fix block/elevator.c elevator_get() off-by-one errorwzt.wzt@gmail.com1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo12-0/+12
2010-03-25cfq-iosched: Do not merge queues of BE and IDLE classesDivyesh Shah1-0/+2
2010-03-25cfq-iosched: Add additional blktrace log messages in CFQ for easier debuggingDivyesh Shah1-3/+13
2010-03-19Merge branch 'master' into for-linusJens Axboe7-19/+54
2010-03-19cfq-iosched: fix a kbuild regressionShaohua Li1-5/+6
2010-03-16block: make CONFIG_BLK_CGROUP visibleLi Zefan1-1/+2
2010-03-15block: Export max number of segments and max segment size in sysfsMartin K. Petersen1-0/+25
2010-03-15block: Fix overrun in lcm() and move it to libMartin K. Petersen1-10/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-12cgroups: blkio subsystem as moduleBen Blum4-16/+51
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy3-3/+3
2010-03-01block: don't access jiffies when initialising io_contextRichard Kennedy1-1/+1
2010-03-01cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit buildsRichard Kennedy1-2/+3
2010-03-01cfq-iosched: quantum check tweakShaohua Li1-4/+26