All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add rpdfs_unlink and rpdfs_rmdir
@ 2026-03-09 21:04 Valerie Aurora
  2026-03-09 21:04 ` [PATCH 1/3] rpdfs: Initialize dirents field in new rpdfs_inode_info Valerie Aurora
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Valerie Aurora @ 2026-03-09 21:04 UTC (permalink / raw)
  To: rpdfs-devel; +Cc: Valerie Aurora

Add rpdfs_unlink() and rpdfs_rmdir(), plus a couple of supporting
patches that fix an initialization problem and add directory i_size
accounting and helper functions.

Valerie Aurora (3):
  rpdfs: Initialize dirents field in new rpdfs_inode_info
  rpdfs: Add directory i_size accounting and helper functions
  rpdfs: Add rpdfs_unlink and rpdfs_rmdir

 fs/rpdfs/dir.c          | 148 +++++++++++++++++++++++++++++++++++++---
 fs/rpdfs/format-block.h |   8 +++
 fs/rpdfs/inode.c        |   3 +
 fs/rpdfs/mkfs.c         |   2 +-
 4 files changed, 152 insertions(+), 9 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2026-03-10 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09 21:04 [PATCH 0/3] Add rpdfs_unlink and rpdfs_rmdir Valerie Aurora
2026-03-09 21:04 ` [PATCH 1/3] rpdfs: Initialize dirents field in new rpdfs_inode_info Valerie Aurora
2026-03-09 21:04 ` [PATCH 2/3] rpdfs: Add directory i_size accounting and helper functions Valerie Aurora
2026-03-09 21:04 ` [PATCH 3/3] rpdfs: Add rpdfs_unlink and rpdfs_rmdir Valerie Aurora
2026-03-10 16:34 ` [PATCH 0/3] " Zach Brown

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.