aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-14/+7
* Deal with the possibility of negative available space from the file serverPeter Wemm2003-05-191-3/+6
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit clientPeter Wemm2003-04-241-11/+23
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Provide a sysctl to allow defaulting of the connectionless (-c) featureMatthew Dillon2003-01-221-0/+15
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* do not try to free a mountpoint that we did not allocate.Matthew Dillon2002-12-211-4/+9
* Don't examine an un-initialized variable.Poul-Henning Kamp2002-10-201-4/+0
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Remove an errant debugging printf that got left in during my lastRobert Watson2002-09-271-1/+0
* Apparently pxeboot passes in a mygateway of non-zero sin lengthRobert Watson2002-09-261-1/+6
* - Lock access to the buf lists.Jeff Roberson2002-09-251-2/+2
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cJake Burkholder2002-09-221-5/+8
* Now that we have a cached mount credential in struct mount, use it isteadPoul-Henning Kamp2002-09-081-3/+0
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-8/+5
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-2/+3
* Convert old style (type foo *)0 casts to NULLsMatthew Dillon2002-07-111-4/+4
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* We don't need the arp kludge any more.Poul-Henning Kamp2002-04-281-7/+0
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-5/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-6/+6
* Permit NFS filesystems to be forcibly unmounted when the server isIan Dowse2002-01-021-0/+6
* o Remove an errant ';' introduced in the last revision.Alan Cox2002-01-011-2/+1
* o Remove premature use of nmp->nm_cred, it hasn't been initialized yet.Robert Watson2002-01-011-1/+1
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.Robert Watson2001-12-311-3/+2
* o Remove premature leakage of use of td_ucred from base source tree:Robert Watson2001-12-311-3/+3
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-5/+12
* Avoid passing the variable `tl' to functions that just use it forIan Dowse2001-12-181-2/+1
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderAlfred Perlstein2001-11-121-3/+3
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-271-2/+2
* Add the magic marker so that loader and kldload(2) can find this inPeter Wemm2001-09-201-0/+4
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-172/+94
* KSE Milestone 2Julian Elischer2001-09-121-34/+34
* Check the filehandle size when mounting.Peter Wemm2001-07-301-0/+2
* - Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-281-5/+16
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-28/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+7
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* o Rather than arbitrarily construct a credential in the nfs_statfs()Robert Watson2001-04-051-6/+2
* Reviewed by: jlemonAdrian Chadd2001-03-011-6/+2
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-1/+1
* 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