summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver/nfs_nfsdport.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r268273rmacklem2014-08-031-2/+4
* MFC: r268115rmacklem2014-08-011-0/+21
* MFC r268114:bdrewery2014-07-211-12/+9
* MFC: r265252rmacklem2014-05-081-0/+3
* MFC: r264888rmacklem2014-05-081-0/+1
* MFC r260229, r260258, r260367, r260390, r260459, r260648:mav2014-01-221-35/+9
* MFC: r259854rmacklem2014-01-011-1/+8
* MFC: r259845rmacklem2013-12-311-0/+37
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* Fix several performance related issues in the new NFS server'srmacklem2013-08-141-4/+14
* - Convert the bufobj lock to rwlock.jeff2013-05-311-1/+1
* Fix typo in comment.des2013-05-151-1/+1
* Fix a bug that allows NFS clients to issue READDIR on files.des2013-04-291-0/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-171-2/+4
* MFCattilio2013-03-021-4/+4
|\
| * Merge Capsicum overhaul:pjd2013-03-021-4/+4
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
|/
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-181-15/+5
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* 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-141-1/+23
* 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
* 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
* Delete a couple of out of date comments that are no longer true inrmacklem2012-02-161-5/+1
* Patch the new NFS server in a manner analagous to r228520 for thermacklem2011-12-161-1/+7
* 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 a merge conflict.jonathan2011-08-161-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+9
* Add DEXITCODE plumbing to NFS.zack2011-07-161-66/+178
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-161-1/+1
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-8/+8
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-6/+6
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-161-5/+5
* 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
* Modify the new NFS server so that the NFSv3 Pathconf RPCrmacklem2011-06-041-0/+30
* 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-081-6/+6
* 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-141-7/+14
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-141-17/+54
* 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-101-0/+8
OpenPOWER on IntegriCloud