linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ceph: adapt ceph to the fscache rewrite
@ 2021-12-07 13:44 Jeff Layton
  2021-12-07 13:44 ` [PATCH v2 1/2] ceph: conversion to new fscache API Jeff Layton
  2021-12-07 13:44 ` [PATCH v2 2/2] ceph: add fscache writeback support Jeff Layton
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Layton @ 2021-12-07 13:44 UTC (permalink / raw)
  To: ceph-devel, linux-cachefs; +Cc: idryomov, dhowells, linux-fsdevel, linux-kernel

v2: address David's review comments
    remove ceph_fscache_list infrastructure

This is a follow-on set for David Howells' recent patchset to rewrite
the fscache and cachefiles infrastructure. This re-enables fscache read
support in the ceph driver (which is disabled by David's patchset), and
also adds support for writing to the cache as well.

Jeff Layton (2):
  ceph: conversion to new fscache API
  ceph: add fscache writeback support

 fs/ceph/Kconfig |   2 +-
 fs/ceph/addr.c  | 101 +++++++++++++++++-----
 fs/ceph/cache.c | 218 +++++++++++++-----------------------------------
 fs/ceph/cache.h |  97 ++++++++++++++-------
 fs/ceph/caps.c  |   3 +-
 fs/ceph/file.c  |  13 ++-
 fs/ceph/inode.c |  22 +++--
 fs/ceph/super.c |  10 +--
 fs/ceph/super.h |   3 +-
 9 files changed, 237 insertions(+), 232 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-07 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-07 13:44 [PATCH v2 0/2] ceph: adapt ceph to the fscache rewrite Jeff Layton
2021-12-07 13:44 ` [PATCH v2 1/2] ceph: conversion to new fscache API Jeff Layton
2021-12-07 13:44 ` [PATCH v2 2/2] ceph: add fscache writeback support Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).