summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2010-10-01blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal-1/+15
2010-10-01blkio-throttle: limit max iops value to UINT_MAXVivek Goyal-4/+10
2010-10-01blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal-4/+3
2010-10-01blkio-throttle: Fix link failure failure on i386Vivek Goyal-6/+10
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal-35/+139
2010-10-01blkio: Add root group to td->tg_listVivek Goyal-4/+13
2010-10-01blkio: deletion of a cgroup was causes oopsVivek Goyal-4/+5
2010-10-01blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=nVivek Goyal-47/+50
2010-10-01block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni-1/+1
2010-10-01block: revert bad fix for memory hotplug causing bouncesJens Axboe-1/+3
2010-09-25block: prevent merges of discard and write requestsAdrian Hunter-0/+12
2010-09-24block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni-3/+1
2010-09-24block: Prevent hang_check firing during long I/OMark Lord-1/+8
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal-3/+13
2010-09-21block: fix blk_rq_map_kern bio direction flagBenny Halevy-1/+1
2010-09-20cfq: improve fsync performance for small filesCorrado Zoccolo-14/+4
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig-29/+21
2010-09-16block: Fix race during disk initializationSigned-off-by: Jan Kara-2/+4
2010-09-16blkio: Implementation of IOPS limit logicVivek Goyal-37/+127
2010-09-16blk-cgroup: cgroup changes for IOPS limit supportVivek Goyal-17/+135
2010-09-16blkio: Core implementation of throttle policyVivek Goyal-0/+946
2010-09-16blk-cgroup: Introduce cgroup changes for throttling policyVivek Goyal-8/+167
2010-09-16blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal-154/+429
2010-09-16blk-cgroup: Kill the header printed at the start of blkio.weight_device fileVivek Goyal-2/+0
2010-09-15init: add support for root devices specified by partition UUIDWill Drewry-2/+7
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry-1/+2
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim-2/+3
2010-09-14block: block_dump: Add number of sectors to debug outputSan Mehat-2/+3
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen-38/+100
2010-09-10Consolidate min_not_zeroMartin K. Petersen-5/+0
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig-16/+2
2010-09-10block: make __blk_rq_prep_clone() copy most command flagsTejun Heo-3/+1
2010-09-10block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo-11/+6
2010-09-10block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo-0/+7
2010-09-10block: kick queue after sequencing REQ_FLUSH/FUATejun Heo-3/+19
2010-09-10block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo-1/+1
2010-09-10block: simplify queue_next_fseqChristoph Hellwig-16/+10
2010-09-10block: filter flush bio's in __generic_make_request()Tejun Heo-0/+13
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo-40/+50
2010-09-10block: rename barrier/ordered to flushTejun Heo-63/+60
2010-09-10block: rename blk-barrier.c to blk-flush.cTejun Heo-1/+1
2010-09-10block: drop barrier ordering by queue drainingTejun Heo-207/+105
2010-09-10block: misc cleanups in barrier codeTejun Heo-37/+23
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo-31/+24
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo-28/+7
2010-09-10block: Range check cpu in blk_cpu_to_groupBrian King-2/+6
2010-08-23block: add function call to switch the IO scheduler from a driverJens Axboe-13/+31
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby-3/+3
2010-08-23block: put dev->kobj in blk_register_queue fail pathXiaotian Feng-0/+1
2010-08-23cfq-iosched: blktrace print per slice sector statsVivek Goyal-2/+7