summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* block: add verifier for cmdline partitionWang YanQing2018-06-051-0/+57
* partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-01-101-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0221-0/+21
* partitions/ldm: switch to use uuid_tChristoph Hellwig2017-06-052-9/+7
* partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-05-231-0/+2
* partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar2017-01-171-5/+12
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi2016-07-131-0/+7
* block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko2016-05-201-56/+4
* treewide: Fix typos in printkMasanari Iida2016-04-181-2/+2
* mac: validate mac_partition is within sectorKees Cook2015-11-201-3/+7
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-6/+6
|\
| * block: Remove annoying "unknown partition table" messageBoaz Harrosh2015-01-221-6/+6
* | efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-071-1/+1
|/
* block: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-271-4/+4
* partitions: aix.c: off by one bugDan Carpenter2014-08-051-1/+1
* block/partitions/efi.c: kerneldoc fixingFabian Frederick2014-07-011-22/+24
* block/partitions/msdos.c: code clean-upFabian Frederick2014-07-011-5/+8
* block/partitions/amiga.c: replace nolevel printk by pr_errFabian Frederick2014-07-011-5/+7
* block/partitions/aix.c: replace count*size kzalloc by kcallocFabian Frederick2014-07-011-1/+1
* block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-02-183-6/+10
* block/partitions/efi.c: fix bound checkAntti P Miettinen2013-11-211-2/+3
* block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson2013-10-161-1/+6
* block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-302-6/+6
* partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-151-2/+6
* block/partitions/efi.c: consistently use pr_foo()Andrew Morton2013-09-111-26/+19
* partitions/efi: some style cleanupsDavidlohr Bueso2013-09-111-11/+8
* partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-111-19/+0
* partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-111-1/+6
* partitions/efi: account for pmbr size in lbaDavidlohr Bueso2013-09-111-3/+18
* partitions/efi: detect hybrid MBRsDavidlohr Bueso2013-09-112-21/+56
* partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso2013-09-111-3/+0
* partitions/efi: check pmbr record's starting lbaDavidlohr Bueso2013-09-111-4/+13
* partitions/efi: use lba-aware partition recordsDavidlohr Bueso2013-09-112-6/+19
* block: support embedded device command line partitionCai Zhiyong2013-09-115-0/+113
* partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter2013-07-091-0/+5
* partitions: add aix lvm partition support filesPhilippe De Muyter2013-07-094-0/+306
* partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter2013-07-091-6/+6
* partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter2013-04-301-2/+2
* block/partitions: optimize memory allocation in check_partition()Ming Lei2013-02-272-6/+35
* block/partitions/mac.c: obey the state->limit constraintMing Lei2013-02-271-0/+4
* block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones2013-02-271-2/+10
* block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter2013-02-271-3/+8
* Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-172-8/+20
|\
| * block: partition: msdos: provide UUIDs for partitionsStephen Warren2012-11-231-2/+19
| * block: store partition_meta_info.uuid as a stringStephen Warren2012-11-231-6/+1
* | partitions: enable EFI/GPT support by defaultDiego Calleja2012-12-061-2/+2
|/
* s390/partitions: make partition detection independent from DASD ioctlsStefan Weinhuber2012-09-261-183/+272
OpenPOWER on IntegriCloud