summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Ugh. Previous commit got the logic exactly backward.des2005-05-171-2/+2
* Revision 1.173 broke updating a mount from ro to rw. Fix that by clearingdes2005-05-171-1/+11
* Don't copy the NFSMNT_* flags into struct statfs's f_flags field,iedowse2005-05-021-1/+0
* When NFS was converted to the new mount syscall, code was written that setsdes2005-04-271-3/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+1
* Mostly back out rev 1.33 from quite some time ago, and the followup fixespeter2005-01-181-25/+11
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* First cut of NFS direct IO support.ps2004-12-151-0/+1
* Don't clobber mnt_stat.f_mntonnamephk2004-12-071-13/+8
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-21/+51
* Rewrite of the NFS client's reply handling. We now have NFS socketps2004-12-061-0/+9
* Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(),rwatson2004-12-051-1/+6
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-5/+0
* Fix for a (blocks) underrun bug where negative values were beingps2004-12-011-3/+4
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-091-1/+1
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-1/+2
* Add a missing newline character.pjd2004-10-141-1/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+3
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-2/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+2
* Change the following environment variables to kernel options:brian2004-07-081-11/+5
* Change the following kernel options to environment variables:brian2004-07-081-5/+11
* use vfs_suser() to restrict access to the nfs mount's timeout.alfred2004-07-061-0/+3
* NFS mobility Phase VI:alfred2004-07-061-1/+50
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-061-0/+26
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-11/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-1/+1
* If mountnfs returns an error, it will have already freed nam; no need tocperciva2004-02-221-1/+0
* Bump the NFCv3/TCP defaults for rsize and wsize from 8K to 32K to matchobrien2004-01-311-5/+21
* Use function pointers to remove the depenancy cross dependancy on nfs4alfred2003-11-221-0/+10
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+2
* 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
OpenPOWER on IntegriCloud