summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
2014-02-27The current implementation of vn_lock() is racy. Modification ofhannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2013-12-14only prevent autounload, not regular unload when we have exportschristos
2013-12-14don't allow the nfs server module to unload if it has exported filesystems.christos
2013-11-27CID 271162: NULL deref checkchristos
2013-11-23convert from CIRCLEQ to TAILQchristos
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-11-15add one more __unused attribute to shut gcc4.8 off.nisimura
2013-10-25Mark a potentially unused variablemartin
2013-10-25Mark a diagnostic-only variablemartin
2013-09-18knf (blank line even if there are no local declarations)pgoyette
2013-09-18Use reference counting to keep track of construction and destruction of thechristos
2013-09-15Remove __CT_LOCAL_.. hackmartin
2013-09-14Backout wildcard pragma to kill warnings and instead sprinkle a few dozenmartin
2013-09-14Remove unused variablemartin
2013-09-14Silence gcc 4.8.1 warningsmartin
2013-09-14Avoid unused variable warningsmartin
2013-09-14Guard a function local CTASSERT with pro/epiloguemartin
2013-09-12tyop in comment, from Eivind Evensen via OpenBSDdrochner
2013-08-30Use __CTASSERT instead of handrolled version.dholland
2013-08-30more typos in commentsdholland
2013-08-30typo in commentdholland
2013-08-12Function nfs_vinvalbuf() ignores errors from vinvalbuf() and thereforehannken
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2013-03-01Retire OSI network stack. OK core@joerg
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-11-07fix crash in nfs client lookups, dholland says 'my fault'macallan
2012-11-05Rename the new ni_startdir (the slot used to hold the starting pointdholland
2012-11-05Excise struct componentname from the namecache.dholland
2012-11-05Disentangle the namecache from the internals of namei.dholland
2012-10-13Replace hack implementation of NDAT() for "nameiat" with a proper one.dholland
2012-08-29When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescplchristos
2012-08-27fix error handling in nfsrv_rename(): when the first nfs_namei() fails,chs
2012-07-22Move some the test for MAKEENTRY into the cache_enter(9). Make somermind
2012-04-27fix access permission check which got broken by some kauth reworkdrochner
2012-02-01When using socket loaning, make sure the KVA used for the loan has the samematt
2011-11-28Remove arc4random() and arc4randbytes() from the kernel API. Replacetls
2011-11-21nfsrv_lookup(): Defer the postopattr lookup on dirp until thehannken
2011-11-19First step of random number subsystem rework described intls
2011-10-30VOP_GETATTR() needs a shared lock at least.hannken
2011-10-24VOP_GETATTR() needs a shared lock at least.hannken
2011-10-07As vnalloc() always allocates with PR_WAITOK there is no longer the needhannken
2011-09-27use NFS_MAXNAMLEN for all names.christos
2011-09-27use NFS_MAXPATHLEN instead of MAXPATHLENchristos
2011-08-08nfs_namei() should not return a non-null path buffer except on success,dholland
2011-06-19- Fix a silly bug: remove umap from uobj in ubc_release() UBC_UNMAP case.rmind
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind