]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
fscache: Introduce new driver
authorDavid Howells <dhowells@redhat.com>
Wed, 20 Oct 2021 13:34:41 +0000 (14:34 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 26 Nov 2021 14:28:51 +0000 (14:28 +0000)
commitc510f62288a6c7e72a5f4cf3fee320b0e51c4e13
tree0001f659cbd1e05fca44f336297d57a73bdcaf2c
parent687d0be11c82874a00985d7859da0179a6300a4a
fscache: Introduce new driver

Introduce basic skeleton of the new, rewritten fscache driver.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-cachefs@redhat.com
fs/Makefile
fs/fscache/Kconfig
fs/fscache/Makefile [new file with mode: 0644]
fs/fscache/internal.h [new file with mode: 0644]
fs/fscache/main.c [new file with mode: 0644]
fs/fscache/proc.c [new file with mode: 0644]
fs/fscache/stats.c [new file with mode: 0644]
include/linux/fscache-cache.h
include/linux/fscache.h
include/trace/events/fscache.h [new file with mode: 0644]