summaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsnode.h
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
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-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2012-05-12PR# 165923 reported intermittent write failures for dirtyRick Macklem
2012-01-20Close a race in NFS lookup processing that could result in stale name cacheJohn Baldwin
2011-08-02Fix a LOR in the NFS client which could cause a deadlock.Rick Macklem
2010-10-19Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem
2010-10-18Do not synchronously start the nfsiod threads at all. The r212506Konstantin Belousov
2010-09-07Store the full timestamp when caching timestamps of files andJohn Baldwin
2010-07-15Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()John Baldwin
2010-01-27Fix a race that can occur when nfs nfsiod threads are being created.Rick Macklem
2010-01-21Add a timeout for the negative name cache entries in the NFS client.Rick Macklem
2009-05-22Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson
2009-03-20Expand the per-node access cache to cache permissions for multiple users.John Baldwin
2009-02-19Enable caching of negative pathname lookups in the NFS client. To avoidJohn Baldwin
2008-06-26Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson
2008-04-16Move the head of byte-level advisory lock list from theKonstantin Belousov
2008-02-09namei() can call underlying nfs_readlink() passing a struct uio pointerAttilio Rao
2007-03-09Over NFS, an open() call could result in multiple over-the-wireMohan Srinivasan
2006-09-13Fixes up the handling of shared vnode lock lookups in the NFS client,Mohan Srinivasan
2006-05-19Changes to make the NFS client MP safe.Mohan Srinivasan
2006-04-06Keep track of the number of in-progress async direct IO writes in the nfsnode.Mohan Srinivasan
2005-07-21Remove the NFS client rslock. The rslock was used to serializePaul Saab
2005-03-16Use vfs_hash.Poul-Henning Kamp
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-12-16Change the NFS sillyrename convention so that we won't run outPaul Saab
2004-12-15First cut of NFS direct IO support.Paul Saab
2004-12-10Store a hint in the nfsnode to detect sequential access of the file.Paul Saab
2004-12-062 fixes that improve on the consistency of the NFS client cache.Paul Saab
2004-12-06Serialize NFS vinvalbuf operations by acquiring/upgrading to thePaul Saab
2004-12-01Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp
2004-12-01Remove redundant functions (repo-copied from nfsclient) for dealing withPoul-Henning Kamp
2004-10-24Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp
2004-09-28Remove support for using NFS device nodes.Poul-Henning Kamp
2004-09-27Remove NFS4 vop method vector for devices: we are desupporing device nodesPoul-Henning Kamp
2004-04-14Let the NFS client notice a file's size changing as a modification.Peter Edwards
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2003-11-22Use function pointers to remove the depenancy cross dependancy on nfs4Alfred Perlstein
2003-11-14University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein
2003-09-12Name the vnode method vectors consistently with the rest of the filesystems.Poul-Henning Kamp
2002-04-27Remove the nfs_{lock,unlock,islocked} functions and the associatedIan Dowse
2001-09-18Cleanup and split of nfs client and server code.Peter Wemm
2001-09-12KSE Milestone 2Julian Elischer
2000-11-14In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm