summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen1-1/+1
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-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-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-08-12block: add secure discardAdrian Hunter5-6/+27
2010-08-08blkdev: fix blkdev_issue_zeroout return valueDmitry Monakhov1-2/+6
2010-08-08block: update request stacking methods to support discardsike Snitzer1-0/+5
2010-08-07block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori1-1/+1
2010-08-07block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori1-0/+1
2010-08-07block: fix problem with sending down discard that isn't of correct granularityJens Axboe1-3/+12
2010-08-07blkdev: check for valid request queue before issuing flushDave Chinner1-0/+9
2010-08-07block: remove BKL from partition ioctlsArnd Bergmann1-4/+0
2010-08-07block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann1-4/+0
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann2-58/+0
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-10/+1
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-6/+1
2010-08-07block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori1-7/+2
2010-08-07block: introduce REQ_FLUSH flagFUJITA Tomonori1-1/+1
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley2-0/+42
2010-08-07block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe1-1/+1
2010-08-07gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen1-2/+1
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig2-27/+38
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig6-39/+21
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig7-28/+39
2010-08-07block: add helpers for the trivial queue flag sysfs show/store entriesJens Axboe1-68/+36
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe2-1/+30
2010-06-24block: Don't count_vm_events for discard bio in submit_bio.Tao Ma1-1/+1