aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* nfs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-2/+1
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-0/+12
* Add an NFSv4.1 mount option for "use one openowner".Rick Macklem2017-04-131-1/+1
* Renumber copyright clause 4Warner Losh2017-02-286-6/+6
* Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-181-3/+0
* Remove the old NFS client and server from head,Rick Macklem2014-12-238-10111/+0
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-181-2/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Avoid an exclusive acquisition of the object lock on the expected executionAlan Cox2014-09-141-20/+9
* For software builds, the NFS client does many smallRick Macklem2013-12-071-0/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-254-6/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+5
* A problem with the old NFS client where large writes to large filesRick Macklem2013-07-041-2/+13
* A recent version of the oldnfs NFS client in head/currentRick Macklem2013-07-011-2/+2
* - Convert the bufobj lock to rwlock.Jeff Roberson2013-05-312-1/+2
* Add a patch analygous to r248567, r248581, r251079 to theRick Macklem2013-05-291-1/+8
* When an NFS unmount occurs, once vflush() writes the last dirtyRick Macklem2013-04-182-1/+17
* Both NFS clients can deadlock when using the "rdirplus" mountRick Macklem2013-04-181-2/+10
* Fix remainder calculation when biosize is not a power of 2Ed Maste2013-03-191-3/+3
* Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin2013-03-133-9/+7
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-122-35/+36
* - Use m_get2() instead of nfsm_reqhead().Gleb Smirnoff2013-03-124-88/+45
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-11/+12
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-212-3/+1
* Rework the handling of stop signals in the NFS client. The changes inJohn Baldwin2013-02-061-3/+5
* Further cleanups to use of timestamps in NFS:John Baldwin2013-01-251-8/+5
* Use vfs_timestamp() to set file timestamps rather than invokingJohn Baldwin2013-01-181-3/+3
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()John Baldwin2013-01-161-2/+2
* - More properly handle interrupted NFS requests on an interruptible mountJohn Baldwin2013-01-151-4/+12
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientRick Macklem2012-12-081-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-9/+9
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-6/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+1
* Do not leave invalid pages in the object after the short read for aKonstantin Belousov2012-08-141-4/+8
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* Reduce code duplication and exposure of direct access to structKonstantin Belousov2012-08-041-30/+2
* PR# 165923 reported intermittent write failures for dirtyRick Macklem2012-05-124-1/+25
* Fix mount mutex handling missed in r234386.Kirk McKusick2012-05-101-1/+0
* Fix mount mutex handling missed in r234386.Sergey Kandaurov2012-05-051-0/+1
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-231-1/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick2012-04-172-18/+3
* Remove fifo.h. The only used function declaration from the header isKonstantin Belousov2012-03-111-2/+0
* Post r230394, the Lookup RPC counts for both NFS clients increasedRick Macklem2012-03-031-11/+15
* Fix the NFS clients so that they use copyin() instead of bcopy(),Rick Macklem2012-03-011-1/+16
* Adjust the nfs_skip_wcc_data_onerr setting so that it does not blockJohn Baldwin2012-02-241-5/+7
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-7/+7
* IFC @231845Bjoern A. Zeeb2012-02-171-2/+2
|\
| * Rename cache_lookup_times() to cache_lookup() and retire the old API andJohn Baldwin2012-02-061-1/+1