summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2343-299/+2494
|\
| * cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal2010-10-221-3/+13
| * block: Turn bvec_k{un,}map_irq() into static inline functionsGeert Uytterhoeven2010-10-211-2/+9
| * block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-198-13/+47
| * block: Make the integrity mapped property a bio flagMartin K. Petersen2010-10-152-7/+7
| * block: Fix double free in blk_integrity_unregisterMartin K. Petersen2010-10-151-1/+0
| * block: Ensure physical block size is unsigned intMartin K. Petersen2010-10-132-3/+3
| * blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal2010-10-011-1/+15
| * blkio-throttle: limit max iops value to UINT_MAXVivek Goyal2010-10-012-4/+10
| * blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal2010-10-011-4/+3
| * 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
| * Fix compile error in blk-exec.c for !CONFIG_DETECT_HUNG_TASKMark Lord2010-09-251-0/+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-203-16/+6
| * do_mounts: only enable PARTUUID for CONFIG_BLOCKJens Axboe2010-09-171-0/+4
| * block: Fix race during disk initializationSigned-off-by: Jan Kara2010-09-161-2/+4
| * blkio: Documentation UpdateVivek Goyal2010-09-161-3/+103
| * 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-167-3/+979
| * 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
| * core: match_dev_by_uuid() should not be marked __initJens Axboe2010-09-161-1/+1
| * sg: fix a warning in blk_rq_aligned() callNamhyung Kim2010-09-161-1/+1
| * init: add support for root devices specified by partition UUIDWill Drewry2010-09-152-2/+73
| * genhd, efi: add efi partition metadata to hd_structsWill Drewry2010-09-151-0/+25
| * block, partition: add partition_meta_info to hd_structWill Drewry2010-09-155-6/+76
| * block: fix an address space warning in blk-map.cNamhyung Kim2010-09-152-4/+5
| * block: block_dump: Add number of sectors to debug outputSan Mehat2010-09-141-2/+3
| * zfcp: Report scatter gather limit for DIX protection informationChristof Schmitt2010-09-101-0/+1
| * block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen2010-09-1012-50/+167
| * Consolidate min_not_zeroMartin K. Petersen2010-09-105-13/+10
* | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-10-2313-286/+419
|\ \
| * | UBI: tighten the corrupted PEB criteriaArtem Bityutskiy2010-10-211-11/+34
| * | UBI: fix check_data_ff return codeArtem Bityutskiy2010-10-211-2/+5
| * | UBI: remember copy_flag while scanningArtem Bityutskiy2010-10-212-11/+13
| * | UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-197-47/+45
| * | UBI: add truly corrupted PEBs to corrupted listArtem Bityutskiy2010-10-191-2/+74
| * | UBI: introduce debugging helper functionArtem Bityutskiy2010-10-191-0/+4
| * | UBI: make check_pattern function non-staticArtem Bityutskiy2010-10-193-24/+26
| * | UBI: do not put eraseblocks to the corrupted list unnecessarilyArtem Bityutskiy2010-10-193-72/+90
| * | UBI: separate out corrupted listArtem Bityutskiy2010-10-191-11/+34