summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-7/+3
* Add two new options to the nfssvc(2) syscall that allowrmacklem2012-10-142-1/+43
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-201-2/+4
* Fix two cases in the new NFS server where a tsleep() isrmacklem2012-05-121-6/+9
* Use the common api helper routine instead of freeing the nameijwd2012-05-081-2/+1
* Fix a leak of namei lookup path buffers that occurs when armacklem2012-04-271-0/+4
* This change creates a new list of active vnodes associated withmckusick2012-04-201-0/+2
* The name caching changes of r230394 exposed an intermittent bugrmacklem2012-03-031-0/+1
* hrs@ reported a panic to freebsd-stable@ under the subject linermacklem2012-02-231-6/+5
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+1
* Delete a couple of out of date comments that are no longer true inrmacklem2012-02-161-5/+1
* Tai Horgan reported via email that there were two places inrmacklem2012-01-141-2/+2
* Patch the new NFS server in a manner analagous to r228520 for thermacklem2011-12-161-1/+7
* This patch adds a sysctl to the NFSv4 server which optionally disables thermacklem2011-12-041-1/+9
* Enhance the sequential access heuristic used to perform readahead in thejhb2011-12-011-52/+69
* This patch enables the new/default NFS server's use of sharedrmacklem2011-11-221-9/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix the NFS servers so that they can do a Lookup of "..",rmacklem2011-09-031-0/+1
* Fix the NFSv4 server so that it returns NFSERR_SYMLINK whenrmacklem2011-08-201-5/+4
* Fix a merge conflict.jonathan2011-08-161-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+9
* Fix an NFS server issue where it was not correctly setting the eof flag when azack2011-08-031-5/+5
* Fix rename in the new NFS server so that it does not require armacklem2011-07-311-4/+20
* Add DEXITCODE plumbing to NFS.zack2011-07-167-439/+684
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-162-4/+4
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-164-19/+19
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-164-15/+15
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-163-11/+11
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.zack2011-07-161-43/+0
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-161-1/+1
* Fix the new NFSv4 server so that it checks for VREAD_ACL whenrmacklem2011-06-211-6/+16
* Fix the new NFSv4 server so that it only allows Lookup ofrmacklem2011-06-201-2/+10
* Fix the new NFSv4 server so that it allows Access and Readlinkrmacklem2011-06-201-0/+2
* Fix a number of places where the new NFS server did notrmacklem2011-06-191-4/+15
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-25/+12
* Modify the new NFS server so that the NFSv3 Pathconf RPCrmacklem2011-06-041-0/+30
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-272-12/+12
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+2
* Change the new NFS server so that it uses vfs.nfsd namingrmacklem2011-05-082-11/+11
* Change the new NFS server so that it returns 0 when the f_bavailrmacklem2011-05-061-1/+16
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-142-10/+18
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-142-23/+100
* Vrele ni_startdir in the experimental NFS server for the casermacklem2011-04-111-3/+2
* Add some cleanup code to the module unload operation forrmacklem2011-04-102-0/+42
* Add a VOP_UNLOCK() for the directory, when that is not whatrmacklem2011-04-091-1/+5
* 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
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-143-1/+48
* In the experimental NFS server, when converting an open-owner to a lock-owner,zack2011-01-121-1/+1
OpenPOWER on IntegriCloud