aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Add some support for POSIX draft ACLsRick Macklem7 hours2-31/+98
* nfs_clvnops: standardize on EOPNOTSUPP for posix_fallocate(2)Kyle Evans2025-11-051-2/+6
* nfs: Add support for the new _PC_CASE_INSENSITIVE nameRick Macklem2025-11-023-4/+9
* nfs_clvfsops.c: Allow long directory mount pathsRick Macklem2025-10-291-3/+5
* nfsclient: Fix a typo in a panic messageGordon Bergling2025-10-291-1/+1
* nfs_clrpcops.c: NFSM_DISSECT() reply for each dir separatelyRick Macklem2025-10-281-3/+7
* nfs_clrpcops.c: Check for too large a write replyRick Macklem2025-10-271-2/+2
* nfs_clrpcops.c: Fix two possible large NFSM_DISSECT()sRick Macklem2025-10-271-5/+6
* nfs_clrpcops.c: Add sanity checks for the slot cntsRick Macklem2025-10-271-1/+8
* nfs: Add support for the NFSv4 archive attributeRick Macklem2025-10-222-2/+9
* vfs: retire the VREF macroMateusz Guzik2025-09-272-5/+5
* vfs: retire the NULLVP macroMateusz Guzik2025-09-272-10/+10
* nfscl: Restore sending the effective GID to the serverOlivier Certner2025-09-091-3/+4
* nfs client: switch nfs_advlock() to use exclusive vnode lockKonstantin Belousov2025-08-271-6/+1
* nfsclient: va_rdev should be NODEV for non-special nodesKonstantin Belousov2025-08-222-4/+4
* vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav2025-08-171-1/+1
* nfsv4: Add support for the NFSv4.2 Clone operationRick Macklem2025-08-137-56/+348
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans2025-07-311-2/+1
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans2025-07-241-1/+2
* nfsd: Fix handling of VOP_PATHCONF() for attribute repliesRick Macklem2025-07-192-2/+3
* nfsd: Avoid relocking vnode for NFSv4 ReaddirRick Macklem2025-07-192-2/+2
* nfsv4: No need to check va_flags twice.Dag-Erling Smørgrav2025-07-101-3/+2
* nfsv4: Add support for the NFSv4 hidden and system attributesRick Macklem2025-07-062-3/+28
* files: Fix builds without "options UFS_ACL"Rick Macklem2025-07-021-0/+1
* nfscl: Use delegation ACE when mounted with noctoRick Macklem2025-06-302-0/+63
* nfscl: Optimize NFSv4 remove and rename for nocto optionRick Macklem2025-06-294-75/+273
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-6/+1
* nfs_clvnops.c: Add an initialization mistakenly removedRick Macklem2025-05-241-0/+1
* nfs_clrpcops.c: Fix handling of a CreateLayGet replyRick Macklem2025-05-161-0/+7
* nfs_clrpcops.c: Fix acquisition of post-op attributes for linkRick Macklem2025-05-161-13/+27
* nfsv4: Add support to NFSv4 for named attributesRick Macklem2025-05-056-111/+329
* nfscl: Fix setting of mtime for the NFSv4.n clientRick Macklem2025-02-242-3/+8
* nfscl: Return appropriate reply status for NFSv4.1 callbacksRick Macklem2025-02-191-0/+19
* nfscl: Add support for CB_RECALL_ANY to the NFSv4.1/4.2 clientRick Macklem2025-02-181-0/+34
* nfscl: Move layout high water variables into clientIDRick Macklem2025-02-171-5/+7
* nfscl: Move delegation high water variables into clientIDRick Macklem2025-02-171-7/+8
* nfscl: Add support for CB_RECALL_SLOTRick Macklem2025-02-141-0/+18
* nfs: set vnet(9) context in mountnfs()Gleb Smirnoff2025-02-011-0/+5
* nfscl: Simplify the deleg argument for nfscl_deleg()Rick Macklem2025-01-172-10/+6
* nfscl: Fix a crash when a readdir entry has nul in itRick Macklem2025-01-101-3/+8
* mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin2024-10-311-1/+1
* nfs: trivial typo fixEd Maste2024-10-261-1/+1
* Revert "nfscl: Enable support for the Lookup+Open RPC"Rick Macklem2024-09-281-0/+6
* nfs: Add support for the NFSv4.2 mode_umask attributeRick Macklem2024-08-211-8/+10
* nfscl: Scan readdir reply filenames for invalid charactersRick Macklem2024-07-211-27/+110
* nfscl: Add support for read delegations and atomic upgradeRick Macklem2024-06-123-20/+26
* nfscl: Add a check for VREG for delegationsRick Macklem2024-06-121-4/+3
* nfscl: Add support for the NFSv4.1/4.2 WANT_xxx flagsRick Macklem2024-06-121-9/+68
* Revert "nfscl: Do not do readahead for directories"Rick Macklem2024-05-261-1/+30
* nfs client comment typo fixKonstantin Belousov2024-05-181-1/+1