aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe1-7/+3
2011-06-13fs/partitions/check.c: make local symbols staticH Hartley Sweeten1-6/+6
2011-05-30Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe1-7/+3
2011-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+5
2011-05-26fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns1-0/+9
2011-05-26block: fix oops on !disk->queue and sysfs discard alignment displayJens Axboe1-3/+5
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+5
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-20Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns1-0/+5
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe1-0/+6
2011-05-09fs: fixup warning part_discard_alignment_show()Jens Axboe1-2/+1
2011-05-06block: Remove extra discard_alignment from hd_struct.Tao Ma1-3/+6
2011-05-06Validate size of EFI GUID partition entries.Timo Warns1-0/+6
2011-04-26Merge branch 'master' into for-nextJiri Kosina2-7/+16
2011-04-14fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns1-4/+12
2011-04-10ldm: Silence "ldm_validate_partition_table(): Disk read failed" when booting with "quiet"Nikanth Karthikesan1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+2
2011-03-22block: fix non-atomic access to genhd inflight structuresShaohua Li1-1/+2
2011-03-16Increase OSF partition limit from 8 to 18Linus Torvalds1-1/+1
2011-03-14Fix corrupted OSF partition table parsingTimo Warns1-2/+10
2011-02-25ldm: corrupted partition table can cause kernel oopsTimo Warns1-0/+5
2011-02-17fs/partitions: Validate map_count in Mac partition tablesTimo Warns1-8/+9
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe1-89/+0
2011-01-07block: add internal hd part table referencesJens Axboe1-5/+3
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand1-1/+9
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo1-89/+0
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe1-1/+1
2010-11-16Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe5-15/+59
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-1/+1
2010-11-11block: export 'ro' sysfs attribute for partitionsKay Sievers1-0/+9
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-12/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-10/+9
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen1-10/+9
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-0/+12
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock2-2/+2
2010-09-15genhd, efi: add efi partition metadata to hd_structsWill Drewry1-0/+25
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry2-3/+23
2010-08-13[S390] partitions: fix build error in ibm partition detection codeHeiko Carstens1-1/+1
2010-08-11partitions: fix sometimes unreadable partition stringsAlexey Dobriyan16-72/+136
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2010-07-19[S390] dasd: use correct label location for diag fba disksPeter Oberparleiter1-2/+12
2010-06-14fs: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-1/+0
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko1-9/+9
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-3/+3
2010-05-21fs/partitions: use ADDPART_FLAG_RAID instead of magic numberCesar Eduardo Barros3-3/+3
2010-05-21block: improve automatic native capacity unlockingTejun Heo2-14/+60
2010-05-21block: use struct parsed_partitions *state universally in partition check codeTejun Heo30-239/+225