summaryrefslogtreecommitdiff
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-302-10/+27
|\
| * partitions/efi: Fix partition name parsing in GUID partition entryNikolai Merinov2020-03-082-10/+27
* | block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-252-1/+1
* | block: merge partition-generic.c and check.cChristoph Hellwig2020-03-244-186/+660
* | block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig2020-03-241-0/+125
* | partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig2020-03-241-6/+12
* | block: move the *_PARTITION enum out of genhd.hChristoph Hellwig2020-03-242-0/+9
* | block: move struct partition out of genhd.hChristoph Hellwig2020-03-243-25/+17
* | block: remove block/partitions/sun.hChristoph Hellwig2020-03-242-9/+3
* | block: remove block/partitions/sgi.hChristoph Hellwig2020-03-242-9/+2
* | block: remove block/partitions/osf.hChristoph Hellwig2020-03-242-8/+1
* | block: remove block/partitions/karma.hChristoph Hellwig2020-03-242-7/+2
* | block: declare all partition detection routines in check.hChristoph Hellwig2020-03-2426-75/+22
* | block: remove warn_no_partChristoph Hellwig2020-03-243-14/+6
* | block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2020-03-241-7/+7
|/
* partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
* 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-04-3010-0/+10
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-304-60/+4
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-6/+1
* 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/+0
* 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