kpmcore/src/fs
Andrius Štikonas f1210d0aa7 Pass LUKS payload length to cryptsetup --size.
Before we were passing the length of the whole LUKS partition. After shrinking
LUKS partitions blkid would not recognize them.
2016-04-30 13:48:09 +01:00
..
CMakeLists.txt Add basic support for F2FS. 2016-02-25 23:29:33 +00:00
btrfs.cpp Adjust minCapacity for btrfs and luks. After all, it seems 40 MiB doesn't work. 2016-04-29 17:09:41 +01:00
btrfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
exfat.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
exfat.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
ext2.cpp Enable growing luks->reiserfs. 2016-04-22 13:23:57 +01:00
ext2.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
ext3.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
ext3.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
ext4.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
ext4.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
extended.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
extended.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
f2fs.cpp Minimal capacity of F2FS filesystems is 30MiB. 2016-04-27 16:09:14 +01:00
f2fs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
fat16.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
fat16.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
fat32.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
fat32.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
filesystem.cpp Add initial support for growing LUKS volumes. 2016-04-21 17:22:48 +01:00
filesystem.h Merge branch 'master' into luks-decorator 2016-04-21 23:03:28 +01:00
filesystemfactory.cpp Update copyright. 2016-03-02 19:00:31 +00:00
filesystemfactory.h Rename qglobal.h to QtGlobal 2016-04-18 17:14:31 +01:00
hfs.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
hfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
hfsplus.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
hfsplus.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
hpfs.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
hpfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
jfs.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
jfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
linuxswap.cpp Merge branch 'master' into luks-decorator 2016-04-21 23:03:28 +01:00
linuxswap.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
luks.cpp Pass LUKS payload length to cryptsetup --size. 2016-04-30 13:48:09 +01:00
luks.h Adjust minCapacity for btrfs and luks. After all, it seems 40 MiB doesn't work. 2016-04-29 17:09:41 +01:00
lvm2_pv.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
lvm2_pv.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
nilfs2.cpp Fix a bug that prevented resizing nilfs2 partitions. 2016-04-22 13:47:58 +01:00
nilfs2.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
ntfs.cpp Simplify NTFS writeUUID code. Rely on external ntfslabel command. 2016-04-22 13:30:19 +01:00
ntfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
ocfs2.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
ocfs2.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
reiser4.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
reiser4.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
reiserfs.cpp Enable growing luks->reiserfs. 2016-04-22 13:23:57 +01:00
reiserfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
ufs.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
ufs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
unformatted.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
unformatted.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
unknown.cpp Format kpmcore code using KDE style. 2015-07-13 17:16:36 +03:00
unknown.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
xfs.cpp Use C++11 initialization instead of << for readability. 2016-04-21 22:48:05 +01:00
xfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00
zfs.cpp Remove unnecessary "this->". 2016-04-21 22:48:58 +01:00
zfs.h Add override keyword to virtual functions. 2016-04-27 21:54:02 +01:00