index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partition
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
repart: Remove bogus check
Daan De Meyer
2022-11-26
1
-5
/
+0
*
repart: Add --skip-partitions=
Daan De Meyer
2022-11-25
1
-4
/
+33
*
repart: Make parse_filter_partitions() more generic
Daan De Meyer
2022-11-23
1
-5
/
+8
*
repart: Rename arg_filter_partitions_size to arg_n_filter_partitions
Daan De Meyer
2022-11-23
1
-4
/
+4
*
repart: respect --discard=no also for block devices
Luca Boccassi
2022-11-23
1
-7
/
+9
*
repart: Rework PartitionTarget initialization
Daan De Meyer
2022-11-21
1
-13
/
+9
*
repart: Use fd based operations in partition_populate_directory()
Daan De Meyer
2022-11-21
1
-4
/
+5
*
repart: Remove redundant parentheses in partition_populate_directory()
Daan De Meyer
2022-11-21
1
-1
/
+1
*
repart: Use ASSERT_PTR() in partition_encrypt()
Daan De Meyer
2022-11-21
1
-2
/
+2
*
repart: Use ftruncate() instead of posix_allocate()
Daan De Meyer
2022-11-21
1
-1
/
+1
*
repart: Fix parse_filter_partitions() log messages
Daan De Meyer
2022-11-21
1
-2
/
+2
*
repart: Fix FilterPartitionsType enum name
Daan De Meyer
2022-11-21
1
-1
/
+1
*
repart: Rework unused partition number algorithm
Daan De Meyer
2022-11-21
1
-10
/
+7
*
repart: Use IN_SET() in one more place
Daan De Meyer
2022-11-21
1
-3
/
+1
*
repart: Write temporary LUKS header to /var/tmp instead of /tmp
Daan De Meyer
2022-11-17
1
-1
/
+6
*
tmpfile-util: Introduce fopen_temporary_child()
Daan De Meyer
2022-11-17
1
-1
/
+1
*
repart: Don't use loop devices when we're not operating on a block device
Daan De Meyer
2022-11-15
1
-60
/
+210
*
repart: Change mode of temporary root to 755
Daan De Meyer
2022-11-15
1
-0
/
+3
*
repart: Fail early if no sources are provided for a read-only filesystem
Daan De Meyer
2022-11-15
1
-0
/
+4
*
repart: Skip partition_populate_directory() if no sources are provided
Daan De Meyer
2022-11-15
1
-0
/
+5
*
repart: Fail early if we're missing privileges to populate a filesystem
Daan De Meyer
2022-11-15
1
-0
/
+5
*
repart: Ensure files end up owned by root in generated filesystems
Daan De Meyer
2022-11-15
1
-37
/
+18
*
repart: Fix copy failure error message
Daan De Meyer
2022-11-15
1
-1
/
+2
*
repart: Move verity sig formatting into data partition functions
Daan De Meyer
2022-11-15
1
-128
/
+129
*
repart: Move verity hash formatting into data partition functions
Daan De Meyer
2022-11-15
1
-129
/
+106
*
repart: Do offline encryption instead of online
Daan De Meyer
2022-11-15
1
-142
/
+124
*
repart: Let libcryptsetup calculate the volume key
Daan De Meyer
2022-11-15
1
-18
/
+11
*
mkfs-util: Add root support for ext and btrfs
Daan De Meyer
2022-11-15
1
-12
/
+18
*
repart: Add --include/--exclude-partitions
Daan De Meyer
2022-11-15
1
-0
/
+106
*
repart: Use first unused partition number for new partitions
Daan De Meyer
2022-11-15
1
-9
/
+18
*
gpt: Expose GptPartitionType and get rid of SECONDARY/OTHER
Daan De Meyer
2022-11-15
1
-41
/
+41
*
repart: Remove the repeated ';' from code (#25386)
Li kunyu
2022-11-15
1
-1
/
+1
*
Merge pull request #24908 from DaanDeMeyer/repart-minimize
Daan De Meyer
2022-11-15
1
-54
/
+239
|
\
|
*
repart: Take into account minimal filesystem size
Daan De Meyer
2022-11-11
1
-0
/
+182
|
*
repart: Use ULL for all size constants
Daan De Meyer
2022-11-11
1
-5
/
+5
|
*
repart: Allow custom root directory per copy blocks source
Daan De Meyer
2022-11-11
1
-4
/
+6
|
*
repart: Don't log partition number when populating filesystem
Daan De Meyer
2022-11-11
1
-2
/
+2
|
*
repart: Create loop device when populating filesystems if needed
Daan De Meyer
2022-11-11
1
-0
/
+13
|
*
repart: Move fstype_is_ro() checks out of the populate functions
Daan De Meyer
2022-11-11
1
-22
/
+13
|
*
repart: Calculate filesystem UUID earlier
Daan De Meyer
2022-11-11
1
-16
/
+13
|
*
repart: Use COPY_HOLES more
Daan De Meyer
2022-11-11
1
-3
/
+3
|
*
repart: Use COPY_REFLINK in context_copy_blocks()
Daan De Meyer
2022-11-11
1
-1
/
+1
|
*
repart: Use copy_bytes() instead of copy_bytes_full()
Daan De Meyer
2022-11-11
1
-2
/
+2
*
|
repart: fix build
Lennart Poettering
2022-11-11
1
-2
/
+0
|
/
*
repart: Don't descend into directories assigned to other partitions
Daan De Meyer
2022-11-10
1
-10
/
+59
*
copy: Support passing a deny list of files/directories to not copy
Daan De Meyer
2022-11-10
1
-2
/
+4
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
2
-0
/
+2
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
Document two systemd-repart options in man page
Pyfisch
2022-10-14
1
-1
/
+1
[prev]
[next]