summaryrefslogtreecommitdiffstats
path: root/rules.d/64-btrfs.rules.in (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-16Fixed a typoei-ke1-1/+1
2021-05-16docs: Update link to journal file format codebaseMilan1-1/+1
2021-05-16docs: Update link to journal-def.hMilan1-1/+1
2021-05-15network:dhcp4_server_configure returns if not able to get timezonetramsay1-7/+9
2021-05-15Add crypttab option silentSebastian Blunt4-5/+20
2021-05-15test: combine stdout/stderr from failed testDan Streetman1-7/+24
2021-05-15resolved: fix braino with reference counting and linked listsZbigniew Jędrzejewski-Szmek1-10/+32
2021-05-15Revert "tools/make-directive-index: parallelize"Zbigniew Jędrzejewski-Szmek1-42/+21
2021-05-14meson: revert the change to unquote commands in add_install_scriptZbigniew Jędrzejewski-Szmek12-34/+48
2021-05-14fix typoYu Watanabe2-2/+2
2021-05-14meson: print autodetected sbat fieldsZbigniew Jędrzejewski-Szmek1-0/+1
2021-05-14meson: call find_program() once and reuse the variable everywhereZbigniew Jędrzejewski-Szmek18-96/+79
2021-05-14man: reword descriptions of two DHCPv4 optionsZbigniew Jędrzejewski-Szmek1-5/+5
2021-05-14man: reorder items in [DHCPv4] and [DHCPv6] sectionsZbigniew Jędrzejewski-Szmek1-250/+269
2021-05-14network: shorten code a bit and update log messageYu Watanabe1-10/+6
2021-05-14shell-completion: support --json option for hostnamectlYu Watanabe2-2/+37
2021-05-14networkctl: introduce --json option for "status" and "list" commandsYu Watanabe4-2/+153
2021-05-14json: make JSON_VARIANT_ARRAY/OBJECT_FOREACH() nestableYu Watanabe1-13/+17
2021-05-14networkctl: use table_set_empty_string()Yu Watanabe1-3/+5
2021-05-14network: introduce Describe() method for manager and linksYu Watanabe6-0/+227
2021-05-14udev,network: make link_get_type_string() return negative errno on failureYu Watanabe7-24/+46
2021-05-14network: move and rename network_get() -> link_get_network()Yu Watanabe4-86/+59
2021-05-13run: update checks to allow running with a user's busAnita Zhang1-5/+5
2021-05-13tools/make-directive-index: parallelizeZbigniew Jędrzejewski-Szmek1-21/+42
2021-05-13Add Microsoft Pro Intellimouse MOUSE_DPI to hwdbSimon Watts1-0/+4
2021-05-13Update Korean translation (#19083)Seong-ho Cho1-49/+49
2021-05-12resolved.conf.in: add missing Quad9 serversMichael Catanzaro1-1/+1
2021-05-12resolved: be more careful with weird links with low MTUsLennart Poettering1-4/+13
2021-05-12pam: fix typo try_authtok → use_authtokLennart Poettering3-3/+4
2021-05-12core/service: modernizationZbigniew Jędrzejewski-Szmek1-12/+9
2021-05-12test-bpf-foreign-programs: fix messageZbigniew Jędrzejewski-Szmek1-1/+1
2021-05-12docs/HACKING: wrap long linesZbigniew Jędrzejewski-Szmek1-10/+10
2021-05-12sd-event: tweak commentsZbigniew Jędrzejewski-Szmek1-4/+3
2021-05-12timedated: make ntp_synced() staticZbigniew Jędrzejewski-Szmek3-18/+13
2021-05-12netlink,network: drop "const" from opaque object parameters in supposed-to-be...Lennart Poettering11-144/+144
2021-05-12test-network: wait for the interfaces are configured after reloading .network...Yu Watanabe1-0/+4
2021-05-12test-network: wait for the intreface is configured if it is expectedYu Watanabe1-6/+2
2021-05-12network: make route_configure() return all created routesYu Watanabe1-12/+38
2021-05-12network: make log_route_debug() show multipath routes and Gateway=_dhcp4 or _...Yu Watanabe1-6/+27
2021-05-12network: use request queue to configure addresses, routes, and nexthopsYu Watanabe16-572/+896
2021-05-12network: use request queue to configure neighborsYu Watanabe6-36/+94
2021-05-12network: use request queue to configure routing policy rulesYu Watanabe8-63/+144
2021-05-12network: introduce link_is_ready_to_configure() helper functionYu Watanabe2-0/+21
2021-05-12network: add skeleton of request queueYu Watanabe6-2/+192
2021-05-12network: nexthop: add NextHop object before sending netlink requestYu Watanabe1-6/+6
2021-05-12network: split out common part of route or address handlersYu Watanabe8-171/+155
2021-05-12network: change order of dropping network configsYu Watanabe1-8/+8
2021-05-12network: simplify and rename routing_policy_rule_copy()Yu Watanabe1-38/+20
2021-05-12network: introduce route_dup()Yu Watanabe2-0/+39
2021-05-12sd-netlink: introduce multipath_route_dup()Yu Watanabe2-0/+31