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
...
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
1
-9
/
+3
*
In the VOP_PUTPAGES() implementations, change the default error from
kib
2011-06-01
1
-6
/
+2
*
Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()
rmacklem
2011-05-29
1
-1
/
+11
*
Eliminate duplicate #include's.
alc
2011-05-22
1
-1
/
+0
*
Add a sanity check for the existence of an "addr" option
rmacklem
2011-05-18
1
-0
/
+4
*
Fix a comment that got missed by r221973 which changed
rmacklem
2011-05-16
1
-1
/
+1
*
Change the sysctl naming for the old and new NFS clients
rmacklem
2011-05-15
5
-31
/
+31
*
Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so
rmacklem
2011-05-06
4
-123
/
+3
*
Fix the module dependency in nfs_kdtrace.c for the old NFS
rmacklem
2011-05-06
1
-1
/
+1
*
Implemented a mount option "nocto" that disables cache coherency
ru
2011-05-04
3
-2
/
+6
*
Fix module names and dependencies so the NFS clients will
rmacklem
2011-04-27
1
-5
/
+5
*
This patch changes head so that the default NFS client is now the new
rmacklem
2011-04-27
1
-1
/
+1
*
Fix a kernel linking problem introduced by r221032, r221040
rmacklem
2011-04-26
1
-0
/
+12
*
Fix the experimental NFS client so that it does not bogusly
rmacklem
2011-04-25
6
-2908
/
+1
*
Modify the experimental NFS client so that it uses the same
rmacklem
2011-04-25
1
-1
/
+5
*
- Fixed nfs_printf() to use vprintf().
ru
2011-04-13
1
-2
/
+5
*
Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/
netchild
2011-02-25
1
-0
/
+2
*
Mfp4 CH=177274,177280,177284-177285,177297,177324-177325
bz
2011-02-16
4
-14
/
+8
*
Fix the nlm so that it no longer depends on the regular
rmacklem
2011-01-03
2
-2
/
+10
*
Remove prtactive variable and related printf()s in the vop_inactive
kib
2010-11-19
1
-5
/
+0
*
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
[prev]
[next]