summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* docs: block: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche2019-05-311-1/+1
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-05-0110-0/+10
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-05-014-60/+4Star
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-05-011-6/+1Star
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-07-271-2/+6
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-07-271-2/+3
* partitions/ldm: remove redundant pointer dgrpColin Ian King2018-07-091-3/+0Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+7Star
* 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-211-56/+4Star
* 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-081-1/+1
|/
* block: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-281-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-221-2/+3
* block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson2013-10-171-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-121-26/+19Star
* partitions/efi: some style cleanupsDavidlohr Bueso2013-09-121-11/+8Star
* partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-121-19/+0Star
* partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-121-1/+6
* partitions/efi: account for pmbr size in lbaDavidlohr Bueso2013-09-121-3/+18
* partitions/efi: detect hybrid MBRsDavidlohr Bueso2013-09-122-21/+56
* partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso2013-09-121-3/+0Star
* partitions/efi: check pmbr record's starting lbaDavidlohr Bueso2013-09-121-4/+13
* partitions/efi: use lba-aware partition recordsDavidlohr Bueso2013-09-122-6/+19
* block: support embedded device command line partitionCai Zhiyong2013-09-125-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