aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* nfs_commonsubs.c: Add a sanity check for nid_ngroupRick Macklem2025-10-281-4/+9
* fusefs(5): Fix a couple of typos in kernel messagesGordon Bergling2025-10-282-2/+2
* nfs_clrpcops.c: Check for too large a write replyRick Macklem2025-10-271-2/+2
* nfs_clrpcops.c: Fix two possible large NFSM_DISSECT()sRick Macklem2025-10-271-5/+6
* nfs_clrpcops.c: Add sanity checks for the slot cntsRick Macklem2025-10-271-1/+8
* nfs_nfsdserv.c: Add a sanity check for layout commit cntRick Macklem2025-10-271-0/+5
* fusefs: fix page fault triggered by async notification when unmountedAlan Somers2025-10-261-0/+7
* pathconf: Define a new name called _PC_CASE_INSENSITIVERick Macklem2025-10-251-0/+3
* devfs: make destroy_dev() a release barrier for cdevpriv destructors runsKonstantin Belousov2025-10-242-3/+15
* deadfs: Return ENXIO instead of EIO when the device is gone.Poul-Henning Kamp2025-10-241-5/+5
* nfs: Add support for the NFSv4 archive attributeRick Macklem2025-10-226-10/+52
* nfscommon: Update the nfs_bigreply arrayElliott Mitchell2025-10-192-9/+16
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-182-0/+4
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2025-10-162-3/+3
* unionfs: avoid vdrop()ing a locked but doomed vnodeJason A. Harmening2025-10-161-7/+3
* unionfs: fix NULL deref on closing an fd passed through SCM_RIGHTSJason A. Harmening2025-10-142-1/+3
* fuse_flush: Reuse the struct mount *mp variableGleb Popov2025-10-141-2/+2
* p9fs: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-2/+1
* nullfs: add nounixbypass mount optionKonstantin Belousov2025-10-094-2/+22
* nullfs_mount: use symbols instead of string literals for cache mount optionsKonstantin Belousov2025-10-091-2/+5
* nullfs: add a helper for testing if vnode belongs to a nullfs mountKonstantin Belousov2025-10-093-3/+13
* fs/nullfs/null.h: put first definition after headers includeKonstantin Belousov2025-10-091-2/+2
* nullfs: fix up build with INVARIANTS after previousMateusz Guzik2025-10-061-1/+1
* nullfs: shrink null_node to 32 bytesMateusz Guzik2025-10-062-6/+8
* nullfs: Slightly reduce contention by reducing concurrent sectionsOlivier Certner2025-10-061-3/+4
* nullfs: Fix some style after recent changesOlivier Certner2025-10-061-3/+3
* nullfs: avoid the interlock in null_lock with smrMateusz Guzik2025-10-032-58/+95
* nullfs: smr-protected hash lookupMateusz Guzik2025-10-033-23/+51
* nullfs: assert the vnode is not doomed in null_hashget_lockedMateusz Guzik2025-10-031-12/+15
* nullfs: remove the vhold/vdrop cycle around unlockMateusz Guzik2025-10-031-7/+11
* vfs: retire the VREF macroMateusz Guzik2025-09-2717-33/+33
* vfs: retire the NULLVP macroMateusz Guzik2025-09-2721-258/+258
* vfs: retire the VCALL macroMateusz Guzik2025-09-271-1/+1
* fusefs: fix a kernel panic regarding SCM_RIGHTSAlan Somers2025-09-191-3/+7
* nfsd: nfsd_excred(): Remove an obsolete commentOlivier Certner2025-09-171-5/+0
* fuse: Fix GID when sending FUSE_INTERRUPT to a FUSE daemonOlivier Certner2025-09-171-3/+1
* fusefs: spaces to tabs. No functional change.Alan Somers2025-09-151-1/+1
* procfs: Restore printing the effective GID in 'status'Olivier Certner2025-09-091-6/+2
* nfscl: Restore sending the effective GID to the serverOlivier Certner2025-09-091-3/+4
* nfs: newnfs_setroot(): Remove an obsolete commentOlivier Certner2025-09-091-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-64/+85
* 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