aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* nfs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-181-3/+0
* Fix a comment that got missed by r221973 which changedRick Macklem2011-05-161-1/+1
* Do not synchronously start the nfsiod threads at all. The r212506Konstantin Belousov2010-10-181-1/+1
* Do not fork nfsiod directly from the vop methods. This causes LORs betweenKonstantin Belousov2010-09-121-0/+2
* Fix a race that can occur when nfs nfsiod threads are being created.Rick Macklem2010-01-271-1/+1
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.Doug Rabson2009-06-301-7/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-61/+0
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-12/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-1/+1
* When a stale file handle is encountered, purge all cached information aboutJohn Baldwin2009-04-061-0/+1
* Change the default timeout for caching attributes of a directory in the NFSJohn Baldwin2009-04-061-1/+1
* Expand the per-node access cache to cache permissions for multiple users.John Baldwin2009-03-201-0/+3
* Switch the default rpc implementation for NFS back to the new code. I believeDoug Rabson2008-11-141-4/+0
* Temporarily switch NFS back to the old RPC code while I try to diagnose andDoug Rabson2008-11-131-0/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-4/+21
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+1
* NFS MP scaling changes.Mohan Srinivasan2007-10-121-2/+2
* Unstaticize nfs_iosize() in nfsclient and use it in nfs4client insteadBruce Evans2007-01-251-0/+1
* 1) Fix up locking in nfs_up() and nfs_down.Mohan Srinivasan2006-11-201-1/+1
* Fixed some style bugs (especially ones involving long lines and useBruce Evans2006-10-171-17/+19
* Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mountsMohan Srinivasan2006-05-241-0/+1
* NFS over TCP retransmit behavior should default to a 60 second time out,Chuck Lever2006-05-231-1/+2
* Refactor the NFS over UDP retransmit timeout estimation logic to allowChuck Lever2006-05-231-0/+25
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-191-2/+2
* Make nfs_timer() MPSAFE. With this change, the bottom half of the NFSPaul Saab2005-07-191-0/+1
* Remove unused cred arg from nfs_vinvalbuf() and many bogus argumentsPoul-Henning Kamp2005-01-241-2/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* First cut of NFS direct IO support.Paul Saab2004-12-151-0/+2
* Rewrite of the NFS client's reply handling. We now have NFS socketPaul Saab2004-12-061-15/+7
* Correct a typo in a comment.Robert Watson2004-12-061-1/+1
* For reasons unknown, the nfs locking code used a fifo to send requests toPoul-Henning Kamp2004-12-061-4/+0
* style consistency.Poul-Henning Kamp2004-09-271-1/+1
* Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().Poul-Henning Kamp2004-09-071-2/+2
* NFS mobility PHASE I, II & III (phase VI, and V pending):Alfred Perlstein2004-07-061-2/+13
* Clean up properly when unloading NFS client module.Peter Edwards2004-04-111-0/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* only do nfs rpc callouts if there is work to do.Jim Rees2004-03-251-1/+1
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultPeter Wemm2004-03-141-1/+1
* NFSv4 fixes from Connectathon 2004:Jim Rees2004-02-271-2/+0
* Use function pointers to remove the depenancy cross dependancy on nfs4Alfred Perlstein2003-11-221-0/+14
* Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNELAlfred Perlstein2003-11-151-14/+14
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+19
* Remove extern declarations of stuff which is static in nfs_node.cPoul-Henning Kamp2002-10-201-6/+0
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tBruce Evans2002-09-051-1/+1
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-2/+2