aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: open /proc/self/mountinfo early to allow mounts over /proc (#5985)Timothée Ravier2017-05-191-5/+17
* mount-util: accept that name_to_handle_at() might fail with EPERM (#5499)Lennart Poettering2017-03-011-4/+5
* util-lib: make verbose_mount() grok MS_MOVELennart Poettering2016-12-201-0/+3
* Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek2016-12-171-13/+13
* core: hook up MountFlags= to the transient unit logicLennart Poettering2016-12-131-0/+32
* fs-util: add flags parameter to chase_symlinks()Lennart Poettering2016-12-011-1/+1
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-6/+8
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-031-1/+1
|\
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* | Recognise Lustre as a remote file system (#4530)Brian J. Murrell2016-11-011-0/+1
* | basic: fallback to the fstat if we don't have access to the /proc/self/fdinfoEvgeny Vereshchagin2016-10-231-1/+1
|/
* nspawn,mount-util: add [u]mount_verbose and use it in nspawnZbigniew Jędrzejewski-Szmek2016-10-111-0/+105
* namespace: rework how ReadWritePaths= is appliedLennart Poettering2016-09-251-23/+48
* add a new tool for creating transient mount and automount unitsLennart Poettering2016-08-181-1/+0
* namespace: don't fail on masked mounts (#3794)Alban Crequy2016-07-251-11/+11
* namespace: ensure to return a valid inaccessible nodes (#3778)Alessandro Puccetti2016-07-221-2/+9
* namespace: unify limit behavior on non-directory pathsAlessandro Puccetti2016-07-191-0/+18
* basic/mount-util: recognize ocfs2 as network fs (#3713)Valentin Vidić2016-07-141-0/+1
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* basic/mount-util: recognize pvfs2 as network fs (#3140)Zbigniew Jędrzejewski-Szmek2016-04-281-1/+3
* tree-wide: no need to pass excess flags to open()/openat() if O_PATH is passedAlexander Kuleshov2016-03-021-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+5
* automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering2015-10-271-0/+21
* mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering2015-10-271-0/+23
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+483