summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Permit NFS filesystems to be forcibly unmounted when the server isiedowse2002-01-021-0/+6
* o Remove an errant ';' introduced in the last revision.alc2002-01-011-2/+1
* o Remove premature use of nmp->nm_cred, it hasn't been initialized yet.rwatson2002-01-011-1/+1
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.rwatson2001-12-311-3/+2
* o Remove premature leakage of use of td_ucred from base source tree:rwatson2001-12-311-3/+3
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-5/+12
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-181-2/+1
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-121-3/+3
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-2/+2
* Add the magic marker so that loader and kldload(2) can find this inpeter2001-09-201-0/+4
* Cleanup and split of nfs client and server code.peter2001-09-181-172/+94
* KSE Milestone 2julian2001-09-121-34/+34
* Check the filehandle size when mounting.peter2001-07-301-0/+2
* - Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-5/+16
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-28/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+7
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* o Rather than arbitrarily construct a credential in the nfs_statfs()rwatson2001-04-051-6/+2
* Reviewed by: jlemonadrian2001-03-011-6/+2
* 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
OpenPOWER on IntegriCloud