summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Locking for the per-process resource limits structure.jhb2004-02-041-6/+9
* 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-226-28/+36
* Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNELalfred2003-11-151-14/+14
* unbreak LINT.alfred2003-11-151-7/+7
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-1416-15/+148
* 1. Consolidate mount struct allocation/destruction into a common code inkan2003-11-121-23/+3
* Stop using shared locks for nfs vop locks.alfred2003-11-111-3/+0
* Assert GIANT_REQUIRED where sockets are manipulated. This issam2003-11-074-0/+16
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-052-10/+11
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-8/+6
* DuH!phk2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_STRATEGY().phk2003-10-182-8/+1
* We do not get B_PHYS buffers here anymore. /dev/drum is long gone.phk2003-10-181-24/+2
* Since the addition of the VI_DOINGINACT flag some time ago,iedowse2003-10-051-15/+1
* - Remove an incorrect XXX comment. This code does respect the XLOCK sincejeff2003-10-051-1/+0
* - Check the XLOCK before we inspect the vnode.jeff2003-10-051-0/+4
* - We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.jeff2003-10-051-2/+0
* - Consistently set sopt_dir.jeff2003-10-043-0/+4
* - Acquire the vnode interlock prior to dropping the mntvnode_mtx.jeff2003-10-041-1/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to ajeff2003-10-041-5/+6
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-191-4/+3
* Name the vnode method vectors consistently with the rest of the filesystems.phk2003-09-124-21/+21
* Remove now unused BOOTP tags related to NFS swap device.phk2003-09-051-3/+0
* KNF: parentheses around return values.dds2003-09-041-4/+4
* Fix errno return values to better represent failure reasons fordds2003-09-021-4/+9
* Remove the magic way of configuring NFS backed swap.phk2003-08-154-243/+1
* 0) preallocate per-interface context structures without the ifnet lock heldbillf2003-08-071-25/+38
* Fix a problem that occurs when truncating files on NFSv3 mounts: we needtjr2003-07-291-1/+7
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* Change idle sleep indentifier to "-" for nfsiodphk2003-07-021-1/+1
* Lock the vm object when freeing a page.alc2003-06-171-1/+9
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+7
* When removing a sillyrename file, make sure that the directory vnodeiedowse2003-06-121-0/+6
* Use __FBSDID().obrien2003-06-111-1/+3
* Add the comment I meant to add about not passing in PCATCH to therwatson2003-06-111-0/+8
* On a socket creation error, don't close the socket.hsu2003-06-091-1/+2
* Remove unsed variables.phk2003-05-311-7/+2
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-311-6/+0
* rpc.lockd stability workaround: remove PCATCH from the tsleep() inrwatson2003-05-301-1/+1
* Deal with the possibility of negative available space from the file serverpeter2003-05-191-3/+6
* This change grabs the vnode lock for NFS client vnodes when callingrwatson2003-05-152-1/+7
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+3
* Instead of recording the Unix time in a process when it starts, record thedes2003-05-011-0/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-4/+2
* VOP_FSYNC() expects to be called with the vnode locked, so lock fvp intruckman2003-04-241-1/+9
* Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit clientpeter2003-04-241-11/+23
* Release the vnode interlock in nfs_flush() before calling nfs_sigintr(),truckman2003-04-231-1/+2
OpenPOWER on IntegriCloud