aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-201-2/+32
* fusefs: update atime on reads when using cached attributesAlan Somers2022-10-195-6/+33
* Add missing change from c76461e064b675c8edd3b1d9bb917905a885a860Alan Somers2022-10-191-1/+1
* Fix a vnode locking bug in fuse_vnop_advlock.Alan Somers2022-10-191-12/+16
* fusefs: during F_GETLK, don't change l_pid if no lock is foundAlan Somers2022-10-191-1/+1
* nfs_clvnops.c: Fix access to v_mount when vnode unlockedRick Macklem2022-10-081-2/+4
* nfscl: Fix parameter order in the calls to MGET().Zhenlei Huang2022-10-071-1/+1
* nfscl: Allow "nolockd" to work for NFSv4 mountsRick Macklem2022-09-192-26/+29
* nfscl: Add a console message for session recoveryRick Macklem2022-09-161-0/+4
* nfsd: Update console message for no session foundRick Macklem2022-09-161-2/+5
* msdosfs(5): Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSIONRick Macklem2022-09-021-0/+2
* nfscl: Fix handling of a bad session slot (NFSv4.1/4.2)Rick Macklem2022-09-021-1/+1
* fusefs: make the mknod.cc tests a bit more general.Alan Somers2022-08-203-3/+31
* fusefs: fix an undefined variable accessAlan Somers2022-08-201-1/+1
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-08-201-1/+5
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-08-201-6/+12
* fusefs: validate servers' error valuesAlan Somers2022-08-201-2/+12
* fusefs: fix two bugs regarding VOP_RECLAIM of the root inodeAlan Somers2022-08-201-1/+18
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-08-191-1/+1
* nullfs(5): Fix a typo in a source code commentGordon Bergling2022-08-101-1/+1
* nfscl: Fix setting of nfsess_defunct for nfscl_hasexpired()Rick Macklem2022-07-231-3/+5
* Adjust dtnfsclient_unload() definition to avoid clang 15 warningDimitry Andric2022-07-231-1/+1
* nfscl: Add a diagnostic printf() for a "should never happen" caseRick Macklem2022-06-101-1/+5
* nfscl: Do not handle NFSERR_BADSESSION in operation codeRick Macklem2022-06-102-3/+2
* nfsd: Fix handling of Open/Create for the pNFS serverRick Macklem2022-05-201-4/+4
* nfsd: Add a sanity check for Owner/OwnerGroup string lengthRick Macklem2022-05-202-2/+9
* nfsd: Fix session slot freeing for NFSv4.1/4.2Rick Macklem2022-05-161-0/+2
* Unify zlib instances into one.Xin LI2022-04-104-0/+4
* nfsclient: Fix a typos in source code commentsGordon Bergling2022-03-301-2/+2
* nfscl: Fix a use after free in nfscl_cleanupkext()Rick Macklem2022-03-041-6/+42
* nfsd: Reply NFSERR_SEQMISORDERED for bogus seqid argumentRick Macklem2022-02-161-4/+5
* nfsd: Allow file owners to perform Open(Delegate_cur)Rick Macklem2022-02-161-2/+4
* fs: fix a few common typos in source code commentsGordon Bergling2022-02-092-4/+4
* fusefs: in the tests, always assume debug.try_reclaim_vnode is availableAlan Somers2022-01-181-8/+18
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-186-7/+42
* nfs: don't truncate directory cookies to 32-bits in the NFS serverAlan Somers2022-01-033-14/+15
* fusefs: correctly handle an inode that changes file typesAlan Somers2022-01-032-14/+20
* nfscl: Handle CB_SEQUENCE not first op correctlyRick Macklem2021-12-301-15/+15
* nfsd: Limit parsing of layout errors to maxcnt bytesRick Macklem2021-12-271-1/+12
* nfscl: Fix must_commit handling for mirrored pNFS mountsRick Macklem2021-12-261-2/+6
* nfscl: Fix must_commit/writeverf handling for Direct I/ORick Macklem2021-12-252-9/+42
* nfscl: Sanity check the callback tag lengthRick Macklem2021-12-231-1/+2
* nfscl: Check for an error return from nfsrv_getattrbits()Rick Macklem2021-12-231-2/+6
* nfscommon: Fix arguments for priv_check_cred()Rick Macklem2021-12-181-1/+1
* nfsd: Fix Verify for attributes like FilesAvailRick Macklem2021-12-181-30/+61
* nfsd: Sanity check the Layouttype countRick Macklem2021-12-181-0/+9
* nfsd: Do not try to cache a reply for NFSERR_BADSLOTRick Macklem2021-12-151-1/+2
* nfsd: Sanity check the ACL attributeRick Macklem2021-12-152-1/+15
* nfscl: Sanity check the Sequence slotid in replyRick Macklem2021-12-111-0/+12