summaryrefslogtreecommitdiffstats
path: root/src/test/test-mount-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use FOREACH_ELEMENTMatteo Croce2024-04-181-2/+2
* ASSERT_STREQ for simple casesIvan Kruglov2024-04-151-9/+9
* ASSERT_NULL/ASSERT_NOT_NULLIvan Kruglov2024-04-101-3/+3
* mount-util: Add a helper for remounting a bind mountKrzesimir Nowak2024-02-221-0/+19
* mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-061-2/+2
* mount-util: make sure mount_switch_root() works as clean NOP when '/' is spec...Lennart Poettering2023-12-141-6/+18
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-3/+3
* mount-util: drop unused remount_and_move_sub_mounts()Yu Watanabe2023-08-221-144/+1
* tree-wide: use cocinnelle to apply _NEG_ macrosZbigniew Jędrzejewski-Szmek2023-08-161-8/+5
* mount-util: add helper that can bind mount submounts of one dir to anotherLennart Poettering2023-06-231-0/+71
* tree-wide: fix a couple of typosFrantisek Sumsal2023-06-151-1/+1
* mount-util: add fd_make_mount_point() helperLennart Poettering2023-06-021-0/+49
* test: add test for umount_recursive()Lennart Poettering2023-05-171-1/+89
* mount-util: simplify mount_switch_root() a bitLennart Poettering2023-05-031-0/+43
* mount-util: introduce remount_sysfs()Yu Watanabe2023-02-231-1/+146
* tree-wide: use mode=0nnn for mount optionZbigniew Jędrzejewski-Szmek2022-12-141-12/+12
* shared: add new safe_fork flag FORK_PRIVATE_TMPZbigniew Jędrzejewski-Szmek2022-12-141-0/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+0
* test: Use TEST macroJan Janssen2021-11-251-26/+6
* mount-util: port over bind_remount_recursive_with_mountinfo() to mount_setattr()Lennart Poettering2021-10-251-1/+1
* mount-util: use modern mount_setattr() syscall for bind_remount_one_with_moun...Lennart Poettering2021-10-251-0/+1
* basic,shared: move make_mount_point_inode_*() to shared/Zbigniew Jędrzejewski-Szmek2021-06-231-0/+49
* test-mount-util: add output test for mount_flags_to_string()Zbigniew Jędrzejewski-Szmek2021-06-221-0/+50
* test-mount-util: add usual print headersZbigniew Jędrzejewski-Szmek2021-06-221-0/+6
* mount-util: use EXTRACT_KEEP_QUOTE to handle mount optionsYu Watanabe2021-06-211-0/+5
* test: tweak privilege tests for two more testsLennart Poettering2021-06-031-4/+5
* test: add explicit test for bind_remount_one_with_mountinfo()Lennart Poettering2021-03-261-0/+32
* test: add test for bind_remount_recursive()Lennart Poettering2021-03-261-0/+65
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-244/+0
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-1/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tests: skip the rest of test_mnt_id after getting any errorEvegeny Vereshchagin2018-03-091-6/+2
* test: add tests for mount_option_mangle()Yu Watanabe2018-02-211-0/+55
* util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...Zbigniew Jędrzejewski-Szmek2017-11-301-1/+23
* test-mount-util: move test_path_is_mount_point hereZbigniew Jędrzejewski-Szmek2017-11-301-0/+140
* Use hashmap_free_free where appropriateZbigniew Jędrzejewski-Szmek2017-11-281-4/+1
* test: fix test-mount-util when handling duplicate mounts on the same locationLennart Poettering2017-11-231-21/+18
* mount-util: add new path_get_mnt_id() call that queries the mnt ID of a pathLennart Poettering2017-11-211-0/+66
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: do not work in assert() (#7271)Yu Watanabe2017-11-071-1/+1
* Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek2016-12-171-10/+22
* core: hook up MountFlags= to the transient unit logicLennart Poettering2016-12-131-0/+45