aboutsummaryrefslogtreecommitdiffstats
path: root/block/partitions/efi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov1-1/+1
2014-07-01block/partitions/efi.c: kerneldoc fixingFabian Frederick1-22/+24
2013-11-21block/partitions/efi.c: fix bound checkAntti P Miettinen1-2/+3
2013-10-16block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson1-1/+6
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso1-2/+6
2013-09-11block/partitions/efi.c: consistently use pr_foo()Andrew Morton1-26/+19
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso1-11/+8
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso1-1/+6
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso1-3/+18
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso1-21/+53
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso1-3/+0
2013-09-11partitions/efi: check pmbr record's starting lbaDavidlohr Bueso1-4/+13
2013-09-11partitions/efi: use lba-aware partition recordsDavidlohr Bueso1-5/+4
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter1-2/+2
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of the structure.Peter Jones1-2/+10
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren1-6/+1
2012-01-03move fs/partitions to block/Al Viro1-0/+675