aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Scan readdir reply filenames for invalid charactersRick Macklem2024-08-071-27/+110
* nfsclient: Propagate copyin() errors from nfsm_uiombuf()Mark Johnston2023-12-124-13/+39
* fusefs: sanitize FUSE_READLINK results for embedded NULsAlan Somers2023-10-152-0/+8
* nfscl: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-2/+2
* fusefs: fix some bugs updating atime during closeAlan Somers2023-10-031-4/+23
* vfs: copy_file_range() between multiple mountpoints of the same fs typeMartin Matuska2023-09-071-2/+5
* Remove my middle name.Dag-Erling Smørgrav2023-08-176-6/+6
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1653-106/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1616-16/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1630-30/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1682-164/+0
* tmpfs: add the "pgread" mount option to the allowed options list for mountKonstantin Belousov2023-08-111-1/+1
* tmpfs: add a knob to enable pgcache read for mountKonstantin Belousov2023-08-093-2/+8
* cd9660: Reject volumes with small logical block sizesJohn Baldwin2023-08-041-0/+7
* udf: Reject read requests with an invalid lengthJohn Baldwin2023-08-042-1/+8
* udf: reject invalid block sizes from lvdKonstantin Belousov2023-08-041-0/+5
* nfsserver: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* cd9660: do not leak buffers in cd9660_rrip_loop()Konstantin Belousov2023-07-311-6/+12
* fdescfs: add a mount option rdlnkKonstantin Belousov2023-07-133-5/+13
* Revert "VFS: Remove VV_READLINK flag" and "fdescfs: improve linrdlnk mount op...Konstantin Belousov2023-07-131-5/+3
* msdosfs: zero partially valid extended clusterKonstantin Belousov2023-07-111-1/+8
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-0518-42/+42
* fdescfs: improve linrdlnk mount optionKonstantin Belousov2023-06-271-3/+5
* pseudofs: Fix a potential out-of-bounds access in pfs_lookup()Mark Johnston2023-06-231-2/+2
* tarfs: Don't use IO_DIRECT when reading from tarball.Dag-Erling Smørgrav2023-06-201-4/+2
* fusefs: Remove an unused pbuf zoneMark Johnston2023-05-222-5/+0
* ext2fs: Add large sectorsize disks supportFedor Uporov2023-05-212-24/+30
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-127-7/+7
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1255-55/+55
* unionfs(): destroy root vnode if upper registration failsJason A. Harmening2023-05-071-0/+1
* unionfs: prevent upperrootvp from being recycled during mountJason A. Harmening2023-05-071-1/+14
* unionfs: fixes to unionfs_nodeget() error handlingJason A. Harmening2023-05-071-3/+5
* nfsd: Fix NFSv3 Readdir/ReaddirPlus reply for large i-node numbersRick Macklem2023-05-051-4/+3
* sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer2023-04-253-8/+8
* fs/msdosfs: Fix potential panic and size calculationsStefan Eßer2023-04-253-11/+23
* ext2fs: extract crc16 into sys/crc16.hVal Packett2023-04-241-50/+5
* tmpfs: add missing vop_fplookup ops to tmpfs_fifoop_entriesMateusz Guzik2023-04-181-0/+2
* unionfs_mkdir(): handle dvp reclamationJason A. Harmening2023-04-181-4/+29
* Remove unionfs_islocked()Jason A. Harmening2023-04-181-19/+1
* Remove an impossible condition from unionfs_lock()Jason A. Harmening2023-04-181-8/+0
* unionfs: remove LK_UPGRADE if falling back to the standard lockJason A. Harmening2023-04-181-2/+18
* tarfs: Use the existing CTLFLAG_RWTUN flag definitionZhenlei Huang2023-04-121-2/+2
* procfs: Sync a documentation comment with the code.Joseph Koshy2023-04-101-2/+3
* udf: Remove set but unused variable from udf_getattr.John Baldwin2023-04-101-3/+0
* vn_lock_pair(): allow to request shared lockingKonstantin Belousov2023-04-071-1/+2
* nfscl: Fix support for doing Null RPCsRick Macklem2023-04-071-0/+5
* nfsd: Add support for the SP4_MACH_CRED case in ExchangeIDRick Macklem2023-04-076-21/+215