summaryrefslogtreecommitdiff
path: root/sys/nfsclient
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2021-03-17nfs: Cleanup dead filesPeter Jeremy
2020-09-01nfs: clean up empty lines in .c and .h filesMateusz Guzik
2018-01-25style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-13Add an NFSv4.1 mount option for "use one openowner".Rick Macklem
2017-02-28Renumber copyright clause 4Warner Losh
2015-04-18Remove some oldnfs remnants.Edward Tomasz Napierala
2014-12-23Remove the old NFS client and server from head,Rick Macklem
2014-12-18The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov
2014-10-16Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano
2014-09-14Avoid an exclusive acquisition of the object lock on the expected executionAlan Cox
2013-12-07For software builds, the NFS client does many smallRick Macklem
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-07-04A problem with the old NFS client where large writes to large filesRick Macklem
2013-07-01A recent version of the oldnfs NFS client in head/currentRick Macklem
2013-05-31 - Convert the bufobj lock to rwlock.Jeff Roberson
2013-05-29Add a patch analygous to r248567, r248581, r251079 to theRick Macklem
2013-04-18When an NFS unmount occurs, once vflush() writes the last dirtyRick Macklem
2013-04-18Both NFS clients can deadlock when using the "rdirplus" mountRick Macklem
2013-03-19Fix remainder calculation when biosize is not a power of 2Ed Maste
2013-03-13Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin
2013-03-12Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff
2013-03-12- Use m_get2() instead of nfsm_reqhead().Gleb Smirnoff
2013-03-09Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao
2013-02-21Further refine the handling of stop signals in the NFS client. TheJohn Baldwin
2013-02-06Rework the handling of stop signals in the NFS client. The changes inJohn Baldwin
2013-01-25Further cleanups to use of timestamps in NFS:John Baldwin
2013-01-18Use vfs_timestamp() to set file timestamps rather than invokingJohn Baldwin
2013-01-16Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()John Baldwin
2013-01-15- More properly handle interrupted NFS requests on an interruptible mountJohn Baldwin
2012-12-08Move the NFSv4.1 client patches over from projects/nfsv4.1-clientRick Macklem
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-19r16312 is not any longer real since many years (likely since when VFSAttilio Rao
2012-11-09Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao
2012-08-14Do not leave invalid pages in the object after the short read for aKonstantin Belousov
2012-08-05After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov
2012-08-04Reduce code duplication and exposure of direct access to structKonstantin Belousov
2012-05-12PR# 165923 reported intermittent write failures for dirtyRick Macklem
2012-05-10Fix mount mutex handling missed in r234386.Kirk McKusick
2012-05-05Fix mount mutex handling missed in r234386.Sergey Kandaurov
2012-04-23Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala
2012-04-17Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick
2012-03-11Remove fifo.h. The only used function declaration from the header isKonstantin Belousov
2012-03-03Post r230394, the Lookup RPC counts for both NFS clients increasedRick Macklem
2012-03-01Fix the NFS clients so that they use copyin() instead of bcopy(),Rick Macklem
2012-02-24Adjust the nfs_skip_wcc_data_onerr setting so that it does not blockJohn Baldwin