summaryrefslogtreecommitdiff
path: root/block/partitions/efi.c
AgeCommit message (Expand)Author
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso
2013-09-11partitions/efi: check pmbr record's starting lbaDavidlohr Bueso
2013-09-11partitions/efi: use lba-aware partition recordsDavidlohr Bueso
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren
2012-01-03move fs/partitions to block/Al Viro