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
/
nfs4client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-11
/
+11
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-3
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
6
-35
/
+34
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-23
/
+24
*
Move the NFS/RPC code away from lbolt.
ed
2008-07-22
2
-2
/
+4
*
Once the ENOLCK is detected we expect to retry the acquisition.
attilio
2008-05-27
1
-1
/
+3
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-1
/
+2
*
Move the head of byte-level advisory lock list from the
kib
2008-04-16
1
-11
/
+29
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+18
*
- Complete part of the unfinished bufobj work by consistently using
jeff
2008-03-22
2
-29
/
+24
*
- Handle buffer lock waiters count directly in the buffer cache instead
attilio
2008-03-01
1
-0
/
+1
*
Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is
attilio
2008-02-25
1
-2
/
+1
*
- Add real assertions to lockmgr locking primitives.
attilio
2008-02-13
1
-3
/
+2
*
Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into
attilio
2008-02-08
1
-1
/
+1
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-3
/
+3
*
- Introduce the function lockmgr_recursed() which returns true if the
attilio
2008-01-19
1
-4
/
+5
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-3
/
+3
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-2
/
+2
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-1
/
+1
*
- Move rusage from being per-process in struct pstats to per-thread in
jeff
2007-06-01
1
-1
/
+1
*
Rename some functions and variables from nfs_* to nfs4_* to avoid
bde
2007-01-25
1
-13
/
+13
*
Rename some functions and variables (mainly vfsops entry points) from
bde
2007-01-25
1
-37
/
+32
*
Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead
bde
2007-01-25
1
-18
/
+0
*
Cylinder group bitmaps and blocks containing inode for a snapshot
kib
2007-01-23
1
-0
/
+1
*
NFSv4 client:
rees
2006-11-28
2
-1
/
+10
*
Fixes up the handling of shared vnode lock lookups in the NFS client,
mohans
2006-09-13
2
-8
/
+8
*
Always supply curthread as argument to nfs_asyncio and nfs_doio
kib
2006-07-12
1
-8
/
+2
*
While reviewing NFS client for another PR, noticed this omission in the
cel
2006-05-24
1
-1
/
+1
*
NFS over TCP retransmit behavior should default to a 60 second time out,
cel
2006-05-23
1
-2
/
+8
*
Changes to make the NFS client MP safe.
mohans
2006-05-19
1
-0
/
+4
*
Add better sanity checking to the logic that handles ioctl processing
cel
2006-05-13
1
-4
/
+7
*
Use nfs4_disconnect for connections opened with nfs4_connect.
rees
2006-01-19
1
-2
/
+2
*
Add marker vnodes to ensure that all vnodes associated with the mount point are
tegge
2006-01-09
1
-2
/
+3
*
Obtain mount point lock before restarting sync loop if vget() failed.
tegge
2006-01-09
1
-0
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
- We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never
jeff
2005-04-25
1
-1
/
+1
*
- cache_lookup() relocks the parent in the DOTDOT case for us.
jeff
2005-04-14
1
-2
/
+0
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-3
/
+2
*
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
jeff
2005-03-29
1
-3
/
+2
*
- cache_lookup() now locks the new vnode for us to prevent some races.
jeff
2005-03-29
1
-39
/
+18
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-47
/
+10
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+1
*
Remove dead code.
das
2005-03-18
1
-2
/
+0
*
- It is no longer necessary to lock and unlock the vnode in nfs4_close()
jeff
2005-03-13
1
-2
/
+0
*
Follow v_id changes in NFSv[23]
phk
2005-02-22
1
-13
/
+9
*
Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments
phk
2005-01-24
1
-8
/
+5
*
This file fell out of the list when adding bufsync.
phk
2005-01-11
1
-0
/
+1
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
2
-8
/
+8
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
14
-16
/
+16
[next]