summaryrefslogtreecommitdiffstats
path: root/meson_options.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-10basic: add RuntimeScope enumLennart Poettering89-818/+942
2023-03-10socket-util: fix socket_get_family()Lennart Poettering3-21/+17
2023-03-10repart: Add support for reading mkfs options from environmentDaan De Meyer5-23/+48
2023-03-10load-fragment: add user credential specifiers to user.confRonan Pigott3-3/+43
2023-03-09data-fd-util: use fd_reopen() a bit moreLennart Poettering1-4/+3
2023-03-09fd-util: move ACQUIRE_NO_XYZ flags to the header the function using them is inLennart Poettering2-9/+9
2023-03-09mempress: change default PSI window duration to 2sLennart Poettering5-7/+9
2023-03-09update TODOLennart Poettering1-3/+6
2023-03-09test: test new systemd-dissect --attach/--detach/--loop-ref= and /dev/loop/* ...Lennart Poettering1-0/+22
2023-03-09mountpoint-util: add comment explaining why fstype_can_discard() can't use mo...Lennart Poettering1-3/+5
2023-03-09mountpoint-util: add new fstype_can_umask() helperLennart Poettering4-1/+22
2023-03-09mountpoint-util: move 'norecovery' detection into its own helper callLennart Poettering4-1/+25
2023-03-09mountpoint-util: use mount_option_supported() to detect if 'discard' is suppo...Lennart Poettering2-0/+15
2023-03-09mountpoint-util: generalize mount_option_supported()Lennart Poettering4-23/+80
2023-03-09gpt-auto-generator: port to partition_pick_mount_options() tooLennart Poettering1-24/+59
2023-03-09dissect-image: set MS_NOSYMFOLLOW for ESP/XBOOTLDRLennart Poettering2-40/+111
2023-03-09udev: add /dev/loop/ symlinksLennart Poettering1-0/+11
2023-03-09dissect: shorten code a bitLennart Poettering1-10/+4
2023-03-09dissect: allow setting "lo_file_name" field of loopback block devicesLennart Poettering2-0/+44
2023-03-09dissect: add commands for attaching/detaching loopback devicesLennart Poettering2-0/+171
2023-03-09loop-util: add API for selecting "lo_file_name" field for a loopback deviceLennart Poettering2-0/+36
2023-03-09loop-util: add call for setting the autoclear flag at arbitrary timesLennart Poettering2-0/+21
2023-03-09loop-util: keep track of inode/devnum of backing fileLennart Poettering2-3/+13
2023-03-09udev-builtin-blkid: pick up info of backing fileLennart Poettering1-0/+108
2023-03-09udev: add new udev_builtin_add_propertyf() helperLennart Poettering2-0/+21
2023-03-09dissect: add new helper dissected_partition_fstype()Lennart Poettering2-1/+7
2023-03-09mountpoint-util: add helper that checks if MS_NOSYMFOLLOW is supportedLennart Poettering3-0/+68
2023-03-09missing: add more defines to fsopen() definitionsLennart Poettering1-0/+12
2023-03-09missing: add fsmount() syscall fallback definitionLennart Poettering2-0/+21
2023-03-09system.conf: add default for memory pressure settingsYu Watanabe2-0/+4
2023-03-09core: add missing MemoryPressureWatch= and MemoryPressureThresholdSec= settingYu Watanabe5-3/+7
2023-03-09test: fall back to /sys/fs/cgroup/systemd if necessaryFrantisek Sumsal1-1/+2
2023-03-09man: fix typo in ukify pageJeidnx1-1/+1
2023-03-09test: force mkfs.btrfs to overwrite any existing file systemsFrantisek Sumsal1-4/+4
2023-03-09manager: in dump, show controllers in "Delegate:"Zbigniew Jędrzejewski-Szmek1-12/+3
2023-03-09journalctl: fix when --since, --until and --lines are used altogetherMike Yuan1-1/+6
2023-03-09tests: merge test-tmpfiles.c into test-tmpfile-util.cZbigniew Jędrzejewski-Szmek3-81/+66
2023-03-09test: don't fail if we can't remove the scsi_debug moduleFrantisek Sumsal1-2/+2
2023-03-09test: bump the D-Bus related timeouts to 120sFrantisek Sumsal1-2/+2
2023-03-09test: ignore `busctl tree` failsFrantisek Sumsal1-1/+4
2023-03-09macro: support the case that the number of elements has const qualifierYu Watanabe1-4/+6
2023-03-09localed: print a custom message if libxkbcommon.so is unvailableZbigniew Jędrzejewski-Szmek1-7/+6
2023-03-08CODING_STYLE: note that 'unsigned' form is preferred over 'unsigned int'Dmitry V. Levin1-1/+1
2023-03-08udev_rules_parse_file: issue diagnostics about line continuation at EOFDmitry V. Levin2-2/+15
2023-03-08test: check udevadm verify diagnostics of unused labelsDmitry V. Levin1-0/+19
2023-03-08udevadm-verify: check for unused labelsDmitry V. Levin1-2/+16