summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
2000-07-22change the lf_advlock() arguments fromjdolecek
2000-06-28remove include of <vm/vm.h>mrg
2000-06-27remove include of <vm/vm.h>mrg
2000-06-20disable the bloated NFS structure check on 64bit sparc64.mrg
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
2000-06-09Some tweaks to enable NFS over IPv6. The special-casing of AF_INETfvdl
2000-05-28Allow nfs root over token ring. Closes PR6629.gmcgarry
2000-05-27sleep() -> tsleep()thorpej
2000-05-26- Try to commit another buffer even if previous commit failed except theenami
2000-05-25In nfs_flush, if the previous commit succeeded and we may have moreenami
2000-05-18Fix printf() format.pk
2000-05-07Auto-adjusting vfs.nfs.iothreads: when mounting the first nfstsarna
2000-04-15Death to nfsiod!tsarna
2000-03-30Remove more register declarations.augustss
2000-03-30Remove register declarations.augustss
2000-03-30Delete redundant decl of nfs_vget() - it's in <nfs/nfsmount.h>.simonb
2000-03-30Delete redundant decls of fifo_vnodeop_p - it's in <miscfs/fifofs/fifo.h>.simonb
2000-03-30Delete redundant decl of nfs_pub - it's in <sys/mount.h>.simonb
2000-03-30Delete redundant decl of nfs_pub - it's in <sys/mount.h>.simonb
2000-03-30Delete redundant decl of nfs_pub - it's in <sys/mount.h>.simonb
2000-03-30Delete redundant decl of nfsv2_vnodeop_p, it's in <nfs/nfsnode.h>.simonb
2000-03-29Don't need to include <sys/conf.h> here.simonb
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
2000-01-20If server name field is overloaded for other purpose, or it just containsenami
1999-12-05The length check for readdirplus entries wasn't right, causing troublesfvdl
1999-11-29Insert an extra VOP_ACCESS check in nfs_lookup, to avoid cached accessfvdl
1999-11-23Be more careful to block bio interrupts for some data structures. Therefvdl
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-11-01Stuff values in va_blocksize that are closer to reality.fvdl
1999-10-10Fix bug in error handling for NFSv3 + nqnfs.sommerfeld
1999-09-06Don't truncate minor numbers >= 256.is
1999-09-05Adapt to cache_lookup() changes.jdolecek
1999-09-03Wait some seconds after the interface is brought up before packetsdrochner
1999-08-29Once the mount structure is definitely doomed, always set thesommerfeld
1999-08-29Fix overzealous DIAGNOSTIC check in nfs_disconnect()sommerfeld
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-08-02Teach nfs_lookup() to set PDIRUNLOCK when appropriate. Should resolvewrstuden
1999-07-30Don't try to copy an mbuf that may have been freed in case of an error.fvdl
1999-07-29In nfs_create(), make sure error is reset to 0 if we restart the operation.thorpej
1999-07-26Don't use the result of inet_ntoa after calling the another inet_ntoa,enami
1999-07-08Teach nfs_lookup to clear PDIRUNLOCK.wrstuden
1999-07-08Modify file systems to deal with struct lock in struct vnode. All leafwrstuden
1999-07-07mount diskless root with "NFSMNT_NOCONN" (which is default in "mount_nfs"drochner
1999-07-04kern/5591: Fix race in the NFS socket code during umount -f and systemsommerfeld
1999-06-29Add fhopen, fhstat, fhstatfs syscalls. Also move getfh in from the nfswrstuden
1999-05-29Be more correct with attribute structures for setattr RPCs and friends,fvdl
1999-05-07-print diskless boot related IP addresses in dot notationdrochner
1999-05-07print diskless boot related IP addresses in dot notationdrochner
1999-05-05Add "use counting" to file entries. When closing a file, and it's referencethorpej