All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] File data read/write version 2
@ 2026-05-07 13:21 Valerie Aurora
  2026-05-07 13:21 ` [PATCH 1/6] rpdfs: add rpdfs_file_llseek Valerie Aurora
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Valerie Aurora @ 2026-05-07 13:21 UTC (permalink / raw)
  To: rpdfs-devel

This patch set implements file data read/write with most of the
previous code review comments resolved. The main exception is that
->writepages() is not yet implemented.

Valerie Aurora (6):
  rpdfs: add rpdfs_file_llseek
  rpdfs: add inode change debugging routine
  rpdfs: add basic file data initialization
  rpdfs: add file data allocation and lookup routines
  rpdfs: add rpdfs_write_iter/rpdfs_read_iter
  rpdfs: add read_folio, dirty_folio, write_begin, write_end

 fs/rpdfs/Makefile       |   1 +
 fs/rpdfs/data.c         | 598 ++++++++++++++++++++++++++++++++++++++++
 fs/rpdfs/data.h         |  11 +
 fs/rpdfs/file.c         |  77 ++++++
 fs/rpdfs/format-block.h |  32 +--
 fs/rpdfs/format-msg.h   |   4 +
 fs/rpdfs/inode.c        |  51 +++-
 fs/rpdfs/inode.h        |   1 +
 8 files changed, 753 insertions(+), 22 deletions(-)
 create mode 100644 fs/rpdfs/data.c
 create mode 100644 fs/rpdfs/data.h

-- 
2.49.0


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

end of thread, other threads:[~2026-05-07 13:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 13:21 [PATCH 0/6] File data read/write version 2 Valerie Aurora
2026-05-07 13:21 ` [PATCH 1/6] rpdfs: add rpdfs_file_llseek Valerie Aurora
2026-05-07 13:21 ` [PATCH 2/6] rpdfs: add inode change debugging routine Valerie Aurora
2026-05-07 13:21 ` [PATCH 3/6] rpdfs: add basic file data initialization Valerie Aurora
2026-05-07 13:21 ` [PATCH 4/6] rpdfs: add file data allocation and lookup routines Valerie Aurora
2026-05-07 13:21 ` [PATCH 5/6] rpdfs: add rpdfs_write_iter/rpdfs_read_iter Valerie Aurora
2026-05-07 13:21 ` [PATCH 6/6] rpdfs: add read_folio, dirty_folio, write_begin, write_end Valerie Aurora

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.