summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Make nfscl_getmyip() use new routing KPI.melifaro2016-01-151-1/+1
* Fix the memory leak that occurs when the nfscommon.ko module is unloaded.rmacklem2015-12-023-0/+52
* Delete the TUNABLE_INT() line. It was in r291527 so that it could bermacklem2015-11-301-1/+0
* Add kernel support to the NFS server for the "-manage-gids"rmacklem2015-11-305-212/+529
* For performance reasons, it is useful to have a single string used asmckusick2015-11-291-0/+7
* When the nfsd threads are terminated, the NFSv4 server statermacklem2015-11-211-0/+1
* Fix an NFS server bug that manifested in "ls -al" displaying a plustrasz2015-08-281-0/+2
* Make the size of the hash tables used by the NFSv4 server tunable.rmacklem2015-05-273-9/+9
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* MAXBSIZE defines both the largest UFS block size and thermacklem2015-04-251-1/+1
* Replace "new NFS" with just "NFS" in some sysctl description strings.trasz2015-04-191-6/+6
* mav@ has found that NFS servers exporting ZFS file systemsrmacklem2015-04-163-6/+17
* Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macrorwatson2015-01-071-3/+0
* Fix kernel builds with "options NFS_DEBUG" thatrmacklem2014-12-231-18/+0
* Remove the old NFS client and server from head,rmacklem2014-12-231-3/+3
* Adjust the test of a KASSERT to better match the intent.benno2014-12-191-1/+2
* Fix failures and warnings reported by newpynfs20090424 test tool.araujo2014-10-033-14/+25
* Garbage collect NFSMINOFF() from the NFS stack; this unused macro replicatesrwatson2014-09-051-7/+0
* Do not generate 1000 unique lock names for nfsrc hash chain locks.kib2014-07-311-1/+0
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-0110-81/+427
* The new draft specification for NFSv4.0 specifies that a serverrmacklem2014-05-031-6/+17
* Modify the Lookup RPC for NFSv4 so that it acquires directoryrmacklem2014-04-181-2/+2
* Fix lock leak in purely hypothetical case of TCP connection without SVC_ACKmav2014-01-141-1/+1
* Rework NFS Duplicate Request Cache cleanup logic.mav2014-01-032-8/+13
* The NFSv4 server would call VOP_SETATTR() with a shared locked vnodermacklem2013-12-251-1/+1
* The NFSv4 client was passing both the p and cred arguments tormacklem2013-12-241-1/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Fix an NFSv4.1 client specific case where a forced dismount would hang.rmacklem2013-11-092-5/+18
* During code inspection, I spotted that there was a code path wherermacklem2013-11-031-10/+11
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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
OpenPOWER on IntegriCloud