aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfscommon: Prepare the NFS common code for named attributesRick Macklem2025-04-253-14/+171
* tmpfs: turn vfs.tmpfs.memory_percent into CTLFLAG_RWTUNKa Ho Ng2025-04-111-1/+1
* devfs: Return early from sysctl_devname() if no input is givenMark Johnston2025-03-201-0/+3
* nfscl: Fix setting of mtime for the NFSv4.n clientRick Macklem2025-02-243-4/+9
* vm_page: define partial page invalidateDoug Moore2025-02-221-43/+4
* Revert "vm_page: define partial page invalidate"Doug Moore2025-02-211-4/+43
* vm_page: define partial page invalidateDoug Moore2025-02-211-43/+4
* nfscl: Return appropriate reply status for NFSv4.1 callbacksRick Macklem2025-02-191-0/+19
* nfscl: Add support for CB_RECALL_ANY to the NFSv4.1/4.2 clientRick Macklem2025-02-182-0/+45
* nfscl: Move layout high water variables into clientIDRick Macklem2025-02-172-5/+9
* nfscl: Move delegation high water variables into clientIDRick Macklem2025-02-172-7/+10
* nfscl: Add support for CB_RECALL_SLOTRick Macklem2025-02-143-2/+21
* nfscl: Re-initialize session seq#s when server shrinks slot tableRick Macklem2025-02-112-8/+36
* nfs: set vnet(9) context in mountnfs()Gleb Smirnoff2025-02-011-0/+5
* nfsd: Add support for the NFSv4.2 change_attr_type attributeRick Macklem2025-01-202-1/+42
* nfscl: Simplify the deleg argument for nfscl_deleg()Rick Macklem2025-01-173-11/+7
* stat(2): add st_filerevKonstantin Belousov2025-01-161-0/+1
* nfsd: Add vfs.nfsd.testing_disable_grace sysctlRick Macklem2025-01-101-5/+12
* nfscl: Fix a crash when a readdir entry has nul in itRick Macklem2025-01-101-3/+8
* fusefs: fix a memory leakAlan Somers2024-12-231-1/+1
* tmpfs: Rework file handlesOlivier Certner2024-12-233-25/+12
* nullfs: stop lying about mount flags in statfs(2)Konstantin Belousov2024-12-201-5/+0
* fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flagsCismonX2024-12-204-21/+11
* cred: proc_set_cred(), proc_unset_cred(): Update user's process countOlivier Certner2024-12-161-6/+0
* fusefs: FUSE_NOTIFY_INVAL_* must busy the mountpointAlan Somers2024-12-131-1/+8
* ext2fs: 'struct ufid': Re-order fields and unpackOlivier Certner2024-12-131-5/+5
* tarfs: 'struct tarfs_fid': Switch 'gen' to 'u_int', avoid packingOlivier Certner2024-12-131-6/+5
* fusefs: Upgrade FUSE protocol to version 7.32.Claudiu I. Palincas2024-12-121-3/+78
* cuse: Use NULL for SYSUNINIT's last arg, which is a pointer typeZhenlei Huang2024-12-091-1/+1
* cd9660: Apply the file and directory mode masks bits to all 12 access bitsJohn Baldwin2024-12-061-1/+1
* cd9660: Remove some unneeded definitionsMark Johnston2024-12-068-27/+18
* cd9660: Make sure that struct ifid fits in generic filehandle structureMark Johnston2024-12-062-1/+4
* tarfs: Fix the size of struct tarfs_fid and add a static assertRick Macklem2024-12-062-1/+3
* ext2fs: Fix the size of struct ufid and add a static assertRick Macklem2024-12-062-1/+3
* fs: Add static asserts for the size of fid structuresRick Macklem2024-12-063-0/+6
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-263-6/+6
* nfs_commonsubs.c: Make all upper case user domain workRick Macklem2024-11-241-36/+6
* proc_rwmem check PRIV_PROC_MEM_WRITE when writingSimon J. Gerraty2024-11-091-2/+0
* p9fs: Use UNLINKAT instead of REMOVE to implement removalsMark Johnston2024-11-074-7/+38
* nfs: Fallback to GID_NOGROUP on no groupsOlivier Certner2024-11-032-3/+2
* nfs, rpc: Ensure kernel credentials have at least one groupOlivier Certner2024-11-024-8/+13
* mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin2024-10-311-1/+1
* nfs: trivial typo fixEd Maste2024-10-261-1/+1
* p9fs: Fix whitespace in request tag handling functionsMark Johnston2024-10-251-11/+11
* tmpfs_vnops: move swap work to swap_pagerDoug Moore2024-10-241-56/+4
* nfsd: Fix handling of credentials with cr_ngroups == 0Rick Macklem2024-10-211-3/+2
* tmpfs: remove duplicate flags check in tmpfs_rmdirClaudiu2024-10-131-7/+1
* tmpfs: check residence in data_lockedDoug Moore2024-10-041-4/+13
* nfsd: Fix close handling when vfs.nfsd.enable_locallocks=1Rick Macklem2024-09-301-32/+30
* Revert "nfscl: Enable support for the Lookup+Open RPC"Rick Macklem2024-09-281-0/+6