summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
2006-09-02nfs_fhtovp: try to detect stale or invalid handles by issuing VOP_GETATTR.yamt
2006-09-02nfsdreq_free: remove an assertion which is not true.yamt
2006-09-02implement vptofh and fhtovp for nfs.yamt
2006-09-02nfsd: deal with variable-sized filehandles.yamt
2006-09-02#ifdef out nqsrv_getlease and friends unless defined(NFSSERVER).yamt
2006-09-02fix default type declschristos
2006-08-24Don't free what we did not allocate.christos
2006-08-23Change iostat_alloc() to take the parent pointer and the name directly, sochristos
2006-08-08nfsm_srvfhtom: ensure that padding bytes in nfsv2 file handles are zero.yamt
2006-07-31Make filehandles opaque to userlandmartin
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-20When there are too many empty entries in a row, and we need to try tochristos
2006-07-15nfs_getreq: fix a kauth fallout.yamt
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-07-01some comments taken from Jed Davis's patch.yamt
2006-07-01if a file is sillyrename'ed because it's a destination of rename,yamt
2006-06-30wrap long lines and fix indents after kauth merge.yamt
2006-06-30fix handling of NFSERR_NOTSUPP and NFSERR_BAD_COOKIE,yamt
2006-06-30nfs_request: don't bother to handle NFSERR_STALEWRITEVERFyamt
2006-06-17- introduce vfs_composefh() and use it where appropriate.yamt
2006-06-09stack police: don't allocate statvfs on the stack.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-28Clean up bogus whitespaceblymn
2006-05-28nfs_request: use kauth_cred_free rather than kauth_cred_destroy.yamt
2006-05-20mountnfs: reject wrongly-sized filehandle for nfsv2.yamt
2006-05-20nqsrv_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-14integrate kauth.elad
2006-05-14XXX: GCC uninitializedchristos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-20Prefix iostat structure elements with io_blymn
2006-04-15m_freem takes one arg.christos
2006-04-15s/mfree/m_freem/christos
2006-04-15#if -> #ifdefdogcow
2006-04-15Coverity CID 735: Remove duplicate code.christos
2006-04-15Coverity CID 734: Define NFS_TEST_HEAVY for testing nfsds, and use this tochristos
2006-04-15Coverity CID 736: Comment out dead code.christos
2006-04-15Coverity CID 1175: Remove dead code.christos
2006-04-15Coverity CID 744: Conditionally define out dead code (only if it is dead)christos
2006-04-15Coverity CID 1141: Add a KASSERT before deref.christos
2006-04-15Coverity CID 1142: Add a KASSERT before deref.christos
2006-04-15Coverity CID 1143: Prevent NULL deref.christos
2006-04-15Coverity CID 1144: Protect against NULL deref.christos
2006-04-15Coverity CID 1162: Prevent NULL deref.christos
2006-04-15Coverity CID 1165: Cannot have nfsiod without an lwp, so remove the superfluouschristos
2006-04-15Coverity CID 2445: Only set from_p if we succeed so that we free it on error.christos
2006-04-15Don't leak mbufs on error.christos
2006-04-15From my posting of April 3 to tech-kern:christos