aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Yet more fixes for the NFS over RDMA client glueRick Macklem13 days1-2/+4
* nfscl: A few more fixes for the NFS over RDMA client glueRick Macklem2026-09-031-1/+1
* nfs_clvfsops.c: Fix the non-VIMAGE buildRick Macklem2026-09-011-0/+4
* nfsclient: Fix problems with the NFS over RDMA glueRick Macklem2026-09-011-12/+46
* nfs_clvfsops.c: Silence a compiler warningRick Macklem2026-08-311-1/+1
* nfscl: Add some glue for client side NFS over RDMARick Macklem2026-08-303-18/+183
* nfs_commonkrpc.c: Get rid of NFSv4.0 delegation cruftRick Macklem2026-08-041-27/+0
* nfs_clstate.c: Fix handling of delegation upgradesRick Macklem2026-07-041-9/+36
* nfs_clstate.c: Fix CB_RECALL handling for NFSv4.1/4.2Rick Macklem2026-06-271-2/+9
* nfscl: Add support for flexible file layout stripingRick Macklem2026-06-232-116/+225
* nfs_clvnops.c: Fix the case where va_flags are being clearedRick Macklem2026-06-181-6/+3
* nfs_clrpcops.c: Change initial layout type to flex filesRick Macklem2026-06-031-5/+5
* nfs_clsubs.c: Fix ncl_getcookie() when "pos" is negativeRick Macklem2026-05-062-2/+10
* nfsd: Get rid of NFSD_VNET macrosRick Macklem2026-05-021-2/+2
* nfscl: Disable use of callbacks for NFSv4.0Rick Macklem2026-04-302-124/+5
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-232-9/+7
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-3/+3
* nfs_diskless: Add support for an NFSv4 root fsRick Macklem2026-04-054-5/+53
* vn_delayed_setsize(): post-commit review' changesKonstantin Belousov2026-03-101-1/+1
* nfs_clstate.c: Handle the same stateid case correctlyRick Macklem2026-03-081-1/+7
* nfsclient: convert to use vn_delayed_setsize()Konstantin Belousov2026-03-054-65/+10
* VOP_RENAME(9): add flags argumentKonstantin Belousov2026-03-051-0/+6
* nfscl: Fix the buildRick Macklem2026-01-211-1/+2
* nfscl: Fix handling of case insensitive file systemsRick Macklem2026-01-212-4/+27
* nfscl: Fix handling of POSIX draft default ACLsRick Macklem2025-12-311-1/+2
* nfs: Add some support for POSIX draft ACLsRick Macklem2025-12-223-16/+20
* nfscl: Add some support for POSIX draft ACLsRick Macklem2025-12-222-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