aboutsummaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAge
* docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-15
* docs: block: convert to ReSTMauro Carvalho Chehab2019-07-15
* block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche2019-05-31
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-30
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-30
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-30
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-07-27
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-07-27
* partitions/ldm: remove redundant pointer dgrpColin Ian King2018-07-09
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* block: add verifier for cmdline partitionWang YanQing2018-06-05
* partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-01-10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* partitions/ldm: switch to use uuid_tChristoph Hellwig2017-06-05
* partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-05-23
* partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar2017-01-17
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi2016-07-13
* block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko2016-05-20
* treewide: Fix typos in printkMasanari Iida2016-04-18
* mac: validate mac_partition is within sectorKees Cook2015-11-20
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\
| * block: Remove annoying "unknown partition table" messageBoaz Harrosh2015-01-22
* | efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-07
|/
* block: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-27
* partitions: aix.c: off by one bugDan Carpenter2014-08-05
* block/partitions/efi.c: kerneldoc fixingFabian Frederick2014-07-01
* block/partitions/msdos.c: code clean-upFabian Frederick2014-07-01
* block/partitions/amiga.c: replace nolevel printk by pr_errFabian Frederick2014-07-01
* block/partitions/aix.c: replace count*size kzalloc by kcallocFabian Frederick2014-07-01
* block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-02-18
* block/partitions/efi.c: fix bound checkAntti P Miettinen2013-11-21
* block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson2013-10-17
* block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-30
* partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-15
* block/partitions/efi.c: consistently use pr_foo()Andrew Morton2013-09-11
* partitions/efi: some style cleanupsDavidlohr Bueso2013-09-11
* partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-11
* partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-11
* partitions/efi: account for pmbr size in lbaDavidlohr Bueso2013-09-11
* partitions/efi: detect hybrid MBRsDavidlohr Bueso2013-09-11
* partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso2013-09-11
* partitions/efi: check pmbr record's starting lbaDavidlohr Bueso2013-09-11
* partitions/efi: use lba-aware partition recordsDavidlohr Bueso2013-09-11
* block: support embedded device command line partitionCai Zhiyong2013-09-11
* partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter2013-07-09
* partitions: add aix lvm partition support filesPhilippe De Muyter2013-07-09
* partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter2013-07-09
* partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter2013-04-30