aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* nfs: Mark unused statistics variable as reservedAlan Somers2020-11-181-3/+3
* nfs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-204-0/+8
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macroRobert Watson2015-01-071-8/+0
* Remove the old NFS client and server from head,Rick Macklem2014-12-234-5995/+0
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-181-5/+5
* Change NFS readdir() to only ignore cookies preceding the given offset forBryan Drewery2014-07-011-10/+6
* The PR reported that the old NFS server did not set uio_td == NULLRick Macklem2014-04-241-0/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Fix RPC server threads file handle affinity to work better with ZFS.Alexander Motin2013-12-231-3/+27
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-1/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* - Convert the bufobj lock to rwlock.Jeff Roberson2013-05-311-1/+1
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver toKenneth D. Merry2013-04-174-670/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatKenneth D. Merry2013-04-175-182/+500
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-4/+5
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+2
* Use vfs_timestamp() to set file timestamps rather than invokingJohn Baldwin2013-01-181-2/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-054-10/+10
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-223-212/+30
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.Konstantin Belousov2012-09-281-1/+1
* Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0,Xin LI2011-12-151-1/+6
* Enhance the sequential access heuristic used to perform readahead in theJohn Baldwin2011-12-011-60/+69
* Fix the NFS servers so that they can do a Lookup of "..",Rick Macklem2011-09-031-0/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-12/+4
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+2
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() areAlan Cox2011-02-051-1/+2
* ZFS might not return monotonically increasing directory offset cookies,Pawel Jakub Dawidek2010-12-281-3/+10
* Use newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() to keep mount pointPawel Jakub Dawidek2010-12-211-10/+15
* - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -Pawel Jakub Dawidek2010-12-213-40/+37
* On error, unbusy file system and jump to the end, so we won't try to unlockPawel Jakub Dawidek2010-12-211-0/+2
* After r216626 no extra { } are needed with VFS_UNLOCK_GIANT().Pawel Jakub Dawidek2010-12-211-2/+2
* Reduce lock scope a little.Pawel Jakub Dawidek2010-12-191-2/+2
* VOP_ISLOCKED() should not be used to determine if the vnode is locked.Konstantin Belousov2010-12-151-2/+11
* Fix a bug in r214049. The nvp == vp case shall be handled speciallyKonstantin Belousov2010-11-051-1/+1
* When readdirplus() is handled on the exported filesystem that doesKonstantin Belousov2010-10-191-12/+13
* - When VFS_VGET() is not supported, switch to VOP_LOOKUP().Pawel Jakub Dawidek2010-08-261-40/+48
* Patch the regular NFS server so that it returns ESTALE to the clientRick Macklem2010-03-261-0/+3
* Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-161-0/+1
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-093-60/+4
* Some style(9) fixes in order to fabricate a commit to denote thatMarius Strobl2010-01-093-79/+75
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()Marius Strobl2010-01-093-3/+8
* Properly return an error reply if an NFS remove or link operation fails.John Baldwin2009-12-031-4/+3
* Revert previous change and fix misalignment by using bcopy()Marcel Moolenaar2009-11-151-6/+1