aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Fix handling of attributes during Open/Create/Exclusive_41Rick Macklem32 hours6-17/+57
* Remove the DEBUG_VFS_LOCKS kernel optionMark Johnston42 hours1-1/+1
* fusefs: support FUSE_IOCTLCismonX7 days3-8/+94
* nfsd: Fix handling of hidden/system during Open/CreateRick Macklem9 days2-0/+49
* nfscl: Fix handling of POSIX draft default ACLsRick Macklem2025-12-311-1/+2
* fs/fuse: use dedicated category per source fileKonstantin Belousov2025-12-293-3/+3
* nfs: Add some support for POSIX draft ACLsRick Macklem2025-12-221-3/+13
* nfs: Add some support for POSIX draft ACLsRick Macklem2025-12-229-68/+65
* nfscl: Add some support for POSIX draft ACLsRick Macklem2025-12-223-36/+105
* nfscommon: Add some support for POSIX draft ACLsRick Macklem2025-12-223-25/+445
* nfsd: Add some support for POSIX draft ACLsRick Macklem2025-12-224-51/+172
* nfscommon: Add some support for POSIX draft ACLsRick Macklem2025-12-214-1/+56
* unionfs: Sporadic cleanupDag-Erling Smørgrav2025-12-173-25/+23
* unionfs: Support renaming symbolic linksDag-Erling Smørgrav2025-12-173-0/+179
* swap_pager_seek_data(): move the clipping at the object size to consumersKonstantin Belousov2025-12-171-0/+2
* unionfs: detect common deadlock-producing mount misconfigurationsJason A. Harmening2025-12-121-2/+25
* unionfs: Implement VOP_GETLOWVNODEJason A. Harmening2025-12-121-0/+45
* nfs_nfsdstate.c: Add sanity checks for lock stateidsRick Macklem2025-11-261-0/+14
* cuse: Fix cdevpriv bugs in cuse_client_open()Christos Margiolis2025-11-131-13/+5
* tarfs: Fix support for large filesDag-Erling Smørgrav2025-11-122-26/+24
* cd9660: Unbreak symbolic linksDag-Erling Smørgrav2025-11-101-2/+2
* nfs_clvnops: standardize on EOPNOTSUPP for posix_fallocate(2)Kyle Evans2025-11-051-2/+6
* fusefs: standardize on OPNOTSUPP for posix_fallocate(2)Kyle Evans2025-11-051-3/+3
* fusefs: respect the server's FUSE_SETXATTR_EXT flagAlan Somers2025-11-033-3/+7
* nfs: Add support for the new _PC_CASE_INSENSITIVE nameRick Macklem2025-11-027-23/+52
* nfs_clvfsops.c: Allow long directory mount pathsRick Macklem2025-10-291-3/+5
* nfsclient: Fix a typo in a panic messageGordon Bergling2025-10-291-1/+1
* nfs_commonsubs.c: Get rid of variable used as a constantRick Macklem2025-10-291-2/+1
* nfs_clrpcops.c: NFSM_DISSECT() reply for each dir separatelyRick Macklem2025-10-281-3/+7
* 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