summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r265252rmacklem2014-05-081-6/+17
* MFC: r264672rmacklem2014-05-061-2/+2
* MFC r260229, r260258, r260367, r260390, r260459, r260648:mav2014-01-222-8/+13
* MFC: r259854rmacklem2014-01-011-1/+1
* MFC: r259801rmacklem2013-12-311-1/+6
* MFC: r257901rmacklem2013-12-112-5/+18
* MFC: r257598rmacklem2013-12-111-10/+11
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-5/+0
* Fix several performance related issues in the new NFS server'srmacklem2013-08-142-6/+9
* The NFSv4 server incorrectly assumed that the high order words ofrmacklem2013-07-201-7/+7
* Add support for host-based (Kerberos 5 service principal) initiatorrmacklem2013-07-092-33/+29
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-176-14/+43
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-131-7/+0
* Finish r243882: mechanically substitute flags from historic mbufglebius2013-03-121-8/+8
* Merge Capsicum overhaul:pjd2013-03-021-2/+0
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-2/+0
* Rework the handling of stop signals in the NFS client. The changes injhb2013-02-061-3/+5
* Assert that the mbuf in the chain has sane length. Proper place forkib2013-02-011-0/+1
* Further cleanups to use of timestamps in NFS:jhb2013-01-253-15/+6
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-161-5/+2
* - More properly handle interrupted NFS requests on an interruptible mountjhb2013-01-151-0/+6
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-089-107/+910
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-3/+3
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-021-0/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-1/+1
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-204-20/+53
* Add a simple printf() based debug facility to the new nfs client.rmacklem2012-09-092-0/+9
* The header uma_int.h is internal uma header, unused by this sourcekib2012-08-041-1/+0
* A problem with the NFSv4 server was reported by Andrew Leonardrmacklem2012-05-171-3/+1
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-1/+0
* Delete a couple of out of date comments that are no longer true inrmacklem2012-02-161-3/+0
* Martin Cracauer reported a problem to freebsd-current@ under thermacklem2012-01-201-18/+31
* jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"rmacklem2012-01-111-1/+0
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-082-1/+2
* Use strchr() and strrchr().ed2012-01-021-1/+1
* jwd@ reported a problem via email where the old NFS client wouldrmacklem2011-12-211-6/+57
* Post r223774, the NFSv4 client no longer has multiple instancesrmacklem2011-12-031-1/+10
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4rmacklem2011-11-201-2/+2
* Post r223774 the NFSv4 client never uses the linked list with thermacklem2011-11-201-1/+0
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFzack2011-07-172-13/+6
* The new NFSv4 client handled NFSERR_GRACE as a fatal errorrmacklem2011-07-161-1/+3
* Add DEXITCODE plumbing to NFS.zack2011-07-165-107/+209
* 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
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-161-3/+6
* Change loadattr and fillattr to ask the file system for the pathconf variable.zack2011-07-162-4/+12
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.zack2011-07-162-2/+45
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-161-2/+2
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-031-0/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-281-3/+12
OpenPOWER on IntegriCloud