cachefiles: Introduce rewritten driver
authorDavid Howells <dhowells@redhat.com>
Fri, 26 Nov 2021 14:32:29 +0000 (14:32 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 7 Jan 2022 13:40:39 +0000 (13:40 +0000)
commit77443f6171f32626f24b2f97494c71a6bd83831a
tree0588a7761bb07f4d7e4ff43b72899b6048ccf3a8
parent16a96bdf92d5af06f9fa6a01a4b08e2fdfed2e5b
cachefiles: Introduce rewritten driver

Introduce basic skeleton of the rewritten cachefiles driver including
config options so that it can be enabled for compilation.

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/163819622766.215744.9108359326983195047.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/163906923341.143852.3856498104256721447.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/163967130320.1823006.15791456613198441566.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164021528993.640689.9069695476048171884.stgit@warthog.procyon.org.uk/
fs/Kconfig
fs/Makefile
fs/cachefiles/Kconfig [new file with mode: 0644]
fs/cachefiles/Makefile [new file with mode: 0644]
fs/cachefiles/internal.h [new file with mode: 0644]
fs/cachefiles/main.c [new file with mode: 0644]
include/trace/events/cachefiles.h [new file with mode: 0644]