index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mount
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mount/mount-tool: return correct errno
Mike Yuan
2023-08-26
1
-1
/
+1
*
mount-tool: override mode of --tmpfs mounts to (rwxrwxrwx & ~umask)
Zbigniew Jędrzejewski-Szmek
2023-08-22
1
-9
/
+32
*
mount-tool: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2023-08-22
1
-11
/
+7
*
mount-tool,man: reword comments and error messages
Zbigniew Jędrzejewski-Szmek
2023-08-21
1
-2
/
+2
*
sd-mount: allow creating tmpfs
Luca Boccassi
2023-08-21
1
-32
/
+78
*
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-2
/
+2
*
meson: move declarations of cgls, cgtop, initctl, and systemd-mount
Yu Watanabe
2023-08-01
1
-0
/
+13
*
device-util: Declare iterator variables inline
Daan De Meyer
2023-07-12
1
-2
/
+0
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-4
/
+4
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-8
/
+9
*
mount-tool: port over basename() → path_extract_filename()
Lennart Poettering
2022-12-23
1
-4
/
+13
*
mount: use device enumerator to find matching loopback block device
Yu Watanabe
2022-11-24
1
-53
/
+33
*
mount: split umount_by_device() into two
Yu Watanabe
2022-11-24
1
-30
/
+37
*
mount: make acquire_mount_where_for_loop_dev() take sd-device object
Yu Watanabe
2022-11-24
1
-11
/
+18
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
generator: skip fsck if fsck command is missing
Jonas Kümmerlin
2022-09-30
1
-1
/
+1
*
dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one()
Luca Boccassi
2021-12-30
1
-3
/
+3
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
Merge pull request #20138 from keszybz/coding-style-variable-decls
Luca Boccassi
2021-11-05
1
-1
/
+1
|
\
|
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
|
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-1
/
+1
|
/
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
run/mount/systemctl: don't fork off PolicyKit/ask-pw agent when in --user mode
Lennart Poettering
2021-08-30
1
-0
/
+3
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()
Yu Watanabe
2021-06-23
1
-2
/
+0
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-3
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+3
*
table: drop last SIZE_MAX from table_set_sort() and table_set_display()
Yu Watanabe
2021-03-04
1
-1
/
+1
*
tree-wide: use sd_device_new_from_stat_rdev() whereever appropriate
Lennart Poettering
2021-02-22
1
-3
/
+3
*
mount-tool: sd_device_get_sysattr_value() returns 0 on success
Yu Watanabe
2021-02-20
1
-1
/
+1
*
systemctl: don't search in the full argv[0] for the invocation name
Lennart Poettering
2021-02-20
1
-2
/
+3
*
tree-wide: use parse_boolean_argument() for variables with non-boolean type
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-2
/
+2
*
tree-wide: add a helper to parse boolean optarg
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-4
/
+3
*
tree-wide: use free_and_strdup_warn()
Yu Watanabe
2021-02-11
1
-6
/
+9
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-5
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-41
/
+37
*
bus: use bus_log_connect_error to print error message
fangxiuning
2020-07-21
1
-1
/
+1
*
tree-wide: use SYNTHETIC_ERRNO with log_device_* in more places
Zbigniew Jędrzejewski-Szmek
2020-07-16
1
-8
/
+6
*
table use table_log_print_error() instead of table_log_show_error
fangxiuning
2020-07-08
1
-1
/
+1
*
shared: actually move all BusLocator related calls to bus-locator.c
Lennart Poettering
2020-06-30
1
-1
/
+1
*
mount-tool: Replace fstype_is_{network,api_vfs} with fstype_is_blockdev_backed
YmrDtnJu
2020-06-08
1
-2
/
+2
*
mount: switch to BusLocator-oriented helpers
Vito Caputo
2020-05-07
1
-21
/
+3
*
systemd: Fix busctl crash on aarch64 when setting output table format
Alin Popa
2020-02-15
1
-1
/
+1
*
tree-wide: use table_log_add_error()
Yu Watanabe
2020-01-10
1
-1
/
+1
*
systemd-mount: add --full command line option
Yu Watanabe
2020-01-10
1
-1
/
+11
*
systemd-mount: add --no-legend command line option
Yu Watanabe
2020-01-09
1
-0
/
+10
*
systemd-mount: use format-table.[ch]
Yu Watanabe
2020-01-09
1
-88
/
+16
*
basic/fs-util: change CHASE_OPEN flag into a separate output parameter
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-3
/
+3
[next]