kpmcore/src/fs
Andrius Štikonas dd0adbec42
Remove unused include.
2019-04-06 17:36:25 +01:00
..
CMakeLists.txt Add detection support for Apple File System (APFS). 2019-01-13 17:34:05 +00:00
apfs.cpp Add detection support for Apple File System (APFS). 2019-01-13 17:34:05 +00:00
apfs.h Add detection support for Apple File System (APFS). 2019-01-13 17:34:05 +00:00
bitlocker.cpp Add BitLocker detection support. 2019-01-13 02:24:18 +00:00
bitlocker.h Add BitLocker detection support. 2019-01-13 02:24:18 +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 Remove extra semicolon after Q_UNUSED. 2018-07-12 00:12:43 +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 Remove remaining cases of call to dd binary. 2018-11-29 22:32:07 +00:00
fat12.h fatresize is libparted based, so does not support FAT12. 2018-04-16 11:32:29 +03:00
fat16.cpp Remove unused include. 2019-04-06 17:36:25 +01:00
fat16.h fatresize is libparted based, so does not support FAT12. 2018-04-16 11:32:29 +03:00
fat32.cpp Do not use external process dd. 2018-11-25 20:50:22 +00:00
fat32.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
filesystem.cpp Add detection support for Apple File System (APFS). 2019-01-13 17:34:05 +00:00
filesystem.h Add detection support for Apple File System (APFS). 2019-01-13 17:34:05 +00:00
filesystem_p.h Add forgotten files. 2018-04-11 15:14:17 +03:00
filesystemfactory.cpp Add detection support for Apple File System (APFS). 2019-01-13 17:34:05 +00: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 Use the same executable name in findExternal and ExecuteCommand 2018-08-23 21:45:30 +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 Remove ExternalCommand::waitFor. 2018-07-21 21:19:34 +01:00
jfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
linuxraidmember.cpp Adding support for detecting linux_raid_member file system. 2018-07-15 17:38:43 -03:00
linuxraidmember.h Adding support for detecting linux_raid_member file system. 2018-07-15 17:38:43 -03:00
linuxswap.cpp Remove extra semicolon after Q_UNUSED. 2018-07-12 00:12:43 +01:00
linuxswap.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
luks.cpp Remove ExternalCommand::waitFor. 2018-07-21 21:19:34 +01:00
luks.h Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
luks2.cpp Remove ExternalCommand::waitFor. 2018-07-21 21:19: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 - Refactoring LVM::pvList to be a class with static QList<LvmPV> attribute instead of extern instance. 2018-05-09 04:09:17 -03:00
lvm2_pv.h - Refactoring LVM::pvList to be a class with static QList<LvmPV> attribute instead of extern instance. 2018-05-09 04:09:17 -03: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 Remove remaining cases of call to dd binary. 2018-11-29 22:32:07 +00:00
ntfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ocfs2.cpp Remove ExternalCommand::waitFor. 2018-07-21 21:19: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 Remove ExternalCommand::waitFor. 2018-07-21 21:19: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 Allow moving partitions of unknown type. 2019-02-15 19:16:07 +00:00
unknown.h Allow moving partitions of unknown type. 2019-02-15 19:16:07 +00: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