linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] shmemfs stable directory offsets
@ 2023-06-06 13:10 Chuck Lever
  2023-06-06 13:10 ` [PATCH v3 1/3] libfs: Add directory operations for stable offsets Chuck Lever
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Chuck Lever @ 2023-06-06 13:10 UTC (permalink / raw)
  To: viro, brauner, hughd, akpm
  Cc: Chuck Lever, Jeff Layton, linux-mm, linux-fsdevel

The following series is for continued discussion of the need for
and implementation of stable directory offsets for shmemfs/tmpfs.

As discussed in Vancouver, I've re-implemented this change in libfs
so that other "simple" filesystems can use it. There were a few
other suggestions made during that event that I haven't tried yet.

Changes since v2:
- Move bulk of stable offset support into fs/libfs.c
- Replace xa_find_after with xas_find_next for efficiency

Changes since v1:
- Break the single patch up into a series

Changes since RFC:
- Destroy xarray in shmem_destroy_inode() instead of free_in_core_inode()
- A few cosmetic updates

---

Chuck Lever (3):
      libfs: Add directory operations for stable offsets
      shmem: Refactor shmem_symlink()
      shmem: stable directory offsets


 fs/dcache.c            |   1 +
 fs/libfs.c             | 185 +++++++++++++++++++++++++++++++++++++++++
 include/linux/dcache.h |   1 +
 include/linux/fs.h     |   9 ++
 mm/shmem.c             |  58 +++++++++----
 5 files changed, 240 insertions(+), 14 deletions(-)

--
Chuck Lever


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

end of thread, other threads:[~2023-06-26 15:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 13:10 [PATCH v3 0/3] shmemfs stable directory offsets Chuck Lever
2023-06-06 13:10 ` [PATCH v3 1/3] libfs: Add directory operations for stable offsets Chuck Lever
2023-06-23 22:21   ` Bernd Schubert
2023-06-26 13:36     ` Bernd Schubert
2023-06-26 14:50       ` Chuck Lever III
2023-06-26 15:01         ` Bernd Schubert
2023-06-26 15:22       ` Bernd Schubert
2023-06-06 13:11 ` [PATCH v3 2/3] shmem: Refactor shmem_symlink() Chuck Lever
2023-06-06 13:11 ` [PATCH v3 3/3] shmem: stable directory offsets Chuck Lever
2023-06-26 13:18   ` Bernd Schubert
2023-06-26 15:16     ` Chuck Lever III
2023-06-21 13:12 ` [PATCH v3 0/3] shmemfs " Chuck Lever III
2023-06-21 14:25   ` Christian Brauner

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).