Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-19partitions/efi: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-08-24partitions/efi: Support non-standard GPT locationDmitry Osipenko
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig
2021-05-14block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche
2020-03-08partitions/efi: Fix partition name parsing in GUID partition entryNikolai Merinov
2019-05-01block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig
2017-01-17partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar
2016-04-18treewide: Fix typos in printkMasanari Iida
2015-01-08efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov
2014-07-01block/partitions/efi.c: kerneldoc fixingFabian Frederick
2013-11-22block/partitions/efi.c: fix bound checkAntti P Miettinen
2013-10-17block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso
2013-09-12block/partitions/efi.c: consistently use pr_foo()Andrew Morton
2013-09-12partitions/efi: some style cleanupsDavidlohr Bueso
2013-09-12partitions/efi: compare first and last usable LBAsDavidlohr Bueso
2013-09-12partitions/efi: account for pmbr size in lbaDavidlohr Bueso
2013-09-12partitions/efi: detect hybrid MBRsDavidlohr Bueso
2013-09-12partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso
2013-09-12partitions/efi: check pmbr record's starting lbaDavidlohr Bueso
2013-09-12partitions/efi: use lba-aware partition recordsDavidlohr Bueso
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter
2013-02-28block/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-04move fs/partitions to block/Al Viro