index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
home
/
homework.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sleep,home: always initialize UnitFreezer if used
Mike Yuan
2024-07-17
1
-11
/
+11
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-20
/
+21
*
homed: flush fscrypt key on lock/deactivate
Luca Boccassi
2024-06-06
1
-0
/
+3
*
sleep,home: clean up logs for session freezer a bit
Mike Yuan
2024-05-30
1
-4
/
+3
*
bus-unit-util: rework UnitFreezer, explicitly thaw unit
Mike Yuan
2024-05-30
1
-15
/
+22
*
homed: drop caches harder
Lennart Poettering
2024-05-30
1
-2
/
+2
*
home: fix ownership of files copied from skelton directory
Yu Watanabe
2024-05-14
1
-3
/
+4
*
home: fix typo
Yu Watanabe
2024-03-26
1
-1
/
+1
*
home/homework: use FOREACH_ARRAY more
Mike Yuan
2024-03-25
1
-24
/
+27
*
homework: add missing assert
Luca Boccassi
2024-03-25
1
-1
/
+2
*
homework: Implement offline updates
Adrian Vovk
2024-03-23
1
-11
/
+40
*
homework: Accept volume key from keyring
Adrian Vovk
2024-03-23
1
-26
/
+33
*
homework: Always upload volume key to keyring
Adrian Vovk
2024-03-23
1
-0
/
+3
*
homework: Lock/Unlock: Freeze/Thaw user session
Adrian Vovk
2024-03-05
1
-0
/
+48
*
homework: Handle Update & Create w/ blob dir
Adrian Vovk
2024-02-19
1
-5
/
+58
*
homework: Reconcile blob directories
Adrian Vovk
2024-02-19
1
-9
/
+26
*
homework: Cleanup home_store_embedded_identity
Adrian Vovk
2024-01-18
1
-7
/
+6
*
copy: Add support for creating subvolumes to copy_tree_at()
Daan De Meyer
2023-08-14
1
-1
/
+1
*
time-util: introduce usleep_safe()
Yu Watanabe
2023-06-22
1
-1
/
+1
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-6
/
+6
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
copy: Support passing a deny list of files/directories to not copy
Daan De Meyer
2022-11-10
1
-1
/
+1
*
tree-wide: link to docs.kernel.org for kernel documentation
nl6720
2022-07-04
1
-1
/
+1
*
tree-wide: use html links for kernel docs
Zbigniew Jędrzejewski-Szmek
2022-07-02
1
-3
/
+3
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-11
/
+2
*
tree-wide: fix typo
Yu Watanabe
2021-11-30
1
-1
/
+1
*
homed: add automatic grow/shrink ("rebalancing")
Lennart Poettering
2021-11-25
1
-7
/
+20
*
homework: fix a bad error propagation
Lennart Poettering
2021-11-24
1
-1
/
+1
*
homework: also apply uid shifting when changing passwords/resizing/updating h...
Lennart Poettering
2021-11-24
1
-0
/
+8
*
homework: don't try to shift uidmap for already activated home areas
Lennart Poettering
2021-11-24
1
-4
/
+11
*
homework: upload home password into kernel keyring if needed
Lennart Poettering
2021-11-23
1
-2
/
+39
*
homework: add auto-shrink/auto-grow
Lennart Poettering
2021-11-23
1
-0
/
+4
*
homed: wait for luks devices to go away
Lennart Poettering
2021-11-16
1
-0
/
+4
*
homed: replace home-grown fs magic translation with fs_type_to_string()
Lennart Poettering
2021-11-15
1
-8
/
+2
*
homework: rework how we disassemble a home dir in home_deactivate()
Lennart Poettering
2021-11-15
1
-11
/
+39
*
homework: split out password cache logic into its own .c/.h file
Lennart Poettering
2021-11-13
1
-8
/
+0
*
homework,repart: turn on cryptsetup logging before we have a context
Lennart Poettering
2021-10-29
1
-0
/
+2
*
homework: teach luks backend uid mapping
Lennart Poettering
2021-10-28
1
-3
/
+9
*
homework: move destruction of temporary image file into HomeSetup
Lennart Poettering
2021-10-28
1
-0
/
+8
*
homework: always pass HomeSetup param first, PasswordCache second
Lennart Poettering
2021-10-28
1
-8
/
+8
*
homework: move all DM detachment/freeing into HomeSetup
Lennart Poettering
2021-10-28
1
-9
/
+29
*
homework: teach home_lock() + home_unlock() + home_deactivate() to use HomeSe...
Lennart Poettering
2021-10-28
1
-3
/
+6
*
homework: use HomeSetup in home_create_luks() too
Lennart Poettering
2021-10-28
1
-1
/
+1
*
Merge pull request #21162 from poettering/homed-cifs-improvements
Lennart Poettering
2021-10-28
1
-0
/
+2
|
\
|
*
homework: allow specifying a dir component in CIFS services
Lennart Poettering
2021-10-27
1
-0
/
+2
*
|
homework: add new helper home_setup_undo_mount()
Lennart Poettering
2021-10-27
1
-5
/
+19
*
|
homework: make sure fscrypt backend takes a HomeSetup object for all calls
Lennart Poettering
2021-10-27
1
-1
/
+1
|
/
*
homework: support uidmapping in the "directory" backend
Lennart Poettering
2021-10-27
1
-0
/
+36
*
homework: port home_create_directory_or_subvolume() to use HomeSetup
Lennart Poettering
2021-10-27
1
-1
/
+1
*
homework: add macro for "/run/systemd/user-home-mount"
Lennart Poettering
2021-10-22
1
-1
/
+1
[next]