summaryrefslogtreecommitdiffstats
path: root/src/mount (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-1/+1
* mount: use sd_bus_set_allow_interactive_authorization()Yu Watanabe2024-08-191-12/+2
* tree-wide: voidify polkit_agent_open_if_enabled()Yu Watanabe2024-08-191-3/+3
* mount-tool: show diskseq in --list outputLennart Poettering2024-07-101-1/+17
* mount-tool: use the usual coloring in --help textLennart Poettering2024-07-101-1/+3
* mount-tool: add support for a --json= output modeLennart Poettering2024-07-101-8/+12
* mount-tool: use lowercase table column namesLennart Poettering2024-07-101-1/+1
* Rename spawn-polkit-agent.c to just polkit-agent.cZbigniew Jędrzejewski-Szmek2024-06-261-1/+1
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-251-3/+1
* tree-wide: use device_in_subsystem() and device_is_devtype()Yu Watanabe2023-12-221-1/+1
* dbus-wait-for-jobs: change 'quiet' flag to enumMatteo Croce2023-12-191-3/+3
* mount: don't call sd_device_get_property_value() with a NULL pointerFrantisek Sumsal2023-11-151-2/+1
* Merge pull request #30010 from poettering/mount-tool-tweaklesYu Watanabe2023-11-131-13/+14
|\
| * mount-tool: make internal and external column name matchLennart Poettering2023-11-131-1/+1
| * mount-tool: rely on format-table.c's ersatz logicLennart Poettering2023-11-131-1/+2
| * mount-tool: reduce scope of enumLennart Poettering2023-11-131-11/+11
* | udev-util: add generic device_get_{vendor,model}_string() helpersLennart Poettering2023-11-131-18/+5
|/
* tree-wide: add path_simplify_alloc() and use itZbigniew Jędrzejewski-Szmek2023-09-221-24/+17
* mount/mount-tool: return correct errnoMike Yuan2023-08-261-1/+1
* mount-tool: override mode of --tmpfs mounts to (rwxrwxrwx & ~umask)Zbigniew Jędrzejewski-Szmek2023-08-221-9/+32
* mount-tool: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2023-08-221-11/+7
* mount-tool,man: reword comments and error messagesZbigniew Jędrzejewski-Szmek2023-08-211-2/+2
* sd-mount: allow creating tmpfsLuca Boccassi2023-08-211-32/+78
* meson: use install_emptydir() and drop meson-make-symlink.shYu Watanabe2023-08-081-2/+2
* meson: move declarations of cgls, cgtop, initctl, and systemd-mountYu Watanabe2023-08-011-0/+13
* device-util: Declare iterator variables inlineDaan De Meyer2023-07-121-2/+0
* stat-util: rename files_same() → inode_same()Lennart Poettering2023-05-191-1/+1
* 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-231-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-041-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-201-1/+1
* systemctl: don't search in the full argv[0] for the invocation nameLennart Poettering2021-02-201-2/+3