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
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r317345
rmacklem
2017-05-08
1
-0
/
+2
*
MFC: r317276
rmacklem
2017-05-07
1
-1
/
+3
*
MFC: r317275, r317344
rmacklem
2017-05-07
1
-1
/
+2
*
MFC: r317269
rmacklem
2017-05-07
1
-2
/
+2
*
MFC: r316829
rmacklem
2017-04-29
1
-1
/
+1
*
MFC: r316792
rmacklem
2017-04-27
2
-2
/
+4
*
MFC: r316692
rmacklem
2017-04-25
1
-0
/
+8
*
MFC: r316666
rmacklem
2017-04-25
1
-1
/
+1
*
MFC: r310491
rmacklem
2017-04-24
5
-85
/
+193
*
MFC r311452:
kib
2017-01-12
1
-19
/
+23
*
MFC r308708: Reduce verbosity of warnings about truncating NFS fileids to
cperciva
2016-12-19
1
-4
/
+22
*
MFC: r309171
rmacklem
2016-12-10
1
-15
/
+0
*
MFC: r304026
rmacklem
2016-10-03
4
-81
/
+245
*
MFC r303382:
kib
2016-08-26
1
-1
/
+1
*
Add nid_namelen bounds check to nfssvc system call
emaste
2016-05-06
1
-0
/
+4
*
NFS: spelling fixes on comments.
pfg
2016-04-29
3
-3
/
+3
*
Fix a LOR in the NFSv4.1 server.
rmacklem
2016-04-23
1
-1
/
+1
*
kernel: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
1
-2
/
+2
*
Bruce Evans reported that there was a performance regression between
rmacklem
2016-04-11
1
-3
/
+5
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
3
-8
/
+8
*
Make nfscl_getmyip() use new routing KPI.
melifaro
2016-01-15
1
-1
/
+1
*
Fix the memory leak that occurs when the nfscommon.ko module is unloaded.
rmacklem
2015-12-02
3
-0
/
+52
*
Delete the TUNABLE_INT() line. It was in r291527 so that it could be
rmacklem
2015-11-30
1
-1
/
+0
*
Add kernel support to the NFS server for the "-manage-gids"
rmacklem
2015-11-30
5
-212
/
+529
*
For performance reasons, it is useful to have a single string used as
mckusick
2015-11-29
1
-0
/
+7
*
When the nfsd threads are terminated, the NFSv4 server state
rmacklem
2015-11-21
1
-0
/
+1
*
Fix an NFS server bug that manifested in "ls -al" displaying a plus
trasz
2015-08-28
1
-0
/
+2
*
Make the size of the hash tables used by the NFSv4 server tunable.
rmacklem
2015-05-27
3
-9
/
+9
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-1
/
+1
*
MAXBSIZE defines both the largest UFS block size and the
rmacklem
2015-04-25
1
-1
/
+1
*
Replace "new NFS" with just "NFS" in some sysctl description strings.
trasz
2015-04-19
1
-6
/
+6
*
mav@ has found that NFS servers exporting ZFS file systems
rmacklem
2015-04-16
3
-6
/
+17
*
Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macro
rwatson
2015-01-07
1
-3
/
+0
*
Fix kernel builds with "options NFS_DEBUG" that
rmacklem
2014-12-23
1
-18
/
+0
*
Remove the old NFS client and server from head,
rmacklem
2014-12-23
1
-3
/
+3
*
Adjust the test of a KASSERT to better match the intent.
benno
2014-12-19
1
-1
/
+2
*
Fix failures and warnings reported by newpynfs20090424 test tool.
araujo
2014-10-03
3
-14
/
+25
*
Garbage collect NFSMINOFF() from the NFS stack; this unused macro replicates
rwatson
2014-09-05
1
-7
/
+0
*
Do not generate 1000 unique lock names for nfsrc hash chain locks.
kib
2014-07-31
1
-1
/
+0
*
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
rmacklem
2014-07-01
10
-81
/
+427
*
The new draft specification for NFSv4.0 specifies that a server
rmacklem
2014-05-03
1
-6
/
+17
*
Modify the Lookup RPC for NFSv4 so that it acquires directory
rmacklem
2014-04-18
1
-2
/
+2
*
Fix lock leak in purely hypothetical case of TCP connection without SVC_ACK
mav
2014-01-14
1
-1
/
+1
*
Rework NFS Duplicate Request Cache cleanup logic.
mav
2014-01-03
2
-8
/
+13
*
The NFSv4 server would call VOP_SETATTR() with a shared locked vnode
rmacklem
2013-12-25
1
-1
/
+1
*
The NFSv4 client was passing both the p and cred arguments to
rmacklem
2013-12-24
1
-1
/
+6
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
Fix an NFSv4.1 client specific case where a forced dismount would hang.
rmacklem
2013-11-09
2
-5
/
+18
*
During code inspection, I spotted that there was a code path where
rmacklem
2013-11-03
1
-10
/
+11
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
[next]