summaryrefslogtreecommitdiff
path: root/src/mount
Commit message (Expand)AuthorAgeFilesLines
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-4/+4
* basic: add RuntimeScope enumLennart Poettering2023-03-101-8/+9
* mount-tool: port over basename() → path_extract_filename()Lennart Poettering2022-12-231-4/+13
* mount: use device enumerator to find matching loopback block deviceYu Watanabe2022-11-241-53/+33
* mount: split umount_by_device() into twoYu Watanabe2022-11-241-30/+37
* mount: make acquire_mount_where_for_loop_dev() take sd-device objectYu Watanabe2022-11-241-11/+18
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* generator: skip fsck if fsck command is missingJonas Kümmerlin2022-09-301-1/+1
* dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one()Luca Boccassi2021-12-301-3/+3
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-1/+1
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* | tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-1/+1
|/
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* run/mount/systemctl: don't fork off PolicyKit/ask-pw agent when in --user modeLennart Poettering2021-08-301-0/+3
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()Yu Watanabe2021-06-241-2/+0
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-3/+3
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-3/+3
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-1/+1
* tree-wide: use sd_device_new_from_stat_rdev() whereever appropriateLennart Poettering2021-02-221-3/+3
* mount-tool: sd_device_get_sysattr_value() returns 0 on successYu Watanabe2021-02-211-1/+1
* systemctl: don't search in the full argv[0] for the invocation nameLennart Poettering2021-02-201-2/+3
* tree-wide: use parse_boolean_argument() for variables with non-boolean typeZbigniew Jędrzejewski-Szmek2021-02-171-2/+2
* tree-wide: add a helper to parse boolean optargZbigniew Jędrzejewski-Szmek2021-02-171-4/+3
* tree-wide: use free_and_strdup_warn()Yu Watanabe2021-02-121-6/+9
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-41/+37
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-1/+1
* tree-wide: use SYNTHETIC_ERRNO with log_device_* in more placesZbigniew Jędrzejewski-Szmek2020-07-161-8/+6
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* mount-tool: Replace fstype_is_{network,api_vfs} with fstype_is_blockdev_backedYmrDtnJu2020-06-081-2/+2
* mount: switch to BusLocator-oriented helpersVito Caputo2020-05-071-21/+3
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-161-1/+1
* tree-wide: use table_log_add_error()Yu Watanabe2020-01-101-1/+1
* systemd-mount: add --full command line optionYu Watanabe2020-01-101-1/+11
* systemd-mount: add --no-legend command line optionYu Watanabe2020-01-091-0/+10
* systemd-mount: use format-table.[ch]Yu Watanabe2020-01-091-88/+16
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-3/+3
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-4/+4
* systemd-mount: don't check for non-normalized WHAT for network FSKarel Zak2019-06-111-1/+2
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | Add helper function for mnt_table_parse_{stream,mtab}Zbigniew Jędrzejewski-Szmek2019-04-231-6/+1
* | mount-tool: use libmount to parse /proc/self/mountinfoZbigniew Jędrzejewski-Szmek2019-04-231-34/+29
|/
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+2