index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
nfs
Age
Commit message (
Expand
)
Author
2006-09-02
nfs_fhtovp: try to detect stale or invalid handles by issuing VOP_GETATTR.
yamt
2006-09-02
nfsdreq_free: remove an assertion which is not true.
yamt
2006-09-02
implement vptofh and fhtovp for nfs.
yamt
2006-09-02
nfsd: deal with variable-sized filehandles.
yamt
2006-09-02
#ifdef out nqsrv_getlease and friends unless defined(NFSSERVER).
yamt
2006-09-02
fix default type decls
christos
2006-08-24
Don't free what we did not allocate.
christos
2006-08-23
Change iostat_alloc() to take the parent pointer and the name directly, so
christos
2006-08-08
nfsm_srvfhtom: ensure that padding bytes in nfsv2 file handles are zero.
yamt
2006-07-31
Make filehandles opaque to userland
martin
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-20
When there are too many empty entries in a row, and we need to try to
christos
2006-07-15
nfs_getreq: fix a kauth fallout.
yamt
2006-07-13
Fix alignement problems for fhandle_t, exposed by gcc4.1.
martin
2006-07-01
some comments taken from Jed Davis's patch.
yamt
2006-07-01
if a file is sillyrename'ed because it's a destination of rename,
yamt
2006-06-30
wrap long lines and fix indents after kauth merge.
yamt
2006-06-30
fix handling of NFSERR_NOTSUPP and NFSERR_BAD_COOKIE,
yamt
2006-06-30
nfs_request: don't bother to handle NFSERR_STALEWRITEVERF
yamt
2006-06-17
- introduce vfs_composefh() and use it where appropriate.
yamt
2006-06-09
stack police: don't allocate statvfs on the stack.
christos
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-28
Clean up bogus whitespace
blymn
2006-05-28
nfs_request: use kauth_cred_free rather than kauth_cred_destroy.
yamt
2006-05-20
mountnfs: reject wrongly-sized filehandle for nfsv2.
yamt
2006-05-20
nqsrv_getlease: call nfs_init() to fix NFSSERVER && !NFS case.
yamt
2006-05-19
- fix compilation problem for !NFSSERVER && NFS.
yamt
2006-05-18
- fix some leaks in nfsd, introduced by kauth changes.
yamt
2006-05-18
- nfs_export_unmount: don't forget to free exports.
yamt
2006-05-14
integrate kauth.
elad
2006-05-14
XXX: GCC uninitialized
christos
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-04-20
Prefix iostat structure elements with io_
blymn
2006-04-15
m_freem takes one arg.
christos
2006-04-15
s/mfree/m_freem/
christos
2006-04-15
#if -> #ifdef
dogcow
2006-04-15
Coverity CID 735: Remove duplicate code.
christos
2006-04-15
Coverity CID 734: Define NFS_TEST_HEAVY for testing nfsds, and use this to
christos
2006-04-15
Coverity CID 736: Comment out dead code.
christos
2006-04-15
Coverity CID 1175: Remove dead code.
christos
2006-04-15
Coverity CID 744: Conditionally define out dead code (only if it is dead)
christos
2006-04-15
Coverity CID 1141: Add a KASSERT before deref.
christos
2006-04-15
Coverity CID 1142: Add a KASSERT before deref.
christos
2006-04-15
Coverity CID 1143: Prevent NULL deref.
christos
2006-04-15
Coverity CID 1144: Protect against NULL deref.
christos
2006-04-15
Coverity CID 1162: Prevent NULL deref.
christos
2006-04-15
Coverity CID 1165: Cannot have nfsiod without an lwp, so remove the superfluous
christos
2006-04-15
Coverity CID 2445: Only set from_p if we succeed so that we free it on error.
christos
2006-04-15
Don't leak mbufs on error.
christos
2006-04-15
From my posting of April 3 to tech-kern:
christos
[next]