kpmcore/src/core
Andrius Štikonas 2007f2b8ea Allow copyblocks to be used together with small QByteArrays.
Add CopyTargetByteArray. CopySourceByteArray is not implemented yet.

This is only suitable for reading small amount of data such as GPT header
or FAT boot sector location. Not meant for copying whole partition because
data has to be transfered over DBus.

Differential Revision: https://phabricator.kde.org/D16487
2018-10-29 00:02:12 +00:00
..
raid Add chunk size for RAID 1 arrays. 2018-07-16 15:39:47 -03:00
CMakeLists.txt Allow copyblocks to be used together with small QByteArrays. 2018-10-29 00:02:12 +00:00
copysource.cpp Move kpmcore library into its own repository. 2015-06-04 01:29:22 +01:00
copysource.h Do not install some private smart include files. 2018-04-02 13:13:16 +01:00
copysourcedevice.cpp Use std::unique_ptr for CoreBackendDevices 2018-03-31 14:44:40 +01:00
copysourcedevice.h Use std::unique_ptr for CoreBackendDevices 2018-03-31 14:44:40 +01:00
copysourcefile.cpp Remove backend readData/writeData functions. 2018-02-06 16:48:02 +00:00
copysourcefile.h Remove backend readData/writeData functions. 2018-02-06 16:48:02 +00:00
copysourceshred.cpp Remove backend readData/writeData functions. 2018-02-06 16:48:02 +00:00
copysourceshred.h Remove backend readData/writeData functions. 2018-02-06 16:48:02 +00:00
copytarget.cpp Move kpmcore library into its own repository. 2015-06-04 01:29:22 +01:00
copytarget.h Remove backend readData/writeData functions. 2018-02-06 16:48:02 +00:00
copytargetbytearray.cpp Allow copyblocks to be used together with small QByteArrays. 2018-10-29 00:02:12 +00:00
copytargetbytearray.h Allow copyblocks to be used together with small QByteArrays. 2018-10-29 00:02:12 +00:00
copytargetdevice.cpp Use std::unique_ptr for CoreBackendDevices 2018-03-31 14:44:40 +01:00
copytargetdevice.h Use std::unique_ptr for CoreBackendDevices 2018-03-31 14:44:40 +01:00
copytargetfile.cpp Remove backend readData/writeData functions. 2018-02-06 16:48:02 +00:00
copytargetfile.h Remove backend readData/writeData functions. 2018-02-06 16:48:02 +00:00
device.cpp d-pointerize Operation class. 2018-04-11 03:52:46 +03:00
device.h Changing HardwareRAID_Device to FakeRAID_Device. 2018-07-11 11:57:56 -03:00
device_p.h d-pointerize LvmDevice class. 2018-04-09 02:40:24 +01:00
devicescanner.cpp Move LVM device scanning code. 2017-10-06 03:17:51 +01:00
devicescanner.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
diskdevice.cpp Switch Device::Type enum to enum class. 2018-04-09 02:57:45 +01:00
diskdevice.h Reuse the d-pointer of the base class Device for the child class DiskDevice. 2018-04-09 00:35:06 +01:00
fstab.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
fstab.h Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
lvmdevice.cpp Also update allocated PE number when resizing LVM LVs. 2018-10-14 01:11:57 +01:00
lvmdevice.h Fix free space handling when resizing LVM LVs. 2018-10-14 00:02:06 +01:00
operationrunner.cpp Revert "Try to workaround systemd automounting." 2018-04-13 01:06:32 +03:00
operationrunner.h Remove unnecessary extra LIBKPMCORE_EXPORT macros. 2018-01-27 13:15:19 +00:00
operationstack.cpp Switch Device::Type enum to enum class. 2018-04-09 02:57:45 +01:00
operationstack.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
partition.cpp Add a shorter Partition::State enum names. 2018-04-09 03:46:05 +01:00
partition.h Use C++14 style deprecated attributes. 2018-09-01 18:52:15 +01:00
partitionalignment.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
partitionalignment.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
partitionnode.cpp Simplify if-return code a bit. 2016-08-31 20:14:21 +01:00
partitionnode.h Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
partitionrole.cpp Allow accessing untranslated partition roles. 2017-09-15 13:09:01 +01:00
partitionrole.h Allow accessing untranslated partition roles. 2017-09-15 13:09:01 +01:00
partitiontable.cpp Set FlagBoot = FlagEsp and deprecate it. 2018-09-01 21:27:05 +01:00
partitiontable.h Set FlagBoot = FlagEsp and deprecate it. 2018-09-01 21:27:05 +01:00
smartattribute.cpp Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
smartattribute.h Convert more enums to scoped enums. 2018-04-09 15:14:34 +01:00
smartattributeparseddata.cpp Use strongly typed enum for SmartAttributeUnit. 2018-04-05 23:06:52 +01:00
smartattributeparseddata.h Use strongly typed enum for SmartAttributeUnit. 2018-04-05 23:06:52 +01:00
smartdiskinformation.cpp Fix more memory leaks in SmartDiskInformation. 2018-04-09 16:16:02 +01:00
smartdiskinformation.h Reuse SmartStatus::SelfTestStatus enum. 2018-04-09 15:37:46 +01:00
smartparser.cpp Fix a memory leak in SmartParser. 2018-04-09 16:07:44 +01:00
smartparser.h Fix a memory leak in SmartParser. 2018-04-09 16:07:44 +01:00
smartstatus.cpp Reuse SmartStatus::SelfTestStatus enum. 2018-04-09 15:37:46 +01:00
smartstatus.h Reuse SmartStatus::SelfTestStatus enum. 2018-04-09 15:37:46 +01:00
volumemanagerdevice.cpp d-pointerize LvmDevice class. 2018-04-09 02:40:24 +01:00
volumemanagerdevice.h LvmDevice: switch away from manual pointers. 2018-04-09 03:14:30 +01:00
volumemanagerdevice_p.h d-pointerize LvmDevice class. 2018-04-09 02:40:24 +01:00