summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2217-252/+2069
|\
| * cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal2010-10-221-3/+13
| * block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-194-13/+31
| * block: Fix double free in blk_integrity_unregisterMartin K. Petersen2010-10-151-1/+0
| * block: Ensure physical block size is unsigned intMartin K. Petersen2010-10-131-1/+1
| * blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal2010-10-011-1/+15
| * blkio-throttle: limit max iops value to UINT_MAXVivek Goyal2010-10-012-4/+10
| * blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal2010-10-011-4/+3
| * blkio-throttle: Fix link failure failure on i386Vivek Goyal2010-10-011-6/+10
| * blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal2010-10-014-35/+139
| * blkio: Add root group to td->tg_listVivek Goyal2010-10-011-4/+13
| * blkio: deletion of a cgroup was causes oopsVivek Goyal2010-10-011-4/+5
| * blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=nVivek Goyal2010-10-011-47/+50
| * block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni2010-10-011-1/+1
| * block: revert bad fix for memory hotplug causing bouncesJens Axboe2010-10-011-1/+3
| * block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni2010-09-241-3/+1
| * block: Prevent hang_check firing during long I/OMark Lord2010-09-241-1/+8
| * cfq: improve fsync performance for small filesCorrado Zoccolo2010-09-201-14/+4
| * block: Fix race during disk initializationSigned-off-by: Jan Kara2010-09-161-2/+4
| * blkio: Implementation of IOPS limit logicVivek Goyal2010-09-161-37/+127
| * blk-cgroup: cgroup changes for IOPS limit supportVivek Goyal2010-09-162-17/+135
| * blkio: Core implementation of throttle policyVivek Goyal2010-09-164-0/+946
| * blk-cgroup: Introduce cgroup changes for throttling policyVivek Goyal2010-09-162-8/+167
| * blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal2010-09-164-154/+429
| * blk-cgroup: Kill the header printed at the start of blkio.weight_device fileVivek Goyal2010-09-161-2/+0
| * init: add support for root devices specified by partition UUIDWill Drewry2010-09-151-2/+7
| * block, partition: add partition_meta_info to hd_structWill Drewry2010-09-152-1/+2
| * block: fix an address space warning in blk-map.cNamhyung Kim2010-09-151-2/+3
| * block: block_dump: Add number of sectors to debug outputSan Mehat2010-09-141-2/+3
| * block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen2010-09-105-38/+100
| * Consolidate min_not_zeroMartin K. Petersen2010-09-101-5/+0
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-3/+0
|\ \ \
| * | | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+0
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-10-201-1/+1
|\ \ \
| * | | [SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori2010-10-151-1/+1
| |/ /
* | | elevator: fix oops on early call to elevator_change()Jens Axboe2010-10-071-4/+8
* | | block: prevent merges of discard and write requestsAdrian Hunter2010-09-251-0/+12
* | | cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal2010-09-211-3/+13
* | | block: fix blk_rq_map_kern bio direction flagBenny Halevy2010-09-211-1/+1
|/ /
* | block: Range check cpu in blk_cpu_to_groupBrian King2010-09-101-2/+6
* | block: add function call to switch the IO scheduler from a driverJens Axboe2010-08-231-13/+31
* | BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-231-3/+3
* | block: put dev->kobj in blk_register_queue fail pathXiaotian Feng2010-08-231-0/+1
* | cfq-iosched: blktrace print per slice sector statsVivek Goyal2010-08-231-2/+7
* | cfq-iosched: Implement tunable group_idleVivek Goyal2010-08-231-9/+56
* | cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal2010-08-231-6/+24
* | cfq-iosched: Do not idle if slice_idle=0Vivek Goyal2010-08-231-1/+4
* | blkio: Fix return code for mkdir callsCiju Rajan K2010-08-231-1/+1
|/
OpenPOWER on IntegriCloud