aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* fusefs: fix an undefined variable accessAlan Somers2022-05-051-1/+1
* nfsd: Add a sanity check for Owner/OwnerGroup string lengthRick Macklem2022-05-042-2/+9
* nfsd: Fix handling of Open/Create for the pNFS serverRick Macklem2022-05-041-4/+4
* nfscl: Acquire a refcount on "cred" for mirrored pNFS RPCsRick Macklem2022-05-031-7/+16
* nfsd: Fix session slot freeing for NFSv4.1/4.2Rick Macklem2022-05-021-0/+2
* nfsd: Add a sanity check to SecinfoNoname for file typeRick Macklem2022-05-011-0/+5
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-305-25/+78
* fusefs: use the fsname mount option if setAlan Somers2022-04-291-2/+5
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-04-281-1/+5
* ext2: plug a set-but-not-used varMateusz Guzik2022-04-191-0/+4
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-04-191-6/+12
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-161-30/+27
* fusefs: validate servers' error valuesAlan Somers2022-04-151-2/+12
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-144-12/+11
* unionfs: Use __diagused for a variable only used in KASSERT().John Baldwin2022-04-131-1/+1
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-135-66/+50
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-103-44/+44
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-103-27/+22
* nfscl: Ansify a function headerRick Macklem2022-04-091-5/+2
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-084-21/+26
* smbfs: Remove unused variable.John Baldwin2022-04-081-2/+1
* smbfs_rename: Move all references to flags under #ifdef notnow.John Baldwin2022-04-081-0/+8
* fusefs: fix two bugs regarding VOP_RECLAIM of the root inodeAlan Somers2022-04-061-1/+18
* Unbreak the build: Also define NFSV42_OLDNPROCS here.Warner Losh2022-04-051-0/+3
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-054-8/+18
* fusefs(5): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* nfscl: Fix IO_APPEND writes from kernel spaceRick Macklem2022-03-281-1/+1
* nfsclient: Fix a typos in source code commentsGordon Bergling2022-03-271-2/+2
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-248-8/+8
* nullfs: hash insertion without vnode lock upgradeMateusz Guzik2022-03-192-63/+53
* fusefs: Initialize a pad word in the mknod messageMark Johnston2022-03-171-0/+1
* nfscl: Do not do a Lookup+Open for pNFS mountsRick Macklem2022-03-171-1/+3
* nfscl: Fix NFSv4.1/4.2 Lookup+Open RPCRick Macklem2022-03-131-6/+10
* vfs: prefix lookup and relookup with vfs_Mateusz Guzik2022-03-133-5/+5
* nfsd: Do not exempt NFSv3 Fsinfo from the TLS checkRick Macklem2022-03-101-15/+14
* nfscl: Fix a use after free in nfscl_cleanupkext()Rick Macklem2022-02-251-6/+42
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-02-241-1/+1
* Revert "nfscl: Fix a use after free in nfscl_cleanupkext()"Rick Macklem2022-02-241-59/+11
* unionfs: rework unionfs_getwritemount()Jason A. Harmening2022-02-241-15/+34
* nfscl: Fix a use after free in nfscl_cleanupkext()Rick Macklem2022-02-221-11/+59
* msdosfs: Fix mounting when the device sector size is >512BMark Johnston2022-02-141-1/+1
* unionfs: fix typo in commentJason A. Harmening2022-02-101-1/+1
* nfsd: Reply NFSERR_SEQMISORDERED for bogus seqid argumentRick Macklem2022-02-091-4/+5
* fs: fix a few common typos in source code commentsGordon Bergling2022-02-062-4/+4
* fusefs: fix the build without INVARIANTS after 00134a07898Alan Somers2022-02-051-3/+2
* fusefs: require FUSE_NO_OPENDIR_SUPPORT for NFS exportingAlan Somers2022-02-043-78/+64
* fusefs: optimize NFS readdir for FUSE_NO_OPENDIR_SUPPORTAlan Somers2022-02-041-6/+8
* Fix NFS exports of FUSE file systems for big directoriesAlan Somers2022-02-041-7/+7
* unionfs: do not force LK_NOWAIT if VI_OWEINACT is setJason A. Harmening2022-02-031-4/+0
* unionfs: allow lock recursion when reclaiming the root vnodeJason A. Harmening2022-02-032-4/+16