summaryrefslogtreecommitdiff
path: root/sys/nfsserver
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2021-03-17nfs: Cleanup dead filesPeter Jeremy
2020-11-18nfs: Mark unused statistics variable as reservedAlan Somers
2020-09-01nfs: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-01-07Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macroRobert Watson
2014-12-23Remove the old NFS client and server from head,Rick Macklem
2014-12-18The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov
2014-07-01Change NFS readdir() to only ignore cookies preceding the given offset forBryan Drewery
2014-04-24The PR reported that the old NFS server did not set uio_td == NULLRick Macklem
2014-03-16Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson
2013-12-23Fix RPC server threads file handle affinity to work better with ZFS.Alexander Motin
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-05-31 - Convert the bufobj lock to rwlock.Jeff Roberson
2013-04-17Move the NFS FHA (File Handle Affinity) code from sys/nfsserver toKenneth D. Merry
2013-04-17Revamp the old NFS server's File Handle Affinity (FHA) code so thatKenneth D. Merry
2013-03-09Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao
2013-03-02Merge Capsicum overhaul:Pawel Jakub Dawidek
2013-01-18Use vfs_timestamp() to set file timestamps rather than invokingJohn Baldwin
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-10-22Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2012-09-28Fix the mis-handling of the VV_TEXT on the nullfs vnodes.Konstantin Belousov
2011-12-15Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0,Xin LI
2011-12-01Enhance the sequential access heuristic used to perform readahead in theJohn Baldwin
2011-09-03Fix the NFS servers so that they can do a Lookup of "..",Rick Macklem
2011-08-11Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson
2011-06-19Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem
2011-05-22Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem
2011-02-25Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger
2011-02-05Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() areAlan Cox
2010-12-28ZFS might not return monotonically increasing directory offset cookies,Pawel Jakub Dawidek
2010-12-21Use newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() to keep mount pointPawel Jakub Dawidek
2010-12-21- Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -Pawel Jakub Dawidek
2010-12-21On error, unbusy file system and jump to the end, so we won't try to unlockPawel Jakub Dawidek
2010-12-21After r216626 no extra { } are needed with VFS_UNLOCK_GIANT().Pawel Jakub Dawidek
2010-12-19Reduce lock scope a little.Pawel Jakub Dawidek
2010-12-15VOP_ISLOCKED() should not be used to determine if the vnode is locked.Konstantin Belousov
2010-11-05Fix a bug in r214049. The nvp == vp case shall be handled speciallyKonstantin Belousov
2010-10-19When readdirplus() is handled on the exported filesystem that doesKonstantin Belousov
2010-08-26- When VFS_VGET() is not supported, switch to VOP_LOOKUP().Pawel Jakub Dawidek
2010-03-26Patch the regular NFS server so that it returns ESTALE to the clientRick Macklem
2010-02-16Factor out the code shared between NFS client and server into its ownMarius Strobl
2010-02-09- Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl
2010-01-09Some style(9) fixes in order to fabricate a commit to denote thatMarius Strobl