summaryrefslogtreecommitdiffstats
path: root/implementation
Commit message (Collapse)AuthorAgeFilesLines
* Fixed initialization issue in backward compatibility modekernel-qcow2-linux-4.19.yManuel Bentele2019-08-281-0/+0
|
* Fixed coding style issues in Linux kernel file format subsystemManuel Bentele2019-08-231-0/+0
|
* Added documentation of the file format subsystem APIManuel Bentele2019-08-231-0/+0
|
* Added compatibility for Linux kernel 4.19.yManuel Bentele2019-08-211-0/+0
|
* Updated losetup user space utility versionManuel Bentele2019-08-211-0/+0
|
* Updated Linux kernel to version 5.3.0-rc5Manuel Bentele2019-08-211-0/+0
|
* Updated bash-completion and man page of losetupManuel Bentele2019-08-211-0/+0
|
* Added backward compatibility to configure loop devicesManuel Bentele2019-08-142-0/+0
|
* Fixed problems to reach proper functionality of the QCOW file format kernel ↵Manuel Bentele2019-08-081-0/+0
| | | | driver
* Added debugfs functionality to the modules to show debug informationManuel Bentele2019-08-071-0/+0
|
* Added first version of the QCOW2 Linux kernel implementationManuel Bentele2019-07-311-0/+0
|
* Extended Makefile to load kernel modulesManuel Bentele2019-07-161-0/+0
| | | | Already built kernel modules can be load in an out-of-tree build with the load_modules target into the kernel. The correct loading order of the modules is preserved by this Makefile target. Furthermore, the modules can be unloaded with the target unload_modules later on.
* Fixed compiling error in RAW file format driver due to missing includeManuel Bentele2019-07-081-0/+0
|
* Added file format subsystem to the loop device implementationManuel Bentele2019-07-071-0/+0
|
* Extended loop device kernel interface to support file formatsManuel Bentele2019-06-232-0/+0
| | | | The loop device kernel module and the corresponding user space tool losetup were extended to support a configurable file format for each loop device.
* Switched to own Linux kernel version and util-linux submodule repository for ↵Manuel Bentele2019-06-162-0/+0
| | | | development purposes
* Added latest Linux kernel version and util-linux for development purposesManuel Bentele2019-06-052-0/+0
Both entire subprojects were added as Git submodules because the out-of-tree build would be to complicated without the build files and existing directory structures.