summaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient
AgeCommit message (Expand)Author
9 hoursnfscl: Fix the buildRick Macklem
10 hoursnfscl: Fix handling of case insensitive file systemsRick Macklem
2025-12-30nfscl: Fix handling of POSIX draft default ACLsRick Macklem
2025-12-22nfs: Add some support for POSIX draft ACLsRick Macklem
2025-12-21nfscl: Add some support for POSIX draft ACLsRick Macklem
2025-11-04nfs_clvnops: standardize on EOPNOTSUPP for posix_fallocate(2)Kyle Evans
2025-11-02nfs: Add support for the new _PC_CASE_INSENSITIVE nameRick Macklem
2025-10-29nfs_clvfsops.c: Allow long directory mount pathsRick Macklem
2025-10-29nfsclient: Fix a typo in a panic messageGordon Bergling
2025-10-28nfs_clrpcops.c: NFSM_DISSECT() reply for each dir separatelyRick Macklem
2025-10-27nfs_clrpcops.c: Check for too large a write replyRick Macklem
2025-10-27nfs_clrpcops.c: Fix two possible large NFSM_DISSECT()sRick Macklem
2025-10-27nfs_clrpcops.c: Add sanity checks for the slot cntsRick Macklem
2025-10-22nfs: Add support for the NFSv4 archive attributeRick Macklem
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-09-09nfscl: Restore sending the effective GID to the serverOlivier Certner
2025-08-28nfs client: switch nfs_advlock() to use exclusive vnode lockKonstantin Belousov
2025-08-22nfsclient: va_rdev should be NODEV for non-special nodesKonstantin Belousov
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2025-08-13nfsv4: Add support for the NFSv4.2 Clone operationRick Macklem
2025-07-30kern: start tracking cr_gid outside of cr_groups[]Kyle Evans
2025-07-24kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans
2025-07-19nfsd: Fix handling of VOP_PATHCONF() for attribute repliesRick Macklem
2025-07-19nfsd: Avoid relocking vnode for NFSv4 ReaddirRick Macklem
2025-07-10nfsv4: No need to check va_flags twice.Dag-Erling Smørgrav
2025-07-06nfsv4: Add support for the NFSv4 hidden and system attributesRick Macklem
2025-07-02files: Fix builds without "options UFS_ACL"Rick Macklem
2025-06-30nfscl: Use delegation ACE when mounted with noctoRick Macklem
2025-06-29nfscl: Optimize NFSv4 remove and rename for nocto optionRick Macklem
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-24nfs_clvnops.c: Add an initialization mistakenly removedRick Macklem
2025-05-16nfs_clrpcops.c: Fix handling of a CreateLayGet replyRick Macklem
2025-05-15nfs_clrpcops.c: Fix acquisition of post-op attributes for linkRick Macklem
2025-05-05nfsv4: Add support to NFSv4 for named attributesRick Macklem
2025-02-24nfscl: Fix setting of mtime for the NFSv4.n clientRick Macklem
2025-02-19nfscl: Return appropriate reply status for NFSv4.1 callbacksRick Macklem
2025-02-18nfscl: Add support for CB_RECALL_ANY to the NFSv4.1/4.2 clientRick Macklem
2025-02-17nfscl: Move layout high water variables into clientIDRick Macklem
2025-02-16nfscl: Move delegation high water variables into clientIDRick Macklem
2025-02-14nfscl: Add support for CB_RECALL_SLOTRick Macklem
2025-02-01nfs: set vnet(9) context in mountnfs()Gleb Smirnoff
2025-01-17nfscl: Simplify the deleg argument for nfscl_deleg()Rick Macklem
2025-01-09nfscl: Fix a crash when a readdir entry has nul in itRick Macklem
2024-10-31mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin
2024-10-26nfs: trivial typo fixEd Maste
2024-09-28Revert "nfscl: Enable support for the Lookup+Open RPC"Rick Macklem
2024-08-20nfs: Add support for the NFSv4.2 mode_umask attributeRick Macklem
2024-07-21nfscl: Scan readdir reply filenames for invalid charactersRick Macklem
2024-06-12nfscl: Add support for read delegations and atomic upgradeRick Macklem