kpmcore/src/fs
Andrius Štikonas 3f562ab0f0 Allow reading LUKS label. 2017-12-13 00:07:55 +00:00
..
CMakeLists.txt Add support for detecting ISO9660 file systems. 2017-09-08 11:42:12 +01:00
btrfs.cpp btrfs: implement updateUUID. 2017-11-05 20:42:40 +00:00
btrfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
exfat.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +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 Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ext3.cpp Make Filesystem::create non-const. 2016-09-05 12:10:56 +01:00
ext3.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
ext4.cpp Make Filesystem::create non-const. 2016-09-05 12:10:56 +01:00
ext4.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
extended.cpp Make Filesystem::create non-const. 2016-09-05 12:10:56 +01:00
extended.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
f2fs.cpp Add support for growing f2fs file system. 2017-11-13 19:34:52 +00:00
f2fs.h Add support for growing f2fs file system. 2017-11-13 19:34:52 +00:00
fat16.cpp Disallow non-ASCII and ASCII control characters in FAT label 2017-09-26 22:02:02 +01:00
fat16.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
fat32.cpp Add a comment about FAT volume ID hack. 2017-09-28 14:24:13 +01:00
fat32.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
filesystem.cpp Fix conversion to/from QString/QByteArray 2017-12-03 12:37:21 +00:00
filesystem.h Replace readSectors/writeSectors backend functions. 2017-10-28 18:07:44 +01:00
filesystemfactory.cpp Add support for detecting ISO9660 file systems. 2017-09-08 11:42:12 +01:00
filesystemfactory.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
hfs.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hfsplus.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hfsplus.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
hpfs.cpp Make FileSystem::init virtual instead of static. 2016-05-17 16:33:52 +01:00
hpfs.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
iso9660.cpp Add support for detecting ISO9660 file systems. 2017-09-08 11:42:12 +01:00
iso9660.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
jfs.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
jfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
linuxswap.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
linuxswap.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
luks.cpp Allow reading LUKS label. 2017-12-13 00:07:55 +00:00
luks.h Allow setting label for inner LUKS file system during the initial creation. 2017-12-03 16:28:16 +00:00
lvm2_pv.cpp lvm: disable error channel for vgs/pvs commands. 2017-09-04 19:55:08 +01:00
lvm2_pv.h Fix more minor clang issues. 2017-09-11 00:29:30 +01:00
nilfs2.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
nilfs2.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ntfs.cpp ntfs: update backup boot sector too 2017-12-10 17:34:07 +00:00
ntfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ocfs2.cpp Make Filesystem::create non-const. 2016-09-05 12:10:56 +01:00
ocfs2.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
reiser4.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
reiser4.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
reiserfs.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
reiserfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
udf.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
udf.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
ufs.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
ufs.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
unformatted.cpp Make Filesystem::create non-const. 2016-09-05 12:10:56 +01:00
unformatted.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
unknown.cpp Disable MountPointDialog for swap, lvm pv and unknown partitions. 2016-05-24 17:26:12 +01:00
unknown.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
xfs.cpp Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
xfs.h Use int for maxLabelLength. 2017-09-11 16:52:20 +01:00
zfs.cpp Remove unnecessary "this->". 2016-04-21 22:48:58 +01:00
zfs.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00