qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Implement file handle based fs driver
@ 2011-09-09 10:54 Aneesh Kumar K.V
  2011-09-09 10:54 ` [Qemu-devel] [PATCH 1/8] hw/9pfs: Make v9fs_string* functions non-static Aneesh Kumar K.V
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Aneesh Kumar K.V @ 2011-09-09 10:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori

This patchset implement a file handle based fs driver for VirtFS server
Using file handle instead of names, simplify the rename handling in the
server. The changes also enable us to handle renames on the host. Since
we are not using pathnames, symlink related security issues are not
present with handle based fs driver.

-aneesh

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

end of thread, other threads:[~2011-09-09 10:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-09 10:54 [Qemu-devel] [PATCH] Implement file handle based fs driver Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 1/8] hw/9pfs: Make v9fs_string* functions non-static Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 2/8] hw/9pfs: Use read-write lock for protecting fid path Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 3/8] hw/9pfs: Move fid pathname tracking to seperate data type Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 4/8] hw/9pfs: Add init callback to fs driver Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 5/8] hw/9pfs: Add fs driver specific details to fscontext Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 6/8] hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 7/8] hw/9pfs: Implement TFLUSH operation Aneesh Kumar K.V
2011-09-09 10:54 ` [Qemu-devel] [PATCH 8/8] hw/9pfs: Add handle based fs driver Aneesh Kumar K.V

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