summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r317345rmacklem2017-05-081-0/+2
* MFC: r317276rmacklem2017-05-071-1/+3
* MFC: r317275, r317344rmacklem2017-05-071-1/+2
* MFC: r317269rmacklem2017-05-071-2/+2
* MFC: r316829rmacklem2017-04-291-1/+1
* MFC: r316792rmacklem2017-04-272-2/+4
* MFC: r316692rmacklem2017-04-251-0/+8
* MFC: r316666rmacklem2017-04-251-1/+1
* MFC: r310491rmacklem2017-04-245-85/+193
* MFC r311452:kib2017-01-121-19/+23
* MFC r308708: Reduce verbosity of warnings about truncating NFS fileids tocperciva2016-12-191-4/+22
* MFC: r309171rmacklem2016-12-101-15/+0
* MFC: r304026rmacklem2016-10-034-81/+245
* MFC r303382:kib2016-08-261-1/+1
* Add nid_namelen bounds check to nfssvc system callemaste2016-05-061-0/+4
* NFS: spelling fixes on comments.pfg2016-04-293-3/+3
* Fix a LOR in the NFSv4.1 server.rmacklem2016-04-231-1/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-2/+2
* Bruce Evans reported that there was a performance regression betweenrmacklem2016-04-111-3/+5
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-103-8/+8
* 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
OpenPOWER on IntegriCloud