aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 4-31/+13
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-24Revert "block: fix accounting bug on cross partition merges"Gravatar Jens Axboe 4-31/+13
2010-10-23block: fix use-after-free bug in blk throttle codeGravatar Jens Axboe 2-2/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-5/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 9-486/+350
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 17-252/+2069
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-3/+0
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutGravatar Andi Kleen 1-5/+2
2010-10-22cfq-iosched: Fix a gcc 4.5 warning and put some commentsGravatar Vivek Goyal 1-3/+13
2010-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 1-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierGravatar Jens Axboe 8-40/+162
2010-10-19block: fix accounting bug on cross partition mergesGravatar Yasuaki Ishimatsu 4-13/+31
2010-10-15[SCSI] bsg: fix incorrect device_status valueGravatar FUJITA Tomonori 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-15block: Fix double free in blk_integrity_unregisterGravatar Martin K. Petersen 1-1/+0
2010-10-13block: Ensure physical block size is unsigned intGravatar Martin K. Petersen 1-1/+1
2010-10-07elevator: fix oops on early call to elevator_change()Gravatar Jens Axboe 1-4/+8
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+0
2010-10-01blkio-throttle: Fix possible multiplication overflow in iops calculationsGravatar Vivek Goyal 1-1/+15
2010-10-01blkio-throttle: limit max iops value to UINT_MAXGravatar Vivek Goyal 2-4/+10
2010-10-01blkio-throttle: There is no need to convert jiffies to milli secondsGravatar Vivek Goyal 1-4/+3
2010-10-01blkio-throttle: Fix link failure failure on i386Gravatar Vivek Goyal 1-6/+10
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeGravatar Vivek Goyal 4-35/+139
2010-10-01blkio: Add root group to td->tg_listGravatar Vivek Goyal 1-4/+13
2010-10-01blkio: deletion of a cgroup was causes oopsGravatar Vivek Goyal 1-4/+5
2010-10-01blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=nGravatar Vivek Goyal 1-47/+50
2010-10-01block: set the bounce_pfn to the actual DMA limit rather than to max memoryGravatar Malahal Naineni 1-1/+1
2010-10-01block: revert bad fix for memory hotplug causing bouncesGravatar Jens Axboe 1-1/+3
2010-09-25block: prevent merges of discard and write requestsGravatar Adrian Hunter 1-0/+12
2010-09-24block: set the bounce_pfn to the actual DMA limit rather than to max memoryGravatar Malahal Naineni 1-3/+1
2010-09-24block: Prevent hang_check firing during long I/OGravatar Mark Lord 1-1/+8
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedGravatar Vivek Goyal 1-3/+13
2010-09-21block: fix blk_rq_map_kern bio direction flagGravatar Benny Halevy 1-1/+1
2010-09-20cfq: improve fsync performance for small filesGravatar Corrado Zoccolo 1-14/+4
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 3-29/+21
2010-09-16block: Fix race during disk initializationGravatar Signed-off-by: Jan Kara 1-2/+4
2010-09-16blkio: Implementation of IOPS limit logicGravatar Vivek Goyal 1-37/+127
2010-09-16blk-cgroup: cgroup changes for IOPS limit supportGravatar Vivek Goyal 2-17/+135
2010-09-16blkio: Core implementation of throttle policyGravatar Vivek Goyal 4-0/+946
2010-09-16blk-cgroup: Introduce cgroup changes for throttling policyGravatar Vivek Goyal 2-8/+167
2010-09-16blk-cgroup: Prepare the base for supporting more than one IO control policiesGravatar Vivek Goyal 4-154/+429
2010-09-16blk-cgroup: Kill the header printed at the start of blkio.weight_device fileGravatar Vivek Goyal 1-2/+0
2010-09-15init: add support for root devices specified by partition UUIDGravatar Will Drewry 1-2/+7
2010-09-15block, partition: add partition_meta_info to hd_structGravatar Will Drewry 2-1/+2
2010-09-15block: fix an address space warning in blk-map.cGravatar Namhyung Kim 1-2/+3
2010-09-14block: block_dump: Add number of sectors to debug outputGravatar San Mehat 1-2/+3
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsGravatar Martin K. Petersen 5-38/+100
2010-09-10Consolidate min_not_zeroGravatar Martin K. Petersen 1-5/+0