summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds17-252/+2069
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+0
2010-10-22cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal1-3/+13
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-1/+1
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu4-13/+31
2010-10-15[SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-15block: Fix double free in blk_integrity_unregisterMartin K. Petersen1-1/+0
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen1-1/+1
2010-10-07elevator: fix oops on early call to elevator_change()Jens Axboe1-4/+8
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+0
2010-10-01blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal1-1/+15
2010-10-01blkio-throttle: limit max iops value to UINT_MAXVivek Goyal2-4/+10
2010-10-01blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal1-4/+3
2010-10-01blkio-throttle: Fix link failure failure on i386Vivek Goyal1-6/+10
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal4-35/+139
2010-10-01blkio: Add root group to td->tg_listVivek Goyal1-4/+13
2010-10-01blkio: deletion of a cgroup was causes oopsVivek Goyal1-4/+5
2010-10-01blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=nVivek Goyal1-47/+50
2010-10-01block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni1-1/+1
2010-10-01block: revert bad fix for memory hotplug causing bouncesJens Axboe1-1/+3
2010-09-25block: prevent merges of discard and write requestsAdrian Hunter1-0/+12
2010-09-24block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni1-3/+1
2010-09-24block: Prevent hang_check firing during long I/OMark Lord1-1/+8
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal1-3/+13
2010-09-21block: fix blk_rq_map_kern bio direction flagBenny Halevy1-1/+1
2010-09-20cfq: improve fsync performance for small filesCorrado Zoccolo1-14/+4
2010-09-16block: Fix race during disk initializationSigned-off-by: Jan Kara1-2/+4
2010-09-16blkio: Implementation of IOPS limit logicVivek Goyal1-37/+127
2010-09-16blk-cgroup: cgroup changes for IOPS limit supportVivek Goyal2-17/+135
2010-09-16blkio: Core implementation of throttle policyVivek Goyal4-0/+946
2010-09-16blk-cgroup: Introduce cgroup changes for throttling policyVivek Goyal2-8/+167
2010-09-16blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal4-154/+429
2010-09-16blk-cgroup: Kill the header printed at the start of blkio.weight_device fileVivek Goyal1-2/+0
2010-09-15init: add support for root devices specified by partition UUIDWill Drewry1-2/+7
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry2-1/+2
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim1-2/+3
2010-09-14block: block_dump: Add number of sectors to debug outputSan Mehat1-2/+3
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen5-38/+100
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-5/+0
2010-09-10block: Range check cpu in blk_cpu_to_groupBrian King1-2/+6
2010-08-23block: add function call to switch the IO scheduler from a driverJens Axboe1-13/+31
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby1-3/+3
2010-08-23block: put dev->kobj in blk_register_queue fail pathXiaotian Feng1-0/+1
2010-08-23cfq-iosched: blktrace print per slice sector statsVivek Goyal1-2/+7
2010-08-23cfq-iosched: Implement tunable group_idleVivek Goyal1-9/+56
2010-08-23cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal1-6/+24
2010-08-23cfq-iosched: Do not idle if slice_idle=0Vivek Goyal1-1/+4
2010-08-23blkio: Fix return code for mkdir callsCiju Rajan K1-1/+1