| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for RHEL 9.7HEADmaster | Jonathan Bauer | 2026-01-27 | 1 | -0/+2 |
| | | |||||
| * | Fix for RHEL 10.1 | Jonathan Bauer | 2026-01-27 | 1 | -2/+4 |
| | | |||||
| * | Add support for 6.14+ | Simon Rettberg | 2025-11-19 | 1 | -1/+3 |
| | | |||||
| * | Fix compile on AlmaLinux 9.6 | Simon Rettberg | 2025-07-02 | 1 | -1/+3 |
| | | |||||
| * | Fix compile on Linux 6.11+ | Simon Rettberg | 2024-12-11 | 1 | -1/+3 |
| | | |||||
| * | Make it build on 6.6 (to be tested) | Simon Rettberg | 2024-01-15 | 1 | -1/+3 |
| | | |||||
| * | [KERNEL] initial support for RHEL Kernel 5.18.x | Jonathan Bauer | 2023-02-14 | 1 | -1/+3 |
| | | | | | used in Rocky 9.0 | ||||
| * | Fix linter issues to satisfy Linux kernel code style | Manuel Bentele | 2022-10-05 | 1 | -0/+2 |
| | | |||||
| * | Add support for RHEL 8.5 | Simon Rettberg | 2022-03-04 | 1 | -2/+6 |
| | | |||||
| * | Split xloop_main into separate files for pre-5.15 and 5.15+ | Simon Rettberg | 2022-03-04 | 1 | -2409/+3![]() |
| | | |||||
| * | Fix linter errors and warnings from checkpatch.pl | Manuel Bentele | 2021-12-07 | 1 | -18/+18 |
| | | |||||
| * | Add support for Linux LTS kernel 5.15.x | Manuel Bentele | 2021-12-07 | 1 | -498/+699 |
| | | |||||
| * | Add support for CentOS 8.4 | Manuel Bentele | 2021-07-26 | 1 | -1/+2 |
| | | |||||
| * | Refactor kernel code to satisfy Linux kernel code style | Manuel Bentele | 2021-03-15 | 1 | -248/+175![]() |
| | | |||||
| * | Add support for AlmaLinux 8 | Manuel Bentele | 2021-02-10 | 1 | -2/+11 |
| | | |||||
| * | Setup xloop device with XLOOP_CONFIGURE ioctl call | Manuel Bentele | 2020-12-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | This feature allows the userspace tool xlosetup to completely setup a loop device with a single ioctl call, removing the in-between state where the device can be partially configured, eg. the loop device has a backing file associated with it, but is reading from the wrong offset. Besides removing the intermediate state, another big benefit of this ioctl is that XLOOP_SET_STATUS can be slow. The main reason for this slowness is that XLOOP_SET_STATUS(64) calls blk_mq_freeze_queue() to freeze the associated queue. This requires waiting for RCU. | ||||
| * | Add upstream and compatibility changes for Linux kernel 5.10 and 4.19 | Manuel Bentele | 2020-11-16 | 1 | -2/+30 |
| | | |||||
| * | Add automatic generation of version and build type headers for compilation | Manuel Bentele | 2020-10-23 | 1 | -2/+4 |
| | | | | | | | | This change replaces the static version and build type header file generation by CMake with dynamic CMake targets to generate the version file whenever a Make target is executed. Thus, there is no need anymore to reconfigure and rerun CMake after the repository version or build configuration has changed. | ||||
| * | Move the source code of all xloop components to the common 'src' directory | Manuel Bentele | 2020-10-23 | 1 | -0/+2245 |

