aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* procfs: Add self & exe symlinks like NetBSD doesRicardo Branco2024-02-031-0/+4
* kcmp(2): implement for devfs filesKonstantin Belousov2024-01-241-0/+9
* tmpfs: increase vfs.tmpfs.memory_percent to 100 as workaroundMike Karels2024-01-231-1/+1
* devfs(5): Fix a typo in a source code commentGordon Bergling2024-01-201-1/+1
* fusefs(5): Fix a typo in a SDT probeGordon Bergling2024-01-201-1/+1
* msdosfs_remount_ro(): correct vfs_unbusy() loopKonstantin Belousov2024-01-201-2/+1
* msdosfs_integrity_error(): plug possible busy leakKonstantin Belousov2024-01-181-4/+14
* msdosfs_rename(): implement several XXXs about downgrading to roKonstantin Belousov2024-01-181-3/+12
* msdosfs_rename(): handle errors from msdosfs_lookup_ino()Konstantin Belousov2024-01-181-2/+2
* fusefs: fix an interaction between copy_file_range and mmapAlan Somers2024-01-151-0/+1
* ncl_bioread(): check for vp->v_object before accessing itKonstantin Belousov2024-01-151-6/+14
* cd9660: Add support for mask,dirmask,uid,gid optionsRicardo Branco2024-01-124-4/+55