summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsm_subs.h
AgeCommit message (Expand)Author
2023-03-23nfs: Use unsigned name lengths so we don't trip over negative ones.riastradh
2023-03-23nfs: Use unsigned fhlen so we don't trip over negative values.riastradh
2021-08-12s/directry/directory/andvar
2020-04-04NFSv2 is limited to use only 32bit in metadata. Prevent that largermlelstv
2013-09-14Backout wildcard pragma to kill warnings and instead sprinkle a few dozenmartin
2013-09-14Silence gcc 4.8.1 warningsmartin
2009-04-10PR kern/41158: nfs_rename() locking against myselfbouyer
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-09-02nfsd: deal with variable-sized filehandles.yamt
2006-08-08nfsm_srvfhtom: ensure that padding bytes in nfsv2 file handles are zero.yamt
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2005-12-11merge ktrace-lwp.christos
2005-10-31Fix paste-o in the NFSV3SATTRTIME_TOSERVER case of mtime handing (needthorpej
2005-10-01nfsm_srvsattr: use nanotime(9) rather than time(9) for NFSV3SATTRTIME_TOSERVER.yamt
2005-05-29- sprinkle constchristos
2005-02-26nuke trailing whitespaceperry
2005-01-19implement inaccurate mtime/ctime detection.yamt
2004-09-29g/c NFSMINOFF, which is unused and identical with MRESETDATA.yamt
2004-05-10don't do kludge for a reply to a retransmitted requestyamt
2004-04-05nfsm_mtofh: handle the case that filehandle is exist but fattr is not.yamt
2004-04-05nfsm_wcc_data: update n_ctime and n_nctime if no one other than usyamt
2004-03-19comments on some nfsm_ macros.yamt
2004-03-15some comments on cryptic nfsm_ macros.yamt
2003-09-26change n_mtime from time_t to timespec in order to improveyamt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-09rework zero padding of rpc reply.yamt
2003-05-06remove nfsm_srvstrsiz as it's no longer used.yamt
2003-04-24Change some subordinate functions to take a "struct nfsnode" argumentdrochner
2003-03-28reply ENAMETOOLONG properly instead of discarding request as BADRPC.yamt
2003-02-26Fix typo.matt
2003-02-26Add MBUFTRACE kernel option.matt
2002-10-21fix a page locking deadlock problem for nfs.yamt
2002-04-03In the SETATTR code, if the changes to a & m time are exclusivelywrstuden
1999-05-29Be more correct with attribute structures for setattr RPCs and friends,fvdl
1999-03-06Snatch a patch from OpenBSD to fix PRs 6529 and 7074.fair
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1997-07-14Don't assume that pointers into mbuf data remain valid across nfsm_dissect.fvdl
1997-06-24Let nfsm_srvmtofh deal with the public filehandle, convert to all zeroesfvdl
1997-03-27Don't assume mbuf external storage is MCLBYTES.thorpej
1997-02-24Use ALIGNED_POINTER to see whether mbuf data needs to be realigned.fvdl
1997-02-22Cast pointer to u_long, not int, when doing the alignment check.fvdl
1997-02-22Fixes from BSDI (thanks go to Keith Bostic). Original RCS message:fvdl
1996-10-25make the namei struct members ni_dirp and ni_next, and the componentnamecgd
1996-03-20Make sure not to free the reply mbuf twice. Should fix PR #2240fvdl
1996-02-18Bring in a merge of Rick Macklem's NFSv3 code from Lite2fvdl
1996-02-09nfs prototype changeschristos