Downloadliste

Projektbeschreibung

v9fs provides a Plan 9 9P2000 resource sharing
protocol for the Linux 2.6 kernel. This can be
used to share files, devices, /proc, /sys, etc. It
also works with Plan 9 file servers, and can be
used to mount synthetic file systems from Plan 9
applications (see the plan9port project).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-30 16:34
2.0.3

Weitere Antworten waren zum LKML Bemerkungen gemacht. Fixes wurden zu transportieren. Ein fd Verkehr Methode wurde hinzugefügt. Diese Veröffentlichung war vollständig mit Linux 2.6.13 zusammengefasst.
Tags: Minor bugfixes
More responses were made to LKML comments. Fixes
were made to transport. An fd transport method was
added. This release was fully merged with Linux
2.6.13.

2005-07-14 23:47
2.0.2

Eine neue Version der Kernel-Code v9fs in erster Linie aus der Antworten auf Bemerkungen der LKML Mailing-Liste. Einige kleinere Funktionserweiterungen und-Ecke Fall Bugfixes. CVS ist nun im Wesentlichen vollständig veraltet. Wenn Sie interessiert sind in bis-to-date source Revisionen, ziehen sie aus dem v9fs-2,0 git-Repository auf kernel.org / git.
Tags: Code cleanup
A new release of the v9fs kernel code primarily consisting of responses to comments from the LKML mailing list. Some minor feature extensions and corner-case bugfixes. CVS is now essentially fully deprecated. If you are interested in up-to-date source revisions, pull them from the v9fs-2.0 git repository at kernel.org/git.

2005-06-15 23:12
2.0.1

Eine Lösung für spezielle Dateien (dev, char und Rohre), Code cleanup in vfs_inode. Ein großer Umbau des setattr Code. Die Free Software Foundation-Adresse im Header wurde aktualisiert. Es gibt Aufräumarbeiten in vfs_inode.
Tags: Code cleanup
A fix for special files (dev, char, and pipes), Code cleanup in vfs_inode. A major revamp of the setattr code. The Free Software Foundation address in the headers has been updated. There are cleanups in vfs_inode.

2005-06-07 19:44
2.0

Tags: Major feature enhancements

2005-06-02 16:32
2.0-rc7

Die Routinen wurden dentry abspalten zu vfs_dentry zu vfs_inode Größe zu reduzieren. Dynamischen RPC struct Zuteilung und die damit verbundenen Platte wurden eliminiert. Vestigial address_space_operations wurden eliminiert. Die Art Namenskonvention wurde auf der Standard-Linux-Kernel verändert. Ein potenzieller Platte Leck in init_v9fs wurde entfernt. QID wird geändert, um Inodes von 0 oder 1 zu verhindern. Das Paket und mistruct Platte alloc wurde kmalloc verändert. BUG ()-Anweisungen in OOM Fällen wurden entfernt. Mehr Schein kfree Kontrollen wurden bereinigt. Fehler Fällen und redundante Aufgaben in vfs_inode wurden bereinigt. Die Art und Weise aname (remotename) angegeben ist und zugewiesen wurde geändert.
Tags: Code cleanup
The dentry routines were split out to vfs_dentry
to reduce vfs_inode size. Dynamic rpc struct
allocation and associated slab were eliminated.
Vestigial address_space_operations were
eliminated. The type name convention was changed
to the Linux kernel standard. A potential slab
leak in init_v9fs was removed. QID is modified to
prevent inodes of 0 or 1. The packet and mistruct
slab alloc was changed to kmalloc. BUG()
statements in OOM cases were removed. More bogus
kfree checks were cleaned up. Error cases and
redundant assignments in vfs_inode were cleaned
up. The way aname (remotename) is specified and
allocated was changed.

Project Resources