aboutsummaryrefslogtreecommitdiff
path: root/block/partitions
AgeCommit message (Expand)AuthorFilesLines
2020-04-10block: fix busy device checking in blk_drop_partitions againGravatar Christoph Hellwig 1-1/+1
2020-04-07block: fix busy device checking in blk_drop_partitionsGravatar Christoph Hellwig 1-1/+1
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-10/+27
2020-03-25block: move block layer internals out of include/linux/genhd.hGravatar Christoph Hellwig 2-1/+1
2020-03-24block: merge partition-generic.c and check.cGravatar Christoph Hellwig 4-186/+660
2020-03-24block: move the various x86 Unix label formats out of genhd.hGravatar Christoph Hellwig 1-0/+125
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONGravatar Christoph Hellwig 1-6/+12
2020-03-24block: move the *_PARTITION enum out of genhd.hGravatar Christoph Hellwig 2-0/+9
2020-03-24block: move struct partition out of genhd.hGravatar Christoph Hellwig 3-25/+17
2020-03-24block: remove block/partitions/sun.hGravatar Christoph Hellwig 2-9/+3
2020-03-24block: remove block/partitions/sgi.hGravatar Christoph Hellwig 2-9/+2
2020-03-24block: remove block/partitions/osf.hGravatar Christoph Hellwig 2-8/+1
2020-03-24block: remove block/partitions/karma.hGravatar Christoph Hellwig 2-7/+2
2020-03-24block: declare all partition detection routines in check.hGravatar Christoph Hellwig 26-75/+22
2020-03-24block: remove warn_no_partGravatar Christoph Hellwig 3-14/+6
2020-03-24block: unexport read_dev_sector and put_dev_sectorGravatar Christoph Hellwig 1-7/+7
2020-03-08partitions/efi: Fix partition name parsing in GUID partition entryGravatar Nikolai Merinov 2-10/+27
2020-01-23partitions/ldm: fix spelling mistake "to" -> "too"Gravatar Colin Ian King 1-1/+1
2019-07-15docs: admin-guide: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: block: convert to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-31block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerGravatar Bart Van Assche 1-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationGravatar Christoph Hellwig 10-0/+10
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsGravatar Christoph Hellwig 4-60/+4
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsGravatar Christoph Hellwig 1-6/+1
2018-07-27partitions/aix: append null character to print data from diskGravatar Mauricio Faria de Oliveira 1-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresGravatar Mauricio Faria de Oliveira 1-2/+3
2018-07-09partitions/ldm: remove redundant pointer dgrpGravatar Colin Ian King 1-3/+0
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-05block: add verifier for cmdline partitionGravatar Wang YanQing 1-0/+57
2018-01-10partitions/msdos: Unable to mount UFS 44bsd partitionsGravatar Richard Narron 1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 21-0/+21
2017-06-05partitions/ldm: switch to use uuid_tGravatar Christoph Hellwig 2-9/+7
2017-05-23partitions/msdos: FreeBSD UFS2 file systems are not recognizedGravatar Richard 1-0/+2
2017-01-17partitions/efi: Fix integer overflow in GPT size calculationGravatar Alden Tondettar 1-5/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-07-13block: atari: Return early for unsupported sector sizeGravatar Gabriel Krisman Bertazi 1-0/+7
2016-05-20block/partitions/ldm.c: use generic UUID libraryGravatar Andy Shevchenko 1-56/+4
2016-04-18treewide: Fix typos in printkGravatar Masanari Iida 1-2/+2
2015-11-20mac: validate mac_partition is within sectorGravatar Kees Cook 1-3/+7
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+6
2015-01-22block: Remove annoying "unknown partition table" messageGravatar Boaz Harrosh 1-6/+6
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strGravatar Borislav Petkov 1-1/+1
2014-09-27block: Replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-4/+4
2014-08-05partitions: aix.c: off by one bugGravatar Dan Carpenter 1-1/+1
2014-07-01block/partitions/efi.c: kerneldoc fixingGravatar Fabian Frederick 1-22/+24
2014-07-01block/partitions/msdos.c: code clean-upGravatar Fabian Frederick 1-5/+8
2014-07-01block/partitions/amiga.c: replace nolevel printk by pr_errGravatar Fabian Frederick 1-5/+7
2014-07-01block/partitions/aix.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-1/+1
2014-02-18block: Use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 3-6/+10