linux/fs/cachefiles
David Howells d1065b0a6f cachefiles: Implement cache registration and withdrawal
Do the following:

 (1) Fill out cachefiles_daemon_add_cache() so that it sets up the cache
     directories and registers the cache with cachefiles.

 (2) Add a function to do the top-level part of cache withdrawal and
     unregistration.

 (3) Add a function to sync a cache.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com
Link: https://lore.kernel.org/r/163819633175.215744.10857127598041268340.stgit@warthog.procyon.org.uk/ # v1
Link: https://lore.kernel.org/r/163906935445.143852.15545194974036410029.stgit@warthog.procyon.org.uk/ # v2
Link: https://lore.kernel.org/r/163967142904.1823006.244055483596047072.stgit@warthog.procyon.org.uk/ # v3
Link: https://lore.kernel.org/r/164021543872.640689.14370017789605073222.stgit@warthog.procyon.org.uk/ # v4
2022-01-07 13:41:46 +00:00
..
cache.c cachefiles: Implement cache registration and withdrawal 2022-01-07 13:41:46 +00:00
daemon.c cachefiles: Implement cache registration and withdrawal 2022-01-07 13:41:46 +00:00
error_inject.c cachefiles: Add some error injection support 2022-01-07 13:40:56 +00:00
interface.c cachefiles: Implement cache registration and withdrawal 2022-01-07 13:41:46 +00:00
internal.h cachefiles: Implement cache registration and withdrawal 2022-01-07 13:41:46 +00:00
Kconfig cachefiles: Add some error injection support 2022-01-07 13:40:56 +00:00
main.c cachefiles: Register a miscdev and parse commands over it 2022-01-07 13:41:20 +00:00
Makefile cachefiles: Implement cache registration and withdrawal 2022-01-07 13:41:46 +00:00
namei.c cachefiles: Implement a function to get/create a directory in the cache 2022-01-07 13:41:40 +00:00
security.c cachefiles: Add security derivation 2022-01-07 13:41:14 +00:00