summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: add secure discardAdrian Hunter2010-08-125-6/+27
* blkdev: fix blkdev_issue_zeroout return valueDmitry Monakhov2010-08-081-2/+6
* block: update request stacking methods to support discardsike Snitzer2010-08-081-0/+5
* block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori2010-08-071-1/+1
* block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori2010-08-071-0/+1
* block: fix problem with sending down discard that isn't of correct granularityJens Axboe2010-08-071-3/+12
* blkdev: check for valid request queue before issuing flushDave Chinner2010-08-071-0/+9
* block: remove BKL from partition ioctlsArnd Bergmann2010-08-071-4/+0
* block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann2010-08-071-4/+0
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-072-58/+0
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-10/+1
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-6/+1
* block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori2010-08-071-7/+2
* block: introduce REQ_FLUSH flagFUJITA Tomonori2010-08-071-1/+1
* block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-072-0/+42
* block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe2010-08-071-1/+1
* gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen2010-08-071-2/+1
* block: don't allocate a payload for discard requestChristoph Hellwig2010-08-072-27/+38
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-076-39/+21
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-077-28/+39
* block: add helpers for the trivial queue flag sysfs show/store entriesJens Axboe2010-08-071-68/+36
* block: add sysfs knob for turning off disk entropy contributionsJens Axboe2010-08-072-1/+30
* block: Don't count_vm_events for discard bio in submit_bio.Tao Ma2010-06-241-1/+1
* cfq: fix recursive call in cfq_blkiocg_update_completion_stats()Jens Axboe2010-06-211-1/+1
* cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nVivek Goyal2010-06-182-27/+142
* cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer2010-06-171-2/+11
* block: fix DISCARD_BARRIER requestsChristoph Hellwig2010-06-171-5/+2
OpenPOWER on IntegriCloud