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
*
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
*
Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the
rwatson
2009-06-25
1
-0
/
+4
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
Fix some of the style errors in *getpages().
alc
2009-06-18
1
-18
/
+13
*
For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to prevent
kib
2009-06-17
1
-10
/
+39
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
2
-2
/
+3
*
Add a test for VI_DOOMED just after nfs_upgrade_vnlock() in
rmacklem
2009-06-10
1
-8
/
+15
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
2
-2
/
+0
*
Rework socket upcalls to close some races with setup/teardown of upcalls.
jhb
2009-06-01
1
-16
/
+19
*
Convert the two dimensional array to be malloced and introduce
bz
2009-06-01
1
-3
/
+7
*
nfs_write() can use the recently introduced vfs_bio_set_valid() instead of
alc
2009-05-31
1
-1
/
+1
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
2
-14
/
+10
*
Make *getpages()s' assertion on the state of each page's dirty bits
alc
2009-05-28
1
-1
/
+1
*
Make sure we feed 32bit align memory to nfsm_dissect otherwise we will fault
dfr
2009-05-24
1
-1
/
+73
[next]