| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-08 | libmount: add mount-api-utils.h to mountP.h | Karel Zak | 1 | -1/+0 |
| 2024-11-18 | libmount/hooks: make `hooksets` array const | Max Kellermann | 1 | -1/+1 |
| 2024-06-04 | *: spelling and grammar fixes | Ville Skyttä | 1 | -1/+1 |
| 2023-08-03 | libmount: check for linux/mount.h | Markus Mayer | 1 | -1/+1 |
| 2023-08-01 | libmount: cleanup --fake mode | Karel Zak | 1 | -2/+10 |
| 2023-04-20 | libmount: improve hooks de-initialization | Karel Zak | 1 | -0/+4 |
| 2023-02-22 | libmount: move selinux stuff to hook module | Karel Zak | 1 | -1/+1 |
| 2023-02-22 | libmount: make it possible to define order of hooks | Karel Zak | 1 | -8/+80 |
| 2023-02-22 | libmount: create a hook to set rootcontext=@target | Karel Zak | 1 | -0/+3 |
| 2023-01-03 | build-sys: add --disable-libmount-mountfd-support | Karel Zak | 1 | -2/+2 |
| 2023-01-03 | libmount: improve context deinitialization | Karel Zak | 1 | -3/+0 |
| 2023-01-03 | libmount: fix compilation without new API | Karel Zak | 1 | -0/+2 |
| 2023-01-03 | libmount: remove upper-case from debug message | Karel Zak | 1 | -2/+2 |
| 2023-01-03 | libmount: (mount) improve syscalls status handling | Karel Zak | 1 | -1/+2 |
| 2023-01-03 | libmount: initial support for new FD based mount kernel API | Karel Zak | 1 | -9/+11 |
| 2023-01-03 | libmount: cleanup comments for hooks | Karel Zak | 1 | -6/+14 |
| 2023-01-03 | libmount: (verity) rewrite to use hookset API | Karel Zak | 1 | -0/+3 |
| 2023-01-03 | libmount: reimplement loop= by hooks | Karel Zak | 1 | -0/+1 |
| 2023-01-03 | libmount: add MNT_STAGE_PREP | Karel Zak | 1 | -0/+3 |
| 2023-01-03 | libmount: accept X-mount.idmap= | Christian Brauner | 1 | -0/+4 |
| 2023-01-03 | libmount: reimplement X-mount.{owner,group,mode}= by hooks | Karel Zak | 1 | -1/+2 |
| 2023-01-03 | libmount: remove hooks initialization | Karel Zak | 1 | -20/+18 |
| 2023-01-03 | libmount: reimplement X-mount.subdir= by hooks | Karel Zak | 1 | -7/+11 |
| 2023-01-03 | libmount: move X-mount.mkdir to separate file | Karel Zak | 1 | -1/+3 |
| 2023-01-03 | libmount: implement hooks for a legacy mount(2) | Karel Zak | 1 | -0/+291 |