summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-1/+1
* Don't scan for the "right" network interface by shooting in the dark.msmith2000-09-051-0/+3
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-12/+24
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+1
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Call bootpc_init before we try to mount an NFS root, if we're configuredmsmith1999-11-011-0/+6
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-89/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-051-5/+5
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSpeter1999-04-101-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-2/+1
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-8/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+2
* Frank sez: 'It fixes a problem with servers that return 0 valuesmckusick1998-09-291-7/+10
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-4/+4
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-071-2/+2
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-051-2/+4
* Don't configure compatibility code for pre-Lite2 mount() calls bybde1998-08-121-4/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Fix post-test pre-commit cleanup typo.peter1998-06-011-2/+2
* Preset the maximum file size before we get to nfs_fsinfo(), based onpeter1998-06-011-8/+14
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-21/+21
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-311-102/+158
* Don't blindly accept the server's preferences if they are too small.peter1998-05-311-3/+3
* Don't try and free mrep twice on some error conditions.peter1998-05-311-5/+6
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-1/+2
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-301-1/+14
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-241-6/+8
* s/flags/flag/peter1998-05-201-2/+2
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanpeter1998-05-201-1/+5
* Don't change argp->flags after it's been copied.peter1998-05-201-2/+2
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-53/+74
* As described by the submitter:msmith1998-05-061-2/+1
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Update workaround for limitations in the arp code.tegge1998-03-141-3/+3
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Staticize.eivind1998-02-091-3/+4
* Fix an omission of a line from the previous commit to this file. Thedyson1998-02-051-2/+3
* Reviewed by: various.julian1997-11-121-1/+2
* Removed unused #includes.bde1997-10-281-6/+1
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-281-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+11
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-9/+1
* Removed more vestiges of config-time swap configuration.bde1997-09-071-3/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-16/+15
* Fix a condition where nfs_statfs() can precipitate a panic. There iswpaul1997-06-271-2/+5
OpenPOWER on IntegriCloud