summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 1. Consolidate mount struct allocation/destruction into a common code inkan2003-11-121-23/+3
* Assert GIANT_REQUIRED where sockets are manipulated. This issam2003-11-071-0/+2
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-6/+7
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
* - Remove an incorrect XXX comment. This code does respect the XLOCK sincejeff2003-10-051-1/+0
* - Acquire the vnode interlock prior to dropping the mntvnode_mtx.jeff2003-10-041-1/+2
* Remove the magic way of configuring NFS backed swap.phk2003-08-151-63/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+7
* Deal with the possibility of negative available space from the file serverpeter2003-05-191-3/+6
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit clientpeter2003-04-241-11/+23
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Provide a sysctl to allow defaulting of the connectionless (-c) featuredillon2003-01-221-0/+15
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* do not try to free a mountpoint that we did not allocate.dillon2002-12-211-4/+9
* Don't examine an un-initialized variable.phk2002-10-201-4/+0
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Remove an errant debugging printf that got left in during my lastrwatson2002-09-271-1/+0
* Apparently pxeboot passes in a mygateway of non-zero sin lengthrwatson2002-09-261-1/+6
* - Lock access to the buf lists.jeff2002-09-251-2/+2
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-5/+8
* Now that we have a cached mount credential in struct mount, use it isteadphk2002-09-081-3/+0
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-8/+5
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+3
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-4/+4
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* We don't need the arp kludge any more.phk2002-04-281-7/+0
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-5/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+6
* 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
OpenPOWER on IntegriCloud