aboutsummaryrefslogtreecommitdiffstats
path: root/block/partitions/msdos.c
AgeCommit message (Expand)Author
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-06-21block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen
2021-05-17partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann
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 struct partition out of genhd.hChristoph Hellwig
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig
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-05-23partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard
2014-07-01block/partitions/msdos.c: code clean-upFabian Frederick
2013-07-09partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter
2013-07-09partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter
2012-11-23block: partition: msdos: provide UUIDs for partitionsStephen Warren
2012-01-03move fs/partitions to block/Al Viro