Daan De Meyer
409986ed3e
Merge pull request #28859 from poettering/btrfs-subvol-fix
...
btrfs: create subvol fix
2023-08-16 16:03:54 +02:00
Lennart Poettering
33b2da2d5b
btrfs: use ERRNO_IS_NOT_SUPPORTED() where appropriate
2023-08-16 14:30:51 +02:00
Lennart Poettering
f5254d0047
btrfs: drop O_PATH from dir_fd passed to btrfs_subvol_make() if needed
...
Let's make sure btrfs_subvol_make() can operate on O_PATH fds, just like
mkdirat().
Fixes a bunch of tmpfiles errors at boot if we try to create btrfs
subvols, introduced by e54c79ccc2
Fixes: e54c79ccc2
2023-08-16 14:29:20 +02:00
Mike Yuan
8d6791d2aa
journalctl: support --lines=+N for showing the oldest N entries
...
After f582695107 , the wrong behavior
occurred when --since= and --lines= are both specified is fixed.
However, it seems that the old behavior is already being somewhat
widely used, and the function itself makes sense, i.e. to allow --lines=
to output the first N journal entries.
Therefore, let's support prefixing the number for --lines= with '+',
and provide such functionality.
Related: #28746
2023-08-16 14:05:19 +02:00
Luca Boccassi
d401182643
Merge pull request #28854 from keszybz/mailmap-and-license-info
...
Mailmap and license info
2023-08-16 12:34:22 +01:00
Luca Boccassi
2f72e94984
hwdb: update autosuspend rules
...
ninja -C build update-hwdb-autosuspend
2023-08-16 13:01:07 +02:00
Zbigniew Jędrzejewski-Szmek
767aad7bfd
Mark all base64 files as generated
...
This makes them ignored by license review.
2023-08-16 12:49:45 +02:00
Zbigniew Jędrzejewski-Szmek
4afa722868
bsod: fix license tag
2023-08-16 12:49:44 +02:00
Zbigniew Jędrzejewski-Szmek
140d6853e9
mailmap: "reduce contributor count by 13"
...
This merges the counts for a few people who existed with and without accents,
or with different capitalizations, and suffixes. Also, stop overriding
NeilBrown's spelling of the name.
Note: IIUC, we have two Luca Bruno's: lucab@debian.net is not the same as the
other Luca BRUNO who works on coreos.
@@ -386 +385,0 @@
- 2 Damjan Georgievski
@@ -401 +399,0 @@
- 1 Daniel Berrange
@@ -425 +423 @@
- 11 Daniel P. Berrangé
+ 12 Daniel P. Berrangé
@@ -888 +885,0 @@
- 1 Jiri Pirko
@@ -891 +888 @@
- 1 Jiří Pírko
+ 2 Jiří Pírko
@@ -1105 +1102 @@
- 12 Luca BRUNO
+ 18 Luca BRUNO
@@ -1107 +1104 @@
- 8 Luca Bruno
+ 2 Luca Bruno
@@ -1160,2 +1157 @@
- 1 Marc-Andre Lureau
- 17 Marc-André Lureau
+ 18 Marc-André Lureau
@@ -1313,2 +1309 @@
- 31 Michal Sekletar
- 168 Michal Sekletár
+ 199 Michal Sekletár
@@ -1383,3 +1378 @@
- 2 Neal Gompa
- 1 Neal Gompa (ニール・ゴンパ)
- 12 Neil Brown
+ 3 Neal Gompa (ニール・ゴンパ)
@@ -1387,0 +1381 @@
+ 12 NeilBrown
@@ -1494,2 +1488 @@
- 1 Perry Yuan
- 1 Perry.Yuan
+ 3 Perry Yuan
@@ -1941,2 +1934 @@
- 2 Viktar Vauchkevich
- 2 Viktar Vaŭčkievič
+ 4 Viktar Vaŭčkievič
@@ -2016,2 +2008 @@
- 1 Yao Wei
- 1 Yao Wei (魏銘廷)
+ 2 Yao Wei (魏銘廷)
@@ -2145 +2135,0 @@
- 1 gdamjan
@@ -2256 +2245,0 @@
- 1 perry_yuan
@@ -2331 +2320 @@
- 18 Дамјан Георгиевски
+ 21 Дамјан Георгиевски
2023-08-16 12:49:42 +02:00
Lennart Poettering
aea0f9abc5
update TODO
2023-08-16 11:42:13 +02:00
Lennart Poettering
79ae9015ac
update TODO
2023-08-16 11:37:56 +02:00
Lennart Poettering
c7c46845ff
update TODO
2023-08-16 11:31:31 +02:00
Luca Boccassi
28bd57e350
Merge pull request #28733 from goenkam/maanya/systemd-scoped
...
core: add confext support for ExtensionImages= and ExtensionDirectories=
2023-08-16 10:12:46 +01:00
Brian Norris
bd2f6a568d
tools: update-hwdb-autosuspend.sh: Point at HEAD, not master branch
...
Many Chromium projects have moved from 'master' to 'main', where
'master' is no longer updated. Point at HEAD instead, which should
always represent the default branch.
I don't actually rerun/regenerate the database, since I don't really run
systemd environments to test that update on.
2023-08-16 02:07:00 +01:00
Maanya Goenka
b856f1dfc5
test: add test for confext service-scoped support
2023-08-15 18:34:57 +00:00
Maanya Goenka
55ea4ef096
allow ExtensionImages= and ExtensionDirectories= settings to support confext images
2023-08-15 18:34:46 +00:00
Maanya Goenka
0da675fddd
add an @ option for confext
2023-08-15 17:41:35 +00:00
Luca Boccassi
75bb2425a3
Merge pull request #28839 from DaanDeMeyer/repart-followups
...
Repart followups
2023-08-15 16:40:05 +01:00
Michael A Cassaniti
c380047bf4
repart: Add verity configuration section and options
2023-08-15 15:32:09 +01:00
Daan De Meyer
f19659b91f
Merge pull request #28838 from DaanDeMeyer/repart-subvolume
...
mkosi: Create a few subvolumes in the root partition
2023-08-15 14:56:10 +02:00
Daan De Meyer
7bc6c02896
repart: Massage the minimize for XFS a bit
...
A 1.5 multiplier doesn't seem to be sufficient for XFS as seen in
mkosi CI. Let's increase it to 2 for XFS to hopefully get better
results.
2023-08-15 12:58:28 +02:00
Kiran Vemula
a67e5c6e37
resolved: fixed bugs reported in varlink statistics ( #28796 )
...
Fixes https://github.com/systemd/systemd/issues/28791
Follow-up for bc837621a3
2023-08-15 11:45:58 +01:00
Daan De Meyer
c3e83f09ea
mkosi: Update to v15.1 release
2023-08-15 12:32:39 +02:00
Daan De Meyer
06ba811a76
mkosi: Create a few subvolumes in the root partition
...
Let's exercise the repart Subvolumes= setting by creating a few
subvolumes in the root partition when we create it.
2023-08-15 12:32:39 +02:00
Daan De Meyer
ade85cd519
repart: Rework read-only logic
...
verity sig partitions can't actually be marked read-only, so let's
not do that to avoid an ugly warning about that. Instead, let's just
make sure that we mark verity hash and verity data partitions as
read-only.
2023-08-15 12:32:39 +02:00