kpmcore/src/fs
Andrius Štikonas 17c8772240 Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
..
CMakeLists.txt Add support for FAT12 file system. 2017-12-24 23:24:37 +00:00
btrfs.cpp Replace std::array with std::vector 2018-04-05 21:52:17 +01:00
btrfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
exfat.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
exfat.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ext2.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ext2.h Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
ext3.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
ext3.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
ext4.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
ext4.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
extended.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
extended.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
f2fs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
f2fs.h Add support for growing f2fs file system. 2017-11-13 19:34:52 +00:00
fat12.cpp Merge branch 'sfdisk' into kauth 2017-12-24 23:40:06 +00:00
fat12.h Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
fat16.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
fat16.h Add support for FAT12 file system. 2017-12-24 23:24:37 +00:00
fat32.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
fat32.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
filesystem.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
filesystem.h Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
filesystemfactory.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
filesystemfactory.h Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
hfs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
hfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hfsplus.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
hfsplus.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hpfs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
hpfs.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
iso9660.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
iso9660.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
jfs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
jfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
linuxswap.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
linuxswap.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
luks.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
luks.h Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
luks2.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
luks2.h We don't need keyLocation for luks1 file system it is always dm-crypt. 2017-12-29 22:53:02 +00:00
lvm2_pv.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
lvm2_pv.h Fix more minor clang issues. 2017-09-11 00:29:30 +01:00
nilfs2.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
nilfs2.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ntfs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
ntfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ocfs2.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
ocfs2.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
reiser4.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
reiser4.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
reiserfs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
reiserfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
udf.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
udf.h Add support for reading capacity and changing label/uuid on UDF filesystem 2018-01-03 20:09:53 +02:00
ufs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
ufs.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
unformatted.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
unformatted.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
unknown.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
unknown.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
xfs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
xfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
zfs.cpp Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
zfs.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00