aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Fix a crash when a readdir entry has nul in itRick Macklem2025-01-241-3/+8
* fusefs: fix a memory leakAlan Somers2025-01-201-1/+1
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2025-01-204-21/+11
* fusefs: FUSE_NOTIFY_INVAL_* must busy the mountpointAlan Somers2025-01-201-1/+8
* tmpfs: remove duplicate flags check in tmpfs_rmdirClaudiu2025-01-201-7/+1
* nfscl: fix uninitialized memory in nfsv4_loadattrAlan Somers2025-01-201-0/+1
* ext2fs: 'struct ufid': Re-order fields and unpackOlivier Certner2025-01-171-5/+5
* ext2fs: Fix the size of struct ufid and add a static assertRick Macklem2025-01-172-1/+3
* cred: proc_set_cred(), proc_unset_cred(): Update user's process countOlivier Certner2025-01-171-6/+0
* cd9660: Apply the file and directory mode masks bits to all 12 access bitsJohn Baldwin2024-12-271-1/+1
* cuse: Use NULL for SYSUNINIT's last arg, which is a pointer typeZhenlei Huang2024-12-151-1/+1
* cd9660: Make sure that struct ifid fits in generic filehandle structureMark Johnston2024-12-132-1/+4
* nfs_commonsubs.c: Make all upper case user domain workRick Macklem2024-12-081-36/+6
* nfs: Fallback to GID_NOGROUP on no groupsOlivier Certner2024-11-152-3/+2
* nfs, rpc: Ensure kernel credentials have at least one groupOlivier Certner2024-11-153-4/+11
* nfsd: Fix handling of credentials with cr_ngroups == 0Rick Macklem2024-10-241-3/+2
* nfsd: Fix close handling when vfs.nfsd.enable_locallocks=1Rick Macklem2024-10-121-32/+30
* udf: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-2/+0
* nfsd: Fix handling of NFSv4 setable attributesRick Macklem2024-09-102-25/+35
* nfsproto.h: Define the new mode_umask attributeRick Macklem2024-08-311-2/+2
* msdosfs: fix cluster limit when mounting FAT-16 file systemsStefan Eßer2024-08-151-1/+3
* nfscl: Scan readdir reply filenames for invalid charactersRick Macklem2024-07-281-27/+110
* nfsd: Make modifying vfs.nfsd.enable_locallocks safeRick Macklem2024-07-231-2/+33
* nfsd: Allow a mutex lock for clientID handlingRick Macklem2024-07-221-80/+161
* nfsd: Fix nfsrv_cleanclient so that it can be called with a mutexRick Macklem2024-07-213-23/+34
* fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZEAlan Somers2024-07-081-10/+38
* fusefs: correct a commentAlan Somers2024-06-131-4/+5
* fusefs: only test for incoherency if FN_SIZECHANGE is setEmil Tsalapatis2024-06-131-2/+2
* nfs client comment typo fixKonstantin Belousov2024-05-211-1/+1
* tmpfs_destroy_vobject(): clear v_object under the object lockKonstantin Belousov2024-05-191-1/+3
* swap-like pagers: assert that writemapping decrease does not pass zeroKonstantin Belousov2024-05-191-0/+3
* tmpfs: recalculate OBJ_TMPFS_VREF on reinstantiating node' vnodeKonstantin Belousov2024-05-191-3/+7
* devfs_allocv(): styleKonstantin Belousov2024-05-191-2/+1
* nfsd: Fix Link conformance with RFC8881 for delegationsRick Macklem2024-05-113-8/+17
* nfscl: Clear out a lot of cruft related to B_DIRECTRick Macklem2024-05-017-230/+57
* nfscl: Do not use nfso_own for delayed nfsrpc_doclose()Rick Macklem2024-05-011-6/+14
* Revert "nfsd: Fix NFSv4.1/4.2 Claim_Deleg_Cur_FH"Rick Macklem2024-04-282-20/+6
* nullfs: Show correct exported flag.Dag-Erling Smørgrav2024-04-271-3/+4
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2024-04-273-3/+3
* cd9660: Add support for mask,dirmask,uid,gid optionsRicardo Branco2024-04-084-4/+55
* cdevpriv(9): add iteratorKonstantin Belousov2024-03-301-0/+20
* nfsd: Add a sysctl to limit NFSv4.2 Copy RPC sizeRick Macklem2024-03-301-2/+14
* nullfs_mount(): fix whitespaceKonstantin Belousov2024-03-131-1/+1
* nullfs: add -o cacheKonstantin Belousov2024-03-131-6/+9
* nullfs_mount(): remove unneeded castKonstantin Belousov2024-03-131-2/+2
* nullfs: Add the vfs.nullfs.cache_nodes sysctl to control nocache defaultSeigo Tanimura2024-03-131-1/+10
* fs/msdosfs fatblock: use ulmin() rather than min()Konstantin Belousov2024-03-011-1/+1
* msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer2024-02-233-5/+24
* msdosfs: fix directory corruption after rename operationStefan Eßer2024-02-201-1/+3
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-122-1/+7