summaryrefslogtreecommitdiffstats
path: root/block/partitions
AgeCommit message (Expand)AuthorLines
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira-2/+3
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King-3/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-06-05block: add verifier for cmdline partitionWang YanQing-0/+57
2018-01-10partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+21
2017-06-05partitions/ldm: switch to use uuid_tChristoph Hellwig-9/+7
2017-05-23partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard-0/+2
2017-01-17partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar-5/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-07-13block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi-0/+7
2016-05-20block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko-56/+4
2016-04-18treewide: Fix typos in printkMasanari Iida-2/+2
2015-11-20mac: validate mac_partition is within sectorKees Cook-3/+7
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+6
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh-6/+6
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov-1/+1
2014-09-27block: Replace strnicmp with strncasecmpRasmus Villemoes-4/+4
2014-08-05partitions: aix.c: off by one bugDan Carpenter-1/+1
2014-07-01block/partitions/efi.c: kerneldoc fixingFabian Frederick-22/+24
2014-07-01block/partitions/msdos.c: code clean-upFabian Frederick-5/+8
2014-07-01block/partitions/amiga.c: replace nolevel printk by pr_errFabian Frederick-5/+7
2014-07-01block/partitions/aix.c: replace count*size kzalloc by kcallocFabian Frederick-1/+1
2014-02-18block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-6/+10
2013-11-21block/partitions/efi.c: fix bound checkAntti P Miettinen-2/+3
2013-10-16block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson-1/+6
2013-09-30block: change config option name for cmdline partition parsingPaul Gortmaker-6/+6
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso-2/+6
2013-09-11block/partitions/efi.c: consistently use pr_foo()Andrew Morton-26/+19
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso-11/+8
2013-09-11partitions/efi: delete annoying emacs style commentsDavidlohr Bueso-19/+0
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso-1/+6
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso-3/+18
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso-21/+56
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso-3/+0
2013-09-11partitions/efi: check pmbr record's starting lbaDavidlohr Bueso-4/+13
2013-09-11partitions/efi: use lba-aware partition recordsDavidlohr Bueso-6/+19
2013-09-11block: support embedded device command line partitionCai Zhiyong-0/+113
2013-07-09partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter-0/+5
2013-07-09partitions: add aix lvm partition support filesPhilippe De Muyter-0/+306
2013-07-09partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter-6/+6
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter-2/+2
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei-6/+35
2013-02-27block/partitions/mac.c: obey the state->limit constraintMing Lei-0/+4
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones-2/+10
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter-3/+8
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+20
2012-12-06partitions: enable EFI/GPT support by defaultDiego Calleja-2/+2