aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* devfs: make destroy_dev() a release barrier for cdevpriv destructors runsKonstantin Belousov2025-12-242-3/+15
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans2025-12-195-7/+7
* nfs_nfsdstate.c: Add sanity checks for lock stateidsRick Macklem2025-12-101-0/+14
* fusefs: fix page fault triggered by async notification when unmountedAlan Somers2025-11-221-0/+6
* nfsclient: Fix a typo in a panic messageGordon Bergling2025-11-191-1/+1
* tarfs: Fix support for large filesDag-Erling Smørgrav2025-11-192-26/+24
* cd9660: Unbreak symbolic linksDag-Erling Smørgrav2025-11-141-2/+2
* nfs_clrpcops.c: NFSM_DISSECT() reply for each dir separatelyRick Macklem2025-10-311-3/+7
* nfs_commonsubs.c: Add a sanity check for nid_ngroupRick Macklem2025-10-301-4/+9
* nfs_clrpcops.c: Check for too large a write replyRick Macklem2025-10-301-2/+2
* nfs_clrpcops.c: Fix two possible large NFSM_DISSECT()sRick Macklem2025-10-301-5/+6
* nfs_clrpcops.c: Add sanity checks for the slot cntsRick Macklem2025-10-301-1/+8
* nfs_nfsdserv.c: Add a sanity check for layout commit cntRick Macklem2025-10-301-0/+5
* deadfs: Return ENXIO instead of EIO when the device is gone.Poul-Henning Kamp2025-10-281-5/+5
* nullfs: add nounixbypass mount optionKonstantin Belousov2025-10-244-3/+23
* nullfs_mount: use symbols instead of string literals for cache mount optionsKonstantin Belousov2025-10-241-2/+5
* nullfs: add a helper for testing if vnode belongs to a nullfs mountKonstantin Belousov2025-10-243-3/+13
* fusefs: fix a kernel panic regarding SCM_RIGHTSAlan Somers2025-09-271-3/+7
* fusefs: don't fake the mountpoint's stat info before FUSE_INIT completesAlan Somers2025-09-271-25/+9
* nfsd: Fix the NFSv4 Readdir operation for an empty ZFS dirRick Macklem2025-09-071-0/+3
* nfs client: switch nfs_advlock() to use exclusive vnode lockKonstantin Belousov2025-09-031-6/+1
* nfsd: Fix slow leaks of NAMEI buffersRick Macklem2025-08-292-0/+7
* nfsclient: va_rdev should be NODEV for non-special nodesKonstantin Belousov2025-08-283-5/+5
* cd9660: va_rdev should be NODEV for non-special inodesKonstantin Belousov2025-08-281-1/+1
* vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav2025-08-288-30/+26
* msdofs(5): Fix a typo in a source code commentGordon Bergling2025-08-281-1/+1
* tmpfs: Remove uses of DEBUG_VFS_LOCKSMark Johnston2025-08-251-1/+1
* nfscl: Fix GetACL so that it does not want a reply cachedRick Macklem2025-08-231-1/+1
* nfsd: Avoid relocking vnode for NFSv4 ReaddirRick Macklem2025-08-236-29/+40
* nfsport.h: minor comments cleanupKonstantin Belousov2025-08-211-12/+0
* p9fs: Set vnode state in p9fs_vget_common()Mark Johnston2025-08-121-1/+1
* smbfs: Set eofflag in VOP_READDIRMark Johnston2025-08-123-12/+16
* pseudofs: Simplify pfs_readdir() and set eofflagMark Johnston2025-08-121-16/+15
* devfs readdir: handle short buffer same as UFSKonstantin Belousov2025-08-081-1/+8
* p9fs: Set *eofflag in p9fs_readdir()Mark Johnston2025-07-291-1/+7
* fdescfs: Set *eofflag in fdesc_readdir()Mark Johnston2025-07-291-1/+8
* msdosfs: Fix handling of eofflag in VOP_READDIRMark Johnston2025-07-291-11/+10
* file: Add a fd flag with O_RESOLVE_BENEATH semanticsMark Johnston2025-07-291-2/+2
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-07-287-11/+11
* udf: Improve input validation.Dag-Erling Smørgrav2025-07-243-15/+44
* msdosfs: replace '/' in direntries with '?'Konstantin Belousov2025-07-241-2/+9
* fusefs: fix a panic in vop_close with a CTL consumerAlan Somers2025-07-231-0/+3
* fusefs: add more checks for buggy FUSE serversAlan Somers2025-07-233-0/+34
* fusefs: Fix a panic when unmounting before initAlan Somers2025-07-231-0/+3
* fusefs: delete dead codeAlan Somers2025-07-232-8/+1
* p9fs: Call VN_LOCK_ASHARE on new vnodesMark Johnston2025-07-041-0/+2
* namei: Fix cn_flags width in 9pfsMark Johnston2025-07-041-1/+1
* p9fs: Use UNLINKAT instead of REMOVE to implement removalsMark Johnston2025-07-044-7/+38
* p9fs: Fix whitespace in request tag handling functionsMark Johnston2025-07-041-11/+11
* p9fs: Properly handle paths containing "."Bakul Shah2025-07-041-1/+1