]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73d529af99509503e4b19fcd990209c6d7663c54
tree0588a7761bb07f4d7e4ff43b72899b6048ccf3a8
parentee0f2d29ff90f3de4989eee3f4e04463667914db
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]