kpmcore/src/fs
Andrius Štikonas 40f59a4870 Rename LUKS open and close Labels to "Lock" and "Unlock"
BUG: 393409
2018-04-23 11:05:44 +03:00
..
CMakeLists.txt Add support for FAT12 file system. 2017-12-24 23:24:37 +00:00
btrfs.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
btrfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
exfat.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
exfat.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ext2.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
ext2.h Explicitely specify the scope of enum. 2018-04-07 19:54:30 +01:00
ext3.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
ext3.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
ext4.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +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 Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
f2fs.h Update backend name in the docs. 2018-04-15 01:09:48 +03:00
fat12.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
fat12.h fatresize is libparted based, so does not support FAT12. 2018-04-16 11:32:29 +03:00
fat16.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
fat16.h fatresize is libparted based, so does not support FAT12. 2018-04-16 11:32:29 +03:00
fat32.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
fat32.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
filesystem.cpp Correctly report when excutable is not found. 2018-04-16 11:06:13 +03:00
filesystem.h d-pointerize FileSystem class. 2018-04-08 01:46:08 +01:00
filesystem_p.h Add forgotten files. 2018-04-11 15:14:17 +03: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 Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
hfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hfsplus.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
hfsplus.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hpfs.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +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 Convert more enums to scoped enums. 2018-04-09 15:14:34 +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 Rename LUKS open and close Labels to "Lock" and "Unlock" 2018-04-23 11:05:44 +03:00
luks.h Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
luks2.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +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 Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
lvm2_pv.h Fix more minor clang issues. 2017-09-11 00:29:30 +01:00
nilfs2.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
nilfs2.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ntfs.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
ntfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ocfs2.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
ocfs2.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
reiser4.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
reiser4.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
reiserfs.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +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 Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
xfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
zfs.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
zfs.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00