]> git.hungrycats.org Git - linux/commit
[PATCH] AFS filesystem 2/2
authorDavid Howells <dhowells@redhat.com>
Tue, 15 Oct 2002 12:47:34 +0000 (05:47 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 15 Oct 2002 12:47:34 +0000 (05:47 -0700)
commit67bb51b9c7ccf1dbda676d3fb60380d5ffea2dec
treed02e5ad0b60c4af126c5a6d5006db49b849a1459
parent3d970ece801f97bae78c06e473f5d951d37ca458
[PATCH] AFS filesystem 2/2

Here's a patch to add an Andrew File System (AFS) driver to the kernel.
Currently it only provides read-only, uncached, non-automounted and
unsecured support.
40 files changed:
Documentation/filesystems/afs.txt [new file with mode: 0644]
fs/Config.help
fs/Config.in
fs/Makefile
fs/afs/Makefile [new file with mode: 0644]
fs/afs/cache-layout.h [new file with mode: 0644]
fs/afs/callback.c [new file with mode: 0644]
fs/afs/cell.c [new file with mode: 0644]
fs/afs/cell.h [new file with mode: 0644]
fs/afs/cmservice.c [new file with mode: 0644]
fs/afs/cmservice.h [new file with mode: 0644]
fs/afs/dir.c [new file with mode: 0644]
fs/afs/errors.h [new file with mode: 0644]
fs/afs/file.c [new file with mode: 0644]
fs/afs/fsclient.c [new file with mode: 0644]
fs/afs/fsclient.h [new file with mode: 0644]
fs/afs/inode.c [new file with mode: 0644]
fs/afs/internal.h [new file with mode: 0644]
fs/afs/kafsasyncd.c [new file with mode: 0644]
fs/afs/kafsasyncd.h [new file with mode: 0644]
fs/afs/kafstimod.c [new file with mode: 0644]
fs/afs/kafstimod.h [new file with mode: 0644]
fs/afs/main.c [new file with mode: 0644]
fs/afs/misc.c [new file with mode: 0644]
fs/afs/mntpt.c [new file with mode: 0644]
fs/afs/mount.h [new file with mode: 0644]
fs/afs/proc.c [new file with mode: 0644]
fs/afs/server.c [new file with mode: 0644]
fs/afs/server.h [new file with mode: 0644]
fs/afs/super.c [new file with mode: 0644]
fs/afs/super.h [new file with mode: 0644]
fs/afs/transport.h [new file with mode: 0644]
fs/afs/types.h [new file with mode: 0644]
fs/afs/vlclient.c [new file with mode: 0644]
fs/afs/vlclient.h [new file with mode: 0644]
fs/afs/vlocation.c [new file with mode: 0644]
fs/afs/vnode.c [new file with mode: 0644]
fs/afs/vnode.h [new file with mode: 0644]
fs/afs/volume.c [new file with mode: 0644]
fs/afs/volume.h [new file with mode: 0644]