aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* fusefs: respect the server's FUSE_SETXATTR_EXT flagAlan Somers2025-11-063-3/+7
* fusefs: fix page fault triggered by async notification when unmountedAlan Somers2025-11-031-0/+7
* nfs_commonsubs.c: Add a sanity check for nid_ngroupRick Macklem2025-11-031-4/+9
* nfs_clrpcops.c: Check for too large a write replyRick Macklem2025-11-031-2/+2
* nfs_clrpcops.c: Fix two possible large NFSM_DISSECT()sRick Macklem2025-11-031-5/+6
* nfs_clrpcops.c: Add sanity checks for the slot cntsRick Macklem2025-11-031-1/+8
* nfs_nfsdserv.c: Add a sanity check for layout commit cntRick Macklem2025-11-031-0/+5
* deadfs: Return ENXIO instead of EIO when the device is gone.Poul-Henning Kamp2025-10-281-5/+5
* fusefs: fix a kernel panic regarding SCM_RIGHTSAlan Somers2025-09-261-3/+7
* nfsd: nfsd_excred(): Remove an obsolete commentOlivier Certner2025-09-231-5/+0
* fuse: Fix GID when sending FUSE_INTERRUPT to a FUSE daemonOlivier Certner2025-09-231-3/+1
* procfs: Restore printing the effective GID in 'status'Olivier Certner2025-09-181-6/+2
* nfscl: Restore sending the effective GID to the serverOlivier Certner2025-09-181-3/+4
* nfs: newnfs_setroot(): Remove an obsolete commentOlivier Certner2025-09-181-2/+0
* Revert "pseudofs: defer initialization until first mount"Kyle Evans2025-09-042-82/+22
* pseudofs: return errors from pfs_create_*()Kyle Evans2025-09-043-66/+87
* pseudofs: defer initialization until first mountKyle Evans2025-09-042-22/+82
* pseudofs: don't leak the unrhdr on errorKyle Evans2025-09-041-0/+1
* linsysfs: error check device-directory creationKyle Evans2025-09-041-1/+1
* nfsd: Fix the NFSv4 Readdir operation for an empty ZFS dirRick Macklem2025-09-041-0/+3
* tarfs: add missing set of eofflag in early return, discovered on aarch64John-Mark Gurney2025-08-291-0/+4
* nfs client: switch nfs_advlock() to use exclusive vnode lockKonstantin Belousov2025-08-271-6/+1
* msdofs(5): Fix a typo in a source code commentGordon Bergling2025-08-251-1/+1
* nfsclient: va_rdev should be NODEV for non-special nodesKonstantin Belousov2025-08-223-5/+5
* cd9660: va_rdev should be NODEV for non-special inodesKonstantin Belousov2025-08-221-1/+1
* nfsport.h: minor comments cleanupKonstantin Belousov2025-08-181-12/+0
* ext2fs: Set st_rdev to NODEV when not a deviceDag-Erling Smørgrav2025-08-171-1/+1
* vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav2025-08-178-30/+26
* nfsd: Fix slow leaks of NAMEI buffersRick Macklem2025-08-152-0/+7
* nfsv4: Add support for the NFSv4.2 Clone operationRick Macklem2025-08-1316-92/+660
* vfs: Add support for file cloning to VOP_COPY_FILE_RANGERick Macklem2025-08-081-0/+3
* fusefs: don't fake the mountpoint's stat info before FUSE_INIT completesAlan Somers2025-08-051-25/+9
* nfscl: Fix GetACL so that it does not want a reply cachedRick Macklem2025-08-041-1/+1
* p9fs: Set vnode state in p9fs_vget_common()Mark Johnston2025-08-041-1/+1
* tmpfs: Remove uses of DEBUG_VFS_LOCKSMark Johnston2025-08-031-1/+1
* devfs readdir: handle short buffer same as UFSKonstantin Belousov2025-08-011-1/+8
* kern: rename crsetgroups_fallback, document it in ucred(9)Kyle Evans2025-08-014-4/+4
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans2025-07-313-4/+3
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans2025-07-245-7/+9
* smbfs: Set eofflag in VOP_READDIRMark Johnston2025-07-233-12/+16
* pseudofs: Simplify pfs_readdir() and set eofflagMark Johnston2025-07-231-16/+15
* nfsd: Fix handling of VOP_PATHCONF() for attribute repliesRick Macklem2025-07-196-24/+50
* nfsd: Avoid relocking vnode for NFSv4 ReaddirRick Macklem2025-07-196-29/+40
* nfs_nfsdserv.c: Fix nfsrvd_openattr() for vnode lockingRick Macklem2025-07-181-1/+4
* msdosfs: replace '/' in direntries with '?'Konstantin Belousov2025-07-171-2/+9
* udf: Improve input validation.Dag-Erling Smørgrav2025-07-163-15/+44
* fdescfs: Set *eofflag in fdesc_readdir()Mark Johnston2025-07-151-1/+8
* p9fs: Set *eofflag in p9fs_readdir()Mark Johnston2025-07-151-1/+7
* msdosfs: Fix handling of eofflag in VOP_READDIRMark Johnston2025-07-131-11/+10
* nfsv4: No need to check va_flags twice.Dag-Erling Smørgrav2025-07-101-3/+2