summaryrefslogtreecommitdiff
path: root/fs/partitions (unfollow)
Commit message (Expand)Author
2012-01-03move fs/partitions to block/Al Viro
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-06-13fs/partitions/check.c: make local symbols staticH Hartley Sweeten
2011-05-30Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe
2011-05-26fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns
2011-05-26block: fix oops on !disk->queue and sysfs discard alignment displayJens Axboe
2011-05-20Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns
2011-05-09fs: fixup warning part_discard_alignment_show()Jens Axboe
2011-05-06block: Remove extra discard_alignment from hd_struct.Tao Ma
2011-05-06Validate size of EFI GUID partition entries.Timo Warns
2011-04-14fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns
2011-04-10ldm: Silence "ldm_validate_partition_table(): Disk read failed" when booting ...Nikanth Karthikesan
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22block: fix non-atomic access to genhd inflight structuresShaohua Li
2011-03-16Increase OSF partition limit from 8 to 18Linus Torvalds
2011-03-14Fix corrupted OSF partition table parsingTimo Warns
2011-02-25ldm: corrupted partition table can cause kernel oopsTimo Warns
2011-02-17fs/partitions: Validate map_count in Mac partition tablesTimo Warns
2011-01-07block: add internal hd part table referencesJens Axboe
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-11block: export 'ro' sysfs attribute for partitionsKay Sievers
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-15genhd, efi: add efi partition metadata to hd_structsWill Drewry
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry
2010-08-13[S390] partitions: fix build error in ibm partition detection codeHeiko Carstens
2010-08-11partitions: fix sometimes unreadable partition stringsAlexey Dobriyan
2010-07-19[S390] dasd: use correct label location for diag fba disksPeter Oberparleiter
2010-06-14fs: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko
2010-05-21fs/partitions: use ADDPART_FLAG_RAID instead of magic numberCesar Eduardo Barros
2010-05-21block: improve automatic native capacity unlockingTejun Heo
2010-05-21block: use struct parsed_partitions *state universally in partition check codeTejun Heo
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo
2010-05-21block: restart partition scan after resizing a deviceTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24fs/partition/msdos: fix unusable extended partition for > 512B sectorOGAWA Hirofumi
2010-03-24fs/partitions/msdos: add support for large disksDaniel Taylor
2010-01-11block: Stop using byte offsetsMartin K. Petersen
2009-11-23partitions: read whole sector with EFI GPT headerKarel Zak
2009-11-23partitions: use sector size for EFI GPTKarel Zak
2009-11-10block: Expose discard granularityMartin K. Petersen
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-15driver model: constify attribute groupsDavid Brownell