| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the source code of all xloop components to the common 'src' directory | Manuel Bentele | 2020-10-23 | 259 | -57016/+0![]() |
| | | |||||
| * | Added support to keep track of kernel file changes in CMake | Manuel Bentele | 2020-10-13 | 8 | -14/+32 |
| | | | | | | | | | | With this patch, CMake keeps track of changes to original xloop Linux kernel source files. CMake will copy each file if a change is detected without rebuiling the CMake build and cache files. Futhrmore, changed default paths of udev rules and xloop kernel modules to be installed. | ||||
| * | Added separate Linux kernel install directory and added version to kernel ↵ | Manuel Bentele | 2020-10-12 | 5 | -22/+17![]() |
| | | | | | modules | ||||
| * | Print version string in kernel log | Manuel Bentele | 2020-10-12 | 2 | -2/+2 |
| | | |||||
| * | Added udev rules to kernel module build of xloop | Manuel Bentele | 2020-10-07 | 2 | -0/+62 |
| | | | | | | | | The added rules allow udev to properly detect disks and partitions exposed by the xloop kernel module. A proper detection of disks and partitions is needed by some command line tools from the util-linux package. | ||||
| * | Updated QCOW file format driver with upstream patches | Manuel Bentele | 2020-10-07 | 5 | -193/+835 |
| | | | | | | | | | | | Ported recent upstream patches from QEMU's qcow2 file format to xloop's QCOW file format driver. The following changes had been made to the QCOW file format driver: - support to read extended L2 has been added - added decompression interface to support various compression types - implemented the ZSTD compression type for QCOW images | ||||
| * | Added RPM package creation and moved to relative CMake installation paths | Manuel Bentele | 2020-09-16 | 1 | -3/+3 |
| | | |||||
| * | Ported RAW file format kernel module to Linux 4.18.x | Manuel Bentele | 2020-09-16 | 2 | -1/+21 |
| | | |||||
| * | Changed CMake minimum required version to 3.10 | Manuel Bentele | 2020-09-16 | 3 | -3/+3 |
| | | | | | This change fixes build issues with the CMake version shipped with CentOS 8. | ||||
| * | Added partial CMake package component support | Manuel Bentele | 2020-09-16 | 2 | -2/+17 |
| | | |||||
| * | Renamed xloop kernel module test targets | Manuel Bentele | 2020-09-16 | 1 | -14/+14 |
| | | |||||
| * | Fixed deadlock during partition scan on Linux kernel 5.4.x | Manuel Bentele | 2020-09-16 | 1 | -4/+8 |
| | | |||||
| * | Fixed CMake build error on Linux v5.8 or later | Manuel Bentele | 2020-09-16 | 3 | -31/+27![]() |
| | | |||||
| * | Changed printing in kernel modules to support dynamic debug | Manuel Bentele | 2020-09-16 | 9 | -125/+149 |
| | | |||||
| * | Renamed loop to xloop in all LTP kernel tests | Manuel Bentele | 2020-09-16 | 15 | -581/+589 |
| | | |||||
| * | Added testcases from the Linux testing project (LTP) | Manuel Bentele | 2020-09-16 | 244 | -0/+50530 |
| | | |||||
| * | Updated README with documentation of general information and build options | Manuel Bentele | 2020-09-16 | 1 | -4/+4 |
| | | |||||
| * | Fixed major number of xloop device and device names in xlosetup | Manuel Bentele | 2020-09-16 | 1 | -6/+0![]() |
| | | |||||
| * | Renamed files from loop to xloop and generate package only in Release mode | Manuel Bentele | 2020-09-16 | 15 | -57/+48![]() |
| | | |||||
| * | Added CMake files to build xloop kernel modules and xlosetup utility | Manuel Bentele | 2020-09-16 | 6 | -104/+126 |
| | | |||||
| * | Added patched losetup utility to configure xloop devices | Manuel Bentele | 2020-09-16 | 16 | -0/+5695 |

