summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfs_commonsubs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r291638rmacklem2015-12-161-0/+49
* MFC: r291527rmacklem2015-12-141-196/+487
* MFH r275941:peterj2014-12-281-1/+2
* MFC: r268115rmacklem2014-08-011-26/+84
* MFC: r265252rmacklem2014-05-081-6/+17
* MFC: r264672rmacklem2014-05-061-2/+2
* MFC: r259801rmacklem2013-12-311-1/+6
* MFC: r257901rmacklem2013-12-111-4/+16
* The NFSv4 server incorrectly assumed that the high order words ofrmacklem2013-07-201-7/+7
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-171-2/+4
* Assert that the mbuf in the chain has sane length. Proper place forkib2013-02-011-0/+1
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-161-5/+2
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-45/+301
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-201-16/+46
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-081-0/+2
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFzack2011-07-171-12/+5
* Add DEXITCODE plumbing to NFS.zack2011-07-161-88/+147
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-1/+1
* Change loadattr and fillattr to ask the file system for the pathconf variable.zack2011-07-161-3/+11
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-161-2/+2
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-271-3/+16
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-141-4/+4
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-141-18/+18
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()rmacklem2011-01-181-1/+1
* Add support for shared vnode locks for the Read operationrmacklem2011-01-011-1/+1
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-251-46/+48
* The timer routine in the experimental NFS server did not acquirermacklem2010-08-281-0/+15
* This patch should fix handling of byte range locks locallyrmacklem2010-03-301-0/+13
* Remove unneeded ifdefs.trasz2009-12-031-32/+5
* Fix the experimental nfs subsystem so that it builds with thermacklem2009-05-261-2/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-8/+8
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+3404
OpenPOWER on IntegriCloud