summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-054-10/+10
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-223-212/+30
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0,delphij2011-12-151-1/+6
* Enhance the sequential access heuristic used to perform readahead in thejhb2011-12-011-60/+69
* Fix the NFS servers so that they can do a Lookup of "..",rmacklem2011-09-031-0/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-12/+4
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-051-1/+2
* ZFS might not return monotonically increasing directory offset cookies,pjd2010-12-281-3/+10
* Use newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() to keep mount pointpjd2010-12-211-10/+15
* - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -pjd2010-12-213-40/+37
* On error, unbusy file system and jump to the end, so we won't try to unlockpjd2010-12-211-0/+2
* After r216626 no extra { } are needed with VFS_UNLOCK_GIANT().pjd2010-12-211-2/+2
* Reduce lock scope a little.pjd2010-12-191-2/+2
* VOP_ISLOCKED() should not be used to determine if the vnode is locked.kib2010-12-151-2/+11
* Fix a bug in r214049. The nvp == vp case shall be handled speciallykib2010-11-051-1/+1
* When readdirplus() is handled on the exported filesystem that doeskib2010-10-191-12/+13
* - When VFS_VGET() is not supported, switch to VOP_LOOKUP().pjd2010-08-261-40/+48
* Patch the regular NFS server so that it returns ESTALE to the clientrmacklem2010-03-261-0/+3
* Factor out the code shared between NFS client and server into its ownmarius2010-02-161-0/+1
* - Move nfs_realign() from the NFS client to the shared NFS code andmarius2010-02-093-60/+4
* Some style(9) fixes in order to fabricate a commit to denote thatmarius2010-01-093-79/+75
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()marius2010-01-093-3/+8
* Properly return an error reply if an NFS remove or link operation fails.jhb2009-12-031-4/+3
* Revert previous change and fix misalignment by using bcopy()marcel2009-11-151-6/+1
* Fix an obvious panic by not casting from a pointer that is 4-bytesmarcel2009-11-141-1/+6
* Ensure that tv_sec is between INT32_MIN and INT32_MAX, so ZFS won't object.pjd2009-09-261-1/+1
* Correct typo after manual patching.pjd2009-09-091-1/+1
* Fix usecount leak in mknod(2) on file system exported over NFS.pjd2009-09-091-2/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-309-2623/+4
* Fix build with NFS_LEGACYRPC enabled after the socket upcall lockingjhb2009-06-301-0/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-5/+3
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on thermacklem2009-06-171-0/+1
* Add a #include <sys/jail.h> so that it builds whenrmacklem2009-06-121-0/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-052-2/+2
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-013-9/+7
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-2/+3
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+3
* Fix build of KGSSAPI bits post-vimage.dfr2009-05-241-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-2/+2
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-0/+3
* Change nfsserver so that it uses the nfssvc() system call providedrmacklem2009-04-124-49/+22
* Fix an mbuf leak in the error path.dfr2009-03-191-0/+2
* Include audit.h so that the system call path protected by NFS_LEGACYRPCrwatson2009-02-231-0/+2
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
OpenPOWER on IntegriCloud