aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Add a LayoutError RPC for NFSv4.2 pNFS mountsRick Macklem2021-11-114-6/+70
* nfsd: Fix the NFSv4.2 pNFS MDS server for NFSERR_NOSPC via LayoutErrorRick Macklem2021-11-086-2/+116
* nfsd: Fix f_bavail and f_ffree for NFSv4 when negativeRick Macklem2021-11-081-0/+11
* nfsd: Fix the NFSv4 pNFS MDS server for DS NFSERR_NOSPCRick Macklem2021-11-072-6/+8
* vfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATERick Macklem2021-11-062-2/+2
* unionfs: Improve vnode validationJason A. Harmening2021-11-062-52/+16
* unionfs: replace zero-length read check with KASSERTJason A. Harmening2021-11-061-7/+2
* unionfs: Improve locking assertionsJason A. Harmening2021-11-061-6/+6
* unionfs: assorted style fixesJason A. Harmening2021-11-062-31/+32
* unionfs: various locking fixesJason A. Harmening2021-11-061-15/+24
* nfscl: Fix two more cases for forced dismountRick Macklem2021-11-051-8/+46
* nfscl: Fix NFSv4.1/4.2 pnfs mounts using nconnectRick Macklem2021-11-051-1/+10
* procfs_doprocfile(): simplifyKonstantin Belousov2021-11-041-1/+1
* nfscl: Fix forced dismount from looping on commitRick Macklem2021-11-032-2/+2
* nfscl: Fix forced dismount when "nconnect" is specifiedRick Macklem2021-11-031-0/+4
* nfscl: Fix use after free for forced dismountRick Macklem2021-11-033-8/+23
* nfscl: Check for a forced dismount in nfscl_getref()Rick Macklem2021-11-031-2/+6
* nfscl: Use a smaller initial delay time for NFSERR_DELAYRick Macklem2021-11-021-8/+22
* nfscl: Do pNFS layout return_on_close synchronouslyRick Macklem2021-10-312-17/+47
* procfs: return right hardlink from /proc/curproc/fileKonstantin Belousov2021-10-311-11/+6
* nfscl: Add setting n_localmodtime to the Write RPC codeRick Macklem2021-10-312-3/+22
* nfscl: Set n_localmodtime in DeallocateRick Macklem2021-10-301-0/+5
* PR#259071 provides a test program that fails for the NFS client.Rick Macklem2021-10-303-9/+99
* nfscl: Use NFSMNTP_DELEGISSUED in two more functionsRick Macklem2021-10-301-0/+12
* nfscl: Add a missing delegation lock releaseRick Macklem2021-10-261-0/+2
* unionfs: implement vnode-based cache lookupJason A. Harmening2021-10-242-70/+79
* msdosfs_rename: remove write-only variablesKonstantin Belousov2021-10-201-6/+1
* tmpfs: remove write-only variablesKonstantin Belousov2021-10-201-4/+1
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-202-14/+4
* nfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replies betterRick Macklem2021-10-183-7/+30
* nfscl: Modify Close RPC so that it does not use "owner" for NFSv4.1/4.2Rick Macklem2021-10-181-5/+8
* nfscl: Move release of the clientID lock into nfscl_doclose()Rick Macklem2021-10-162-6/+6
* nfscl: Add an argument to nfscl_tryclose()Rick Macklem2021-10-153-8/+8
* nfscl: Restructure nfscl_freeopen() slightlyRick Macklem2021-10-153-16/+28
* unionfs: Ensure SAVENAME is set for unionfs vnode operationsJason A. Harmening2021-10-142-17/+24
* nfscl: Make nfscl_getlayout() acquire the correct pNFS layoutRick Macklem2021-10-133-11/+12
* nfscl: Fix another deadlock related to the NFSv4 clientID lockRick Macklem2021-10-131-0/+4
* fifos: delegate unhandled kqueue filters to underlying filesystemKyle Evans2021-10-121-1/+0
* nfscl: Fix a deadlock related to the NFSv4 clientID lockRick Macklem2021-10-124-23/+26
* vfs: remove thread argument from VOP_STATMateusz Guzik2021-10-111-2/+2
* vfs: remove cn_threadMateusz Guzik2021-10-1115-78/+68
* nfsd: Disable the NFSv4.2 Allocate operation by defaultRick Macklem2021-10-111-0/+22
* nfscl: Fix NFS VOP_ALLOCATE for mounts without Allocate supportRick Macklem2021-10-101-7/+2
* fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers2021-10-061-7/+12
* fusefs: fix a recurse-on-non-recursive lockmgr panicAlan Somers2021-10-061-4/+16
* fusefs: quiet some cache-related warningsAlan Somers2021-10-067-107/+76
* vfs: remove dead fifoop VOP_KQFILTER implementationsKyle Evans2021-10-031-18/+0
* nfsd: Fix pNFS handling of DeallocateRick Macklem2021-10-021-2/+23
* nfs: eliminate thread argument from nfsvno_nameiMateusz Guzik2021-10-023-15/+15
* fusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORTAlan Somers2021-09-275-22/+60