All of lore.kernel.org
 help / color / mirror / Atom feed
* [MINI-OS PATCH v2 0/2] 9pfs: add some file operation hooks
@ 2025-03-21  9:31 Juergen Gross
  2025-03-21  9:31 ` [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook Juergen Gross
  2025-03-21  9:31 ` [MINI-OS PATCH v2 2/2] 9pfs: add lseek " Juergen Gross
  0 siblings, 2 replies; 11+ messages in thread
From: Juergen Gross @ 2025-03-21  9:31 UTC (permalink / raw)
  To: minios-devel, xen-devel; +Cc: samuel.thibault, Juergen Gross

For being able to store the Xenstore state in preparation of a live
update operation, 9pfront is needing support for fstat and lseek.

Changes in V2:
- addressed comment for patch 1

Juergen Gross (2):
  9pfs: add fstat file operation hook
  9pfs: add lseek file operation hook

 9pfront.c | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

-- 
2.43.0



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

end of thread, other threads:[~2025-03-24 11:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21  9:31 [MINI-OS PATCH v2 0/2] 9pfs: add some file operation hooks Juergen Gross
2025-03-21  9:31 ` [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook Juergen Gross
2025-03-23  0:01   ` Samuel Thibault
2025-03-23 14:57     ` Jürgen Groß
2025-03-23 14:58       ` Samuel Thibault
2025-03-24 10:21       ` Jan Beulich
2025-03-24 10:30         ` Samuel Thibault
2025-03-24 11:18           ` Jürgen Groß
2025-03-24 11:26             ` Jan Beulich
2025-03-21  9:31 ` [MINI-OS PATCH v2 2/2] 9pfs: add lseek " Juergen Gross
2025-03-23  0:02   ` Samuel Thibault

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.