summaryrefslogtreecommitdiff
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'libmount/syscall'Karel Zak2023-05-171-14/+9
|\
| * libmount: report failed syscall nameKarel Zak2023-04-251-14/+9
* | libmount: allow overwrite how to use libblkidKarel Zak2023-05-094-1/+22
* | libmount: (subdir) support unshared sessions tooKarel Zak2023-05-021-30/+56
* | libmount: fix some typosThomas Weißschuh2023-04-301-2/+2
* | libmount: (legacy) fix typo in assert()Karel Zak2023-04-261-2/+3
* | libmount: (mount) free hook data if new APi not avalableKarel Zak2023-04-262-0/+4
* | libmount: improve ENOSYS fallbackKarel Zak2023-04-251-5/+26
|/
* libmount: fix copy & past typoKarel Zak2023-04-251-1/+1
* libmount: Don't silently accept an X-mount.idmap with only whitespaceChris Webb2023-04-251-2/+4
* libmount: recover from ENOSYS for the new APIKarel Zak2023-04-242-1/+16
* libmount: check for errors from prep-options hooksChris Webb2023-04-231-1/+1
* libmount: don't include mount-api-utils.h everywhereKarel Zak2023-04-205-2/+9
* Merge branch 'libmount/relative' of https://github.com/t-8ch/util-linuxKarel Zak2023-04-201-1/+1
|\
| * libmount: safe_stat: support relative filenamesThomas Weißschuh2023-04-191-1/+1
* | libmount: improve hooks de-initializationKarel Zak2023-04-201-0/+4
* | libmount: fix optlist cache refreshKarel Zak2023-04-201-14/+8
|/
* libmount: cleanup all stat() useKarel Zak2023-04-187-40/+43
* libmount: use AT_STATX_DONT_SYNC when touch mountpointsKarel Zak2023-04-171-10/+69
* libmount: don't define struct stat is unnecessaryKarel Zak2023-04-174-4/+12
* libmount: fix superblock rw/ro reconfigurationKarel Zak2023-04-051-14/+33
* libmount: (idmap) reuse tree FD, fix umountKarel Zak2023-03-273-33/+61
* Merge branch 'fixes' of https://github.com/brauner/util-linuxKarel Zak2023-03-231-2/+6
|\
| * idmap: kill child when writing the idmap failsChristian Brauner2023-03-231-2/+6
* | libmount: fix user/users for superuserKarel Zak2023-03-231-3/+36
* | libmount: fix MS_REMOUNT emulation by mount_setattr()Karel Zak2023-03-232-1/+21
* | libmount: fix and cleanup relatime useKarel Zak2023-03-232-17/+39
* | libmount: add missing MOUNT_ATTR_NODEVKarel Zak2023-03-231-0/+2
* | libmount: fix typo, improve debugKarel Zak2023-03-222-2/+5
|/
* libmount: dont ignore autofs mounts by defaultIan Kent2023-03-151-2/+2
* libmount: inhibit warning about mask being unusedThomas Weißschuh2023-03-051-1/+1
* libmount: (optstr) do not use xalloc.h in testKarel Zak2023-03-021-10/+24
* libmount: add missing symbols to docsKarel Zak2023-03-021-0/+3
* libmount: remove unimplemented symbolKarel Zak2023-03-021-1/+0
* libmount: idmap: fix sock write to childPedro Tammela2023-03-011-1/+1
* libmount: treat comma as terminator in mnt_match_options()Karel Zak2023-02-281-1/+1
* libmount: make mnt_match_options() more robustKarel Zak2023-02-271-10/+55
* libmount: move selinux stuff to hook moduleKarel Zak2023-02-227-178/+210
* libmount: make it possible to define order of hooksKarel Zak2023-02-222-8/+88
* libmount: create a hook to set rootcontext=@targetKarel Zak2023-02-226-7/+108
* mount: add rootcontext=@targetChristian Göttsche2023-02-211-4/+14
* libmount: declare array of LSM options constChristian Göttsche2023-02-211-4/+4
* libmount: add fsconfig() btrfs workaroundKarel Zak2023-02-164-2/+26
* libmount: support "recursive" argument for VFS attributesKarel Zak2023-02-153-53/+113
* include: add fallback for statxKarel Zak2023-02-131-0/+1
* libmount: don't require return argument in get-like functionsKarel Zak2023-01-245-56/+76
* libmount: use MNT_ERR_APPLYFLAGS for failed mount_setattr()Karel Zak2023-01-101-0/+6
* libmount: fix typo in debug messageKarel Zak2023-01-101-1/+1
* libmount: implement X-mount.auto-fstypesKarel Zak2023-01-092-1/+24
* libmount: (optlist) keep parsed options without quotesKarel Zak2023-01-093-32/+29