aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Allow vfs.nfsd.srvmaxio to be up to 4MbytesRick Macklem7 days1-2/+3
* nfs_nfsdserv.c: Clip number of callback slotsRick Macklem2026-05-051-0/+8
* nfsd: Disable use of callbacks for NFSv4.0Rick Macklem2026-05-031-238/+31
* nfsd: Get rid of NFSD_VNET macrosRick Macklem2026-05-027-368/+368
* nfscl: Fix handling of gssd upcalls for the NFS clientRick Macklem2026-05-022-2/+7
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-233-7/+6
* nfs: make no-IP kernels compileBjoern A. Zeeb2026-04-201-0/+10
* nfs_nfsdsocket.c: Allow Copy/Clone from a read-only fsRick Macklem2026-03-291-3/+22
* nfs_nfsdsocket.c: All Copy and Clone across file systemsRick Macklem2026-03-281-1/+2
* nfs_nfsdserv.c: Fix handling of archive flag for mkdirRick Macklem2026-03-161-1/+13
* VOP_RENAME(9): add flags argumentKonstantin Belousov2026-03-051-1/+1
* nfsserver: Fix a typo in a source code commentGordon Bergling2026-02-081-1/+1
* nfsd: Fix handling of attributes during Open/Create/Exclusive_41Rick Macklem2026-01-153-16/+49
* nfsd: Fix handling of hidden/system during Open/CreateRick Macklem2026-01-082-0/+49
* nfs: Add some support for POSIX draft ACLsRick Macklem2025-12-223-17/+17
* nfsd: Add some support for POSIX draft ACLsRick Macklem2025-12-223-44/+164
* nfs_nfsdstate.c: Add sanity checks for lock stateidsRick Macklem2025-11-261-0/+14
* nfs: Add support for the new _PC_CASE_INSENSITIVE nameRick Macklem2025-11-022-8/+19
* nfs_nfsdserv.c: Add a sanity check for layout commit cntRick Macklem2025-10-271-0/+5
* nfs: Add support for the NFSv4 archive attributeRick Macklem2025-10-222-5/+18
* vfs: retire the VREF macroMateusz Guzik2025-09-273-11/+11
* nfsd: nfsd_excred(): Remove an obsolete commentOlivier Certner2025-09-171-5/+0
* nfsd: Fix the NFSv4 Readdir operation for an empty ZFS dirRick Macklem2025-09-041-0/+3
* nfsd: Fix slow leaks of NAMEI buffersRick Macklem2025-08-152-0/+7
* nfsv4: Add support for the NFSv4.2 Clone operationRick Macklem2025-08-134-18/+247
* kern: rename crsetgroups_fallback, document it in ucred(9)Kyle Evans2025-08-012-2/+2
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans2025-07-311-0/+1
* nfsd: Fix handling of VOP_PATHCONF() for attribute repliesRick Macklem2025-07-192-8/+38
* nfsd: Avoid relocking vnode for NFSv4 ReaddirRick Macklem2025-07-192-8/+32
* nfs_nfsdserv.c: Fix nfsrvd_openattr() for vnode lockingRick Macklem2025-07-181-1/+4
* nfsserver rename: lock mnt_renamelock as requiredKonstantin Belousov2025-07-091-2/+23
* nfsvno_rename(): do not use -1 as special error indicatorKonstantin Belousov2025-07-091-4/+5
* nfsv4: Add support for the NFSv4 hidden and system attributesRick Macklem2025-07-062-7/+46
* nfsd: Use an NFSv4 ACL for the delegation ACE if availableRick Macklem2025-06-291-12/+73
* nfsd: Change the NFSv4.1/4.2 server to not recall delegationsRick Macklem2025-06-223-32/+124
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-182-5/+5
* nfsd: Fix the build for 1749465947a8Rick Macklem2025-06-051-1/+1
* nfsd: Fix accumulating nfslockfile structuresRick Macklem2025-06-041-12/+16
* nfs server: only cn_pnbuf is initialized in nfsrvd_lookup()Konstantin Belousov2025-05-151-2/+2
* nfsv4: Add support to NFSv4 for named attributesRick Macklem2025-05-054-28/+138
* nfsd: Add vfs.nfsd.testing_disable_grace sysctlRick Macklem2025-01-101-5/+12
* nfs, rpc: Ensure kernel credentials have at least one groupOlivier Certner2024-11-022-5/+7
* nfsd: Fix handling of credentials with cr_ngroups == 0Rick Macklem2024-10-211-3/+2
* nfsd: Fix close handling when vfs.nfsd.enable_locallocks=1Rick Macklem2024-09-301-32/+30
* nfsd: Fix handling of NFSv4 setable attributesRick Macklem2024-08-272-32/+44
* nfs: Add support for the NFSv4.2 mode_umask attributeRick Macklem2024-08-211-0/+17
* nfsd: Make modifying vfs.nfsd.enable_locallocks safeRick Macklem2024-06-231-2/+33
* nfsd: Allow a mutex lock for clientID handlingRick Macklem2024-06-221-83/+162
* nfsd: Fix nfsrv_cleanclient so that it can be called with a mutexRick Macklem2024-06-212-23/+34
* nfsd: Delete an unused VNET global variableRick Macklem2024-06-081-3/+0