aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Don't scan for the "right" network interface by shooting in the dark.Mike Smith2000-09-051-0/+3
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-051-12/+24
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+1
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Call bootpc_init before we try to mount an NFS root, if we're configuredMike Smith1999-11-011-0/+6
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-89/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-051-5/+5
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSPeter Wemm1999-04-101-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-2/+1
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-8/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+3
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-2/+2
* Frank sez: 'It fixes a problem with servers that return 0 valuesKirk McKusick1998-09-291-7/+10
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-4/+4
* Made unloading of the nfs LKM sort of work. This is mainly to testBruce Evans1998-09-071-2/+2
* Ignore the statically configured vfs type numbers and assign vfsBruce Evans1998-09-051-2/+4
* Don't configure compatibility code for pre-Lite2 mount() calls byBruce Evans1998-08-121-4/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Fix post-test pre-commit cleanup typo.Peter Wemm1998-06-011-2/+2
* Preset the maximum file size before we get to nfs_fsinfo(), based onPeter Wemm1998-06-011-8/+14
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-311-21/+21
* Support 'mount -u' remounts. This may require disconnecting and rebindingPeter Wemm1998-05-311-102/+158
* Don't blindly accept the server's preferences if they are too small.Peter Wemm1998-05-311-3/+3
* Don't try and free mrep twice on some error conditions.Peter Wemm1998-05-311-5/+6
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimPeter Wemm1998-05-311-1/+2
* When using NFSv3, use the remote server's idea of the maximum file sizePeter Wemm1998-05-301-1/+14
* Convert a couple of large allocations to use zones rather than mallocPeter Wemm1998-05-241-6/+8
* s/flags/flag/Peter Wemm1998-05-201-2/+2
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanPeter Wemm1998-05-201-1/+5
* Don't change argp->flags after it's been copied.Peter Wemm1998-05-201-2/+2
* Allow control of the attribute cache timeouts at mount time.Peter Wemm1998-05-191-53/+74
* As described by the submitter:Mike Smith1998-05-061-2/+1
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-3/+3
* Update workaround for limitations in the arp code.Tor Egge1998-03-141-3/+3
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+2
* Staticize.Eivind Eklund1998-02-091-3/+4
* Fix an omission of a line from the previous commit to this file. TheJohn Dyson1998-02-051-2/+3
* Reviewed by: various.Julian Elischer1997-11-121-1/+2
* Removed unused #includes.Bruce Evans1997-10-281-6/+1
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.Bruce Evans1997-10-281-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+11
* unifdef -U__NetBSD__ -D__FreeBSD__Poul-Henning Kamp1997-09-101-9/+1
* Removed more vestiges of config-time swap configuration.Bruce Evans1997-09-071-3/+1
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-16/+15
* Fix a condition where nfs_statfs() can precipitate a panic. There isBill Paul1997-06-271-2/+5
* Various fixes from NetBSD:Doug Rabson1997-06-031-1/+8