index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nfsclient
/
nfs_nfsiod.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the sysctl naming for the old and new NFS clients
rmacklem
2011-05-15
1
-6
/
+6
*
Do not synchronously start the nfsiod threads at all. The r212506
kib
2010-10-18
1
-58
/
+37
*
Do not fork nfsiod directly from the vop methods. This causes LORs between
kib
2010-09-12
1
-2
/
+39
*
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
rmacklem
2010-07-24
1
-1
/
+1
*
Fix a race that can occur when nfs nfsiod threads are being created.
rmacklem
2010-01-27
1
-7
/
+13
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
1
-1
/
+0
*
Remove the unmaintained University of Michigan NFSv4 client from 8.x
rwatson
2009-05-22
1
-2
/
+0
*
Document a few sysctls in the NFS client and server code.
trhodes
2008-11-02
1
-4
/
+8
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-3
/
+3
*
Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idle
mohans
2007-09-25
1
-3
/
+13
*
Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mounts
mohans
2006-05-24
1
-0
/
+8
*
Adjust minimum iod threads from 4 to 0 -- since we compile the NFS
rwatson
2006-05-24
1
-1
/
+1
*
Changes to make the NFS client MP safe.
mohans
2006-05-19
1
-8
/
+21
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Drop Giant before calling kthread_exit().
jhb
2005-02-07
1
-0
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
First cut of NFS direct IO support.
ps
2004-12-15
1
-4
/
+10
*
For reasons unknown, the nfs locking code used a fifo to send requests to
phk
2004-12-06
1
-13
/
+0
*
Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().
phk
2004-09-07
1
-2
/
+2
*
Clean up properly when unloading NFS client module.
peadar
2004-04-11
1
-2
/
+4
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
University of Michigan's Citi NFSv4 kernel client code.
alfred
2003-11-14
1
-0
/
+3
*
Change idle sleep indentifier to "-" for nfsiod
phk
2003-07-02
1
-1
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
1
-1
/
+1
*
Convert old style (type foo *)0 casts to NULLs
dillon
2002-07-11
1
-2
/
+2
*
Revise the nfsiod auto tuning code. Now both the upper and lower limits
peter
2002-01-15
1
-9
/
+72
*
Implement vfs.nfs.iodmin (minimum number of nfsiod's) and
peter
2002-01-14
1
-37
/
+66
*
o Modify nfslockdans() to accept a thread reference instead of a proc
rwatson
2001-11-14
1
-1
/
+1
*
Cleanup and split of nfs client and server code.
peter
2001-09-18
1
-1057
/
+40
*
KSE Milestone 2
julian
2001-09-12
1
-32
/
+33
*
Pushdown Giant for nfs syscalls (nfssvc())
dillon
2001-08-31
1
-12
/
+23
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Implement client side NFS locks.
alfred
2001-04-17
1
-0
/
+9
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-1
/
+7
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-2
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-8
/
+5
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
1
-2
/
+5
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-12
/
+0
*
Enhance reassignbuf(). When a buffer cannot be time-optimally inserted
dillon
2000-01-05
1
-1
/
+1
*
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
green
1999-12-19
1
-2
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+2
*
Remove special case socket sharing code in order to allow nfsd to
dillon
1999-11-11
1
-12
/
+12
*
Fix nfssvc_addsock() to not attempt to free a NULL socket structure
dillon
1999-11-08
1
-3
/
+6
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-41
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
[next]