summaryrefslogtreecommitdiffstats
path: root/block/partitions
AgeCommit message (Expand)Author
2020-04-30block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig
2020-04-10block: fix busy device checking in blk_drop_partitions againChristoph Hellwig
2020-04-07block: fix busy device checking in blk_drop_partitionsChristoph Hellwig
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig
2020-03-24block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig
2020-03-24block: move the *_PARTITION enum out of genhd.hChristoph Hellwig
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig
2020-03-24block: remove block/partitions/sun.hChristoph Hellwig
2020-03-24block: remove block/partitions/sgi.hChristoph Hellwig
2020-03-24block: remove block/partitions/osf.hChristoph Hellwig
2020-03-24block: remove block/partitions/karma.hChristoph Hellwig
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig
2020-03-24block: remove warn_no_partChristoph Hellwig
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig
2020-03-08partitions/efi: Fix partition name parsing in GUID partition entryNikolai Merinov
2020-01-23partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab
2019-05-31block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05block: add verifier for cmdline partitionWang YanQing
2018-01-10partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-05partitions/ldm: switch to use uuid_tChristoph Hellwig
2017-05-23partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard
2017-01-17partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-13block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi
2016-05-20block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko
2016-04-18treewide: Fix typos in printkMasanari Iida
2015-11-20mac: validate mac_partition is within sectorKees Cook
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov
2014-09-27block: Replace strnicmp with strncasecmpRasmus Villemoes
2014-08-05partitions: aix.c: off by one bugDan Carpenter
2014-07-01block/partitions/efi.c: kerneldoc fixingFabian Frederick
2014-07-01block/partitions/msdos.c: code clean-upFabian Frederick
2014-07-01block/partitions/amiga.c: replace nolevel printk by pr_errFabian Frederick
2014-07-01block/partitions/aix.c: replace count*size kzalloc by kcallocFabian Frederick