summaryrefslogtreecommitdiffstats
path: root/Kbuild.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove cryptoloop from build processSimon Rettberg2020-07-211-2/+0Star
| | | | | | Main code still contains references to cryptoloop everywhere. We could remove it, but that would make merging futore changes from the vanilla loop module more complicated.
* Rename to xloopJonathan Bauer2020-05-291-2/+2
|
* Initial working stateJonathan Bauer2020-05-291-0/+11
* Moved old Makefile to Kbuild.in * New Makefile to compile against running kernel (or KDIR) * Moved file format defines from loop/include/uapi/linux/loop.h to loop_file_fmt.h * Moved definitions of loop_info{,64} to loop_file_fmt.h * Renamed loop_info{,64} to xloop_info{,64} * Removed checks for file format support which was now unneeded