summaryrefslogtreecommitdiff
path: root/src/shared/path-util.c
AgeCommit message (Expand)Author
2015-05-27src/shared/path-util.c: import prefix_root() from upstreamAnthony G. Basile
2015-05-04path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen
2015-05-04path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering
2015-04-12path-util: don't eat up ENOENT in path_is_mount_point()Lennart Poettering
2015-04-12path-util: make sure fd_is_mount_point() returns true for root directoryLennart Poettering
2015-04-12path-util: if parent can do name_to_handle() but relevant dir not, it's a mou...Lennart Poettering
2015-04-12path-util.c: changes for rm-rf: never cross mount pointsLennart Poettering
2015-03-19shared: add path_compare(), an ordering path comparisonMichal Schmidt
2015-03-18path-util: fix path_is_mount_point() for symlinksHarald Hoyer
2015-01-25Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek
2015-01-17path-util: plug leakTom Gundersen
2014-12-20path-util: fix breakage in path_is_mount_pointDave Reisner
2014-12-20path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek
2014-12-20path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog
2014-12-20path: follow symbolic link for parent pathUmut Tezduyar Lindskog
2014-12-20shared: path-util - memory leakTom Gundersen
2014-12-17path-util: no need to check whether p is absolute twiceLennart Poettering
2014-08-14src/shared/path-util.c: revert change from realpath to canonicalize_file_nameAnthony G. Basile
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-14src/shared: import more code cleanups from upstreamAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-09-14timedate: assorted improvementsLennart Poettering
2012-09-10path-util: fall back to stat() if kernel does not support name_to_handle_at()Mantas Mikulėnas
2012-09-10path-util: do not fail in path_is_mountpoint() if path doesn't existMantas Mikulėnas
2012-09-04path: fix invalid variable access in path_is_mount_point()Lennart Poettering
2012-09-04path-util: in path_is_mount_point() fall back to the classic stat() test if f...Lennart Poettering
2012-09-04missing: define name_to_handle_at on our own if it is missingLennart Poettering
2012-09-03util: make path_is_mount_point() recognize bind mounts, tooLennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers