summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert change 1.201 (removing mapping of VAPPEND to VWRITE).thomas2003-03-311-32/+2
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-1/+1
* Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking whenrwatson2003-03-261-3/+13
* req can not be NULL or we'd die.alfred2003-03-261-6/+3
* Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in thetjr2003-03-211-0/+7
* - Add a forgotten BUF_LOCK()jeff2003-03-141-0/+1
* - Lock the buf before inspecting its contents.jeff2003-03-131-6/+4
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-3/+3
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-2/+2
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-023-13/+13
* - The interlock was not being droped in nfs_flush() if the first part ofjeff2003-02-261-2/+5
* - Properly handle the vnode interlock in nfs_fsync.jeff2003-02-251-1/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-9/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-198-33/+33
* Get rid of a silly message I added back in Sept 2001 (1.68).peter2003-02-181-4/+1
* Lock proc while accessing p_siglist, p_sigmask and p_sigignoretjr2003-02-151-1/+5
* 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-218-33/+33
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-6/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-1/+1
* SMP locking for radix nodes.hsu2002-12-241-0/+2
* Avoid holding the vnode interlock around malloc() or free() to prevent aalc2002-12-231-2/+8
* SMP locking for ifnet list.hsu2002-12-222-1/+9
* do not try to free a mountpoint that we did not allocate.dillon2002-12-211-4/+9
OpenPOWER on IntegriCloud