aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs client comment typo fixKonstantin Belousov2024-05-181-1/+1
* tmpfs_destroy_vobject(): clear v_object under the object lockKonstantin Belousov2024-05-131-1/+3
* swap-like pagers: assert that writemapping decrease does not pass zeroKonstantin Belousov2024-05-131-0/+3
* tmpfs: recalculate OBJ_TMPFS_VREF on reinstantiating node' vnodeKonstantin Belousov2024-05-131-3/+7
* devfs_allocv(): styleKonstantin Belousov2024-05-121-2/+1
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-05-101-2/+5
* nfscl: Do not do readahead for directoriesRick Macklem2024-05-101-30/+1
* nfsd: Fix Link conformance with RFC8881 for delegationsRick Macklem2024-05-043-8/+17
* unionfs_rename: fix numerous locking issuesJason A. Harmening2024-04-291-56/+96
* nfscl: Clear out a lot of cruft related to B_DIRECTRick Macklem2024-04-287-230/+57
* nfscl: Do not use nfso_own for delayed nfsrpc_doclose()Rick Macklem2024-04-261-6/+14
* nfscl: Revert part of commit 196787f79e67Rick Macklem2024-04-253-46/+11
* Revert "nfsd: Fix NFSv4.1/4.2 Claim_Deleg_Cur_FH"Rick Macklem2024-04-252-20/+6
* udf: uma_zcreate() does not failMark Johnston2024-04-241-11/+0
* nfsserver: Default to nfs_reserved_port_only="YES"Mark Johnston2024-04-231-1/+1
* tarfs(5): Grammar fix for a source code commentGordon Bergling2024-04-201-1/+1
* nfsserver: Rate-limit messages about requests from unprivileged portsMark Johnston2024-04-171-4/+14
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-152-0/+3
* nullfs: Show correct exported flag.Dag-Erling Smørgrav2024-04-131-3/+4
* nfscl: Purge name cache when readdir_plus is doneZaphrod Beeblebrox2024-04-111-0/+10
* unionfs_lookup(): fix wild accesses to vnode private dataJason A. Harmening2024-04-091-7/+15
* tarfs: Implement VOP_BMAPMark Johnston2024-04-051-0/+55
* fusefs: correct a commentAlan Somers2024-04-041-4/+5
* tarfs: Inherit mnt_iosize_max from the lower vnodeMark Johnston2024-04-041-0/+2
* tarfs: Fix 32-bit build.Dag-Erling Smørgrav2024-04-031-4/+4
* tarfs: Ignore global extended headers.Dag-Erling Smørgrav2024-04-031-6/+7
* tarfs: Support paths that spill into exthdrs.Dag-Erling Smørgrav2024-04-031-1/+6
* unionfs: implement VOP_UNP_* and remove special VSOCK vnode handlingJason A. Harmening2024-03-241-89/+84
* cdevpriv(9): add iteratorKonstantin Belousov2024-03-231-0/+20
* nfsd: Add a sysctl to limit NFSv4.2 Copy RPC sizeRick Macklem2024-03-161-2/+14
* unionfs: accommodate underlying FS calls that may re-lockJason A. Harmening2024-03-103-60/+289
* nullfs_mount(): fix whitespaceKonstantin Belousov2024-03-081-1/+1
* nullfs: add -o cacheKonstantin Belousov2024-03-081-6/+9
* nullfs_mount(): remove unneeded castKonstantin Belousov2024-03-081-2/+2
* nullfs: Add the vfs.nullfs.cache_nodes sysctl to control nocache defaultSeigo Tanimura2024-03-071-1/+10
* tarfs: Fix checksum on 32-bit platforms.Dag-Erling Smørgrav2024-03-071-1/+1
* tarfs: Fix checksum calculation.Dag-Erling Smørgrav2024-03-061-11/+20
* tarfs: Remove unnecessary hack and obsolete comment.Dag-Erling Smørgrav2024-03-061-9/+1
* tarfs: Avoid overflow in exthdr calculation.Dag-Erling Smørgrav2024-03-061-1/+2
* tarfs: Improve validation of numeric fields.Dag-Erling Smørgrav2024-03-061-66/+77
* tarfs: Fix two input validation issues.Dag-Erling Smørgrav2024-03-061-12/+25
* fs/msdosfs fatblock: use ulmin() rather than min()Konstantin Belousov2024-02-231-1/+1
* msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer2024-02-203-5/+24
* unionfs: work around underlying FS failing to respect cn_namelenJason A. Harmening2024-02-181-0/+17
* unionfs: upgrade the vnode lock during fsync() if necessaryJason A. Harmening2024-02-182-1/+10
* unionfs: cache upper/lower mount objectsJason A. Harmening2024-02-183-19/+24
* msdosfs: fix directory corruption after rename operationStefan Eßer2024-02-171-1/+3
* fusefs: only test for incoherency if FN_SIZECHANGE is setEmil Tsalapatis2024-02-091-2/+2
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-042-1/+7
* sys/fs/unionfs/union_vnops.c: remove an extra semicolonrilysh2024-02-031-1/+1