summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-159-8/+775
* Add build support for Github actionsManuel Bentele2021-03-021-0/+43
* Add support for AlmaLinux 8Manuel Bentele2021-02-102-2/+24
* Add support of Linux LTS kernel 5.10.xManuel Bentele2020-12-141-2/+2
* Change format specifiers %PRIxMAX to %jx to avoid macrosManuel Bentele2020-12-071-2/+2
* Removed unused library 'ncurses' from xlosetup's dependenciesManuel Bentele2020-12-036-976/+8Star
* Fix xlosetup's output of xloop devices on 32 bit hardware architecturesManuel Bentele2020-12-021-2/+2
* Update xlosetup's 'lib' and 'libsmartcol' from util-linux 2.36.1Manuel Bentele2020-12-0235-325/+871
* Setup xloop device with XLOOP_CONFIGURE ioctl callManuel Bentele2020-12-025-57/+118
* Add Linux kernel module support for 32-bit architectures (eg. ARM)Manuel Bentele2020-11-203-8/+32
* Add upstream and compatibility changes for Linux kernel 5.10 and 4.19Manuel Bentele2020-11-162-2/+43
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-133-7/+11
* Do not print verbose CMake messages in unsupported CMake versionsv1.0Manuel Bentele2020-10-273-15/+21
* Fix broken version header packaging for source packagesManuel Bentele2020-10-274-19/+44
* Remove the build requirement for an unused C++ compilerManuel Bentele2020-10-2710-11/+18
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-265-24/+157
* Fix URL to the Linux kernel documentation in READMEManuel Bentele2020-10-261-1/+1
* Remove static generation of LTP configuration headerManuel Bentele2020-10-264-14/+15
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-2321-99/+672
* Move the source code of all xloop components to the common 'src' directoryManuel Bentele2020-10-23394-3/+9
* Set Linux kernel version to unknown if it is not detectableManuel Bentele2020-10-141-1/+4
* Added support to keep track of kernel file changes in CMakeManuel Bentele2020-10-1310-32/+48
* Added separate Linux kernel install directory and added version to kernel mod...Manuel Bentele2020-10-128-42/+48
* Added debug support for xlosetup and documented debugging in READMEManuel Bentele2020-10-123-8/+44
* Print version string in kernel logManuel Bentele2020-10-123-3/+4
* Updated README with required build tools and librariesManuel Bentele2020-10-071-2/+50
* Added udev rules to kernel module build of xloopManuel Bentele2020-10-073-7/+34
* Updated QCOW file format driver with upstream patchesManuel Bentele2020-10-075-193/+835
* Added RPM package creation and moved to relative CMake installation pathsManuel Bentele2020-09-164-10/+28
* Ported RAW file format kernel module to Linux 4.18.xManuel Bentele2020-09-162-1/+21
* Changed CMake minimum required version to 3.10Manuel Bentele2020-09-164-5/+5
* Added partial CMake package component supportManuel Bentele2020-09-164-5/+23
* Renamed xloop kernel module test targetsManuel Bentele2020-09-161-14/+14
* Fixed deadlock during partition scan on Linux kernel 5.4.xManuel Bentele2020-09-161-4/+8
* Fixed CMake build error on Linux v5.8 or laterManuel Bentele2020-09-164-31/+28Star
* Changed printing in kernel modules to support dynamic debugManuel Bentele2020-09-169-125/+149
* xlosetup: removed warning about unsuitable backing file sizeManuel Bentele2020-09-161-24/+0Star
* Renamed losetup to xlosetup in man pageManuel Bentele2020-09-161-60/+60
* Renamed loop to xloop in all LTP kernel testsManuel Bentele2020-09-1615-581/+589
* Added testcases from the Linux testing project (LTP)Manuel Bentele2020-09-16246-2/+50531
* Updated README with documentation of general information and build optionsManuel Bentele2020-09-162-13/+70
* Ignore source files when packaging sourcesManuel Bentele2020-09-161-1/+2
* Generate util-linux configuration to build xlosetupManuel Bentele2020-09-165-32/+71
* Fixed major number of xloop device and device names in xlosetupManuel Bentele2020-09-167-46/+54
* Renamed files from loop to xloop and generate package only in Release modeManuel Bentele2020-09-1622-120/+113Star
* Added CMake files to build xloop kernel modules and xlosetup utilityManuel Bentele2020-09-169-104/+161
* Added patched losetup utility to configure xloop devicesManuel Bentele2020-09-16151-0/+29601
* Added file format file format subsystem for loop devicesManuel Bentele2020-09-1615-1624/+1861
* Cache last decompressed cluster for compressed QCOWSimon Rettberg2020-08-052-31/+37
* Change loop%d strings to xloop%dSimon Rettberg2020-08-041-5/+5