kpmcore/src/fs
Andrius Štikonas fd4a330887 Allow setting empty FAT label.
This breaks compatibility with dosfstools 4.1

BUG: 453388
2022-05-15 23:20:25 +01:00
..
CMakeLists.txt REUSE: SPDX style license headers for src/util. 2020-10-01 00:33:19 +01:00
apfs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
apfs.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
bitlocker.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
bitlocker.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
btrfs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
btrfs.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
exfat.cpp Add support for exfatprogs 2020-12-28 17:50:07 +00:00
exfat.h Add support for exfatprogs 2020-12-28 17:50:07 +00:00
ext2.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
ext2.h Move the changePosixPermission to the Filesystem 2021-12-28 15:07:35 +00:00
ext3.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
ext3.h Move the changePosixPermission to the Filesystem 2021-12-28 15:07:35 +00:00
ext4.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
ext4.h Move the changePosixPermission to the Filesystem 2021-12-28 15:07:35 +00:00
extended.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
extended.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
f2fs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
f2fs.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
fat12.cpp Allow setting empty FAT label. 2022-05-15 23:20:25 +01:00
fat12.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
fat16.cpp Fix resizing of fat partitions. 2020-10-04 22:21:58 +01:00
fat16.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
fat32.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
fat32.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
filesystem.cpp Use --recursive instead of -r 2021-12-28 15:07:35 +00:00
filesystem.h Move the changePosixPermission to the Filesystem 2021-12-28 15:07:35 +00:00
filesystem_p.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
filesystemfactory.cpp Port away from qAsConst. 2020-10-24 22:01:45 +01:00
filesystemfactory.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
hfs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
hfs.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
hfsplus.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
hfsplus.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
hpfs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
hpfs.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
iso9660.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
iso9660.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
jfs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
jfs.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
linuxraidmember.cpp REUSE: SPDX style license headers for src/util. 2020-10-01 00:33:19 +01:00
linuxraidmember.h REUSE: SPDX style license headers for src/util. 2020-10-01 00:33:19 +01:00
linuxswap.cpp Changing swap labels while swap is active does not seem to work anymore. 2022-01-15 23:14:49 +00:00
linuxswap.h Changing swap labels while swap is active does not seem to work anymore. 2022-01-15 23:14:49 +00:00
luks.cpp REUSE: SPDX style license headers for src/util. 2020-10-01 00:33:19 +01:00
luks.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
luks2.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
luks2.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
lvm2_pv.cpp lvm without arguments has returncode 3 2021-02-27 12:00:00 +00:00
lvm2_pv.h REUSE: SPDX style license headers for src/util. 2020-10-01 00:33:19 +01:00
minix.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
minix.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
nilfs2.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
nilfs2.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
ntfs.cpp Switch to ntfsinfo to read NTFS usage. 2021-12-24 00:03:05 +00:00
ntfs.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
ocfs2.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
ocfs2.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
reiser4.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
reiser4.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
reiserfs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
reiserfs.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
udf.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
udf.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
ufs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
ufs.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
unformatted.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
unformatted.h REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
unknown.cpp Add support for copying unknown partitions. 2022-01-01 16:18:57 +00:00
unknown.h Add support for copying unknown partitions. 2022-01-01 16:18:57 +00:00
xfs.cpp REUSE: SPDX headers for src/fs/*. 2020-09-28 00:51:18 +01:00
xfs.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00
zfs.cpp Do not destroy zfs pool when removing zfs partition. 2021-10-30 21:13:09 +01:00
zfs.h Add posix permissions on filesystems used in posix systems 2021-12-28 15:07:35 +00:00