summaryrefslogtreecommitdiffstats
path: root/block/partitions/check.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig1-179/+0
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig1-16/+0
2020-03-24block: remove warn_no_partChristoph Hellwig1-5/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh1-6/+6
2013-09-11block: support embedded device command line partitionCai Zhiyong1-0/+4
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei1-5/+32
2012-01-03separate partition format handling from generic codeAl Viro1-522/+1
2012-01-03move fs/partitions to block/Al Viro1-0/+687