aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* file: Add a fd flag with O_RESOLVE_BENEATH semanticsMark Johnston2026-02-231-2/+2
* namei: Make stackable filesystems check harder for jail rootsMark Johnston2026-01-262-10/+39
* nullfs lookup: cn_flags is 64bitKonstantin Belousov2026-01-261-3/+3
* sysctl(9): Ease exporting struct sizes; Discourage doing thatOlivier Certner2025-05-131-5/+2
* devfs: Return early from sysctl_devname() if no input is givenMark Johnston2025-04-061-0/+3
* nfscl: Return appropriate reply status for NFSv4.1 callbacksRick Macklem2025-03-051-0/+19
* nfscl: Add support for CB_RECALL_ANY to the NFSv4.1/4.2 clientRick Macklem2025-03-042-0/+45
* nfscl: Move layout high water variables into clientIDRick Macklem2025-03-032-5/+9
* nfscl: Move delegation high water variables into clientIDRick Macklem2025-03-032-7/+10
* nfscl: Add support for CB_RECALL_SLOTRick Macklem2025-02-283-2/+21
* nfscl: Fix setting of mtime for the NFSv4.n clientRick Macklem2025-02-273-4/+9
* nfscl: Re-initialize session seq#s when server shrinks slot tableRick Macklem2025-02-252-8/+36
* nfsd: Add support for the NFSv4.2 change_attr_type attributeRick Macklem2025-02-012-1/+42
* nfscl: Fix a crash when a readdir entry has nul in itRick Macklem2025-01-241-3/+8
* stat(2): add st_filerevKonstantin Belousov2025-01-231-0/+1
* 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
* 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
* tarfs: 'struct tarfs_fid': Switch 'gen' to 'u_int', avoid packingOlivier Certner2025-01-171-6/+5
* tarfs: Fix the size of struct tarfs_fid and add a static assertRick Macklem2025-01-172-1/+3
* tarfs(5): Grammar fix for a source code commentGordon Bergling2025-01-171-1/+1
* tmpfs: Rework file handlesOlivier Certner2025-01-163-25/+12
* cred: proc_set_cred(), proc_unset_cred(): Update user's process countOlivier Certner2025-01-161-6/+0
* cd9660: Apply the file and directory mode masks bits to all 12 access bitsJohn Baldwin2024-12-271-1/+1
* nullfs: stop lying about mount flags in statfs(2)Konstantin Belousov2024-12-271-5/+0
* fs: Add static asserts for the size of fid structuresRick Macklem2024-12-203-0/+6
* cuse: Use NULL for SYSUNINIT's last arg, which is a pointer typeZhenlei Huang2024-12-151-1/+1
* cd9660: Remove some unneeded definitionsMark Johnston2024-12-138-27/+18
* 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: Add support for the NFSv4.2 mode_umask attributeRick Macklem2024-12-085-30/+72
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-12-033-6/+6
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-11-301-2/+5
* 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-154-8/+13
* nfs: trivial typo fixEd Maste2024-10-291-1/+1
* nfsd: Fix handling of credentials with cr_ngroups == 0Rick Macklem2024-10-241-3/+2
* Revert "nfscl: Enable support for the Lookup+Open RPC"Rick Macklem2024-10-121-0/+6
* nfsd: Fix close handling when vfs.nfsd.enable_locallocks=1Rick Macklem2024-10-121-32/+30
* nfscl: fix uninitialized memory in nfsv4_loadattrAlan Somers2024-10-101-0/+1
* fusefs: fix an uninitialized memory access in fuse_vnop_deallocateAlan Somers2024-10-101-1/+1
* procfs: ensure that RLIMIT_IDENT is properly updated when a limit is addedKonstantin Belousov2024-10-051-0/+3
* udf: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-2/+0
* fusefs: fix two bugs regarding _PC_MIN_HOLE_SIZEAlan Somers2024-09-191-10/+38
* nfsd: Fix handling of NFSv4 setable attributesRick Macklem2024-09-102-25/+35
* fusefs: Fix warning formattingMark Johnston2024-09-031-2/+2
* msdosfs: return ENOENT if looking up invalid name for OPEN or DELETEJose Luis Duran2024-09-011-1/+3