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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing "readahead" to the nfs_opts list.
jh
2010-10-27
1
-4
/
+4
*
Fix the type of the 3rd argument for nm_getinfo so that it works
rmacklem
2010-10-19
1
-3
/
+3
*
Modify the NFS clients and the NLM so that the NLM can be used
rmacklem
2010-10-19
5
-12
/
+43
*
Do not synchronously start the nfsiod threads at all. The r212506
kib
2010-10-18
4
-80
/
+48
*
Do not fork nfsiod directly from the vop methods. This causes LORs between
kib
2010-09-12
3
-2
/
+48
*
Store the full timestamp when caching timestamps of files and
jhb
2010-09-07
2
-13
/
+15
*
Modify nfs_diskless.c to recognize the environment variable
rmacklem
2010-09-01
1
-45
/
+120
*
Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and
jhb
2010-08-20
1
-1
/
+1
*
Add some mutex locking on the nfsnode to the regular NFS client.
rmacklem
2010-08-04
2
-5
/
+10
*
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
rmacklem
2010-07-24
5
-490
/
+3
*
Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()
jhb
2010-07-15
2
-20
/
+0
*
A previous change moved the GETATTR RPC for open() calls that hit in the
jhb
2010-07-12
1
-9
/
+14
*
- Add missing locking around flushing of an NFS node's attribute cache
jhb
2010-07-12
1
-2
/
+4
*
In NFS clients, instead of inconsistently using #ifdef
kib
2010-06-13
3
-51
/
+21
*
Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE()
delphij
2010-05-27
1
-1
/
+1
*
More gracefully handle stale file handles and attributes when opening a
jhb
2010-05-27
1
-3
/
+20
*
Change the current working directory to be inside the jail created by
cperciva
2010-05-27
1
-0
/
+5
*
Push down the page queues lock into vm_page_activate().
alc
2010-05-07
1
-8
/
+9
*
Eliminate page queues locking around most calls to vm_page_free().
alc
2010-05-06
1
-4
/
+0
*
Acquire the page lock around all remaining calls to vm_page_free() on
alc
2010-05-05
1
-6
/
+12
*
Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().
trasz
2010-05-05
1
-13
/
+2
*
Lock the page around vm_page_activate() and vm_page_deactivate() calls
kib
2010-05-03
1
-2
/
+6
*
Simplify code a bit.
pjd
2010-02-18
1
-5
/
+1
*
Factor out the code shared between NFS client and server into its own
marius
2010-02-16
1
-0
/
+1
*
- Move nfs_realign() from the NFS client to the shared NFS code and
marius
2010-02-09
1
-66
/
+1
*
Some style(9) fixes
marius
2010-02-09
1
-52
/
+51
*
Fix a race that can occur when nfs nfsiod threads are being created.
rmacklem
2010-01-27
6
-15
/
+34
*
Fix a typo in a comment introduced by r202767.
rmacklem
2010-01-21
1
-1
/
+0
*
Add a timeout for the negative name cache entries in the NFS client.
rmacklem
2010-01-21
4
-8
/
+33
*
Reduce recursions on curvnet and thus spamming the console with warning
zec
2010-01-09
2
-9
/
+7
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Add missing include to make LINT-VIMAGE build as well.
bz
2009-12-27
1
-0
/
+1
*
Add a few more V_hacks to nfsclient to allow machines with a VIMAGE
bz
2009-12-13
4
-3
/
+28
*
Close a race with caching of -ve name lookups in the NFS client.
jhb
2009-10-16
1
-6
/
+32
*
Add a MODULE_DEPEND() on the NFS client from dtnfsclient so that dtnfsclient
rwatson
2009-10-12
1
-0
/
+1
*
Reverting the previous change for now. Some users reports the patch
qingli
2009-09-15
1
-0
/
+4
*
Simply remove the code instead of using "#if 0".
qingli
2009-09-15
1
-6
/
+0
*
The bootp code installs an interface address and the nfs client
qingli
2009-09-15
1
-0
/
+4
*
Add LK_NOWITNESS to the vn_lock() calls done on newly created nfs
rmacklem
2009-09-09
1
-1
/
+1
*
Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet
zec
2009-08-24
1
-0
/
+3
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-1
/
+1
*
In nfs_upgrade_vnlock(), assert that the vnode is locked. It is for all
kib
2009-08-14
1
-15
/
+12
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
3
-3
/
+0
*
Patch the regular nfs client in a manner analagous to
rmacklem
2009-07-17
1
-1
/
+2
*
Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns
kib
2009-07-14
3
-7
/
+9
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
3
-6
/
+0
*
In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point
kib
2009-07-02
1
-0
/
+2
*
Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.
dfr
2009-06-30
5
-26
/
+21
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
15
-2224
/
+16
*
Fix build with NFS_LEGACYRPC enabled after the socket upcall locking
jhb
2009-06-30
1
-3
/
+3
[next]