aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* deadfs: consistently return EOPNOTSUPP for fplookup vopsMateusz Guzik2023-04-061-1/+1
* pseudofs: Simplify pfs_visible_procDmitry Chagin2023-04-021-8/+4
* pseudofs: Allow vis callback to be called for a named nodeDmitry Chagin2023-04-022-5/+6
* pseudofs: Microoptimize struct pfs_nodeDmitry Chagin2023-04-022-4/+6
* nfscommon: Add support for an NFSv4 operation bitmapRick Macklem2023-04-014-0/+215
* fuse: Remove set but unused cr_gid variable.John Baldwin2023-03-311-5/+0
* fs/cd9660: add header include guardsEd Maste2023-03-303-0/+15
* fs/msdosfs: add tracking of free root directory entriesStefan Eßer2023-03-293-2/+123
* nfscl: Make coverity happyRick Macklem2023-03-294-24/+24
* tarfs_mount allow control of vfs_mountedfromSimon J. Gerraty2023-03-281-6/+10
* nfscl: Make coverity happyRick Macklem2023-03-272-2/+2
* fdesc_lookup(): drop fdroppedKonstantin Belousov2023-03-241-6/+2
* fdesc_lookup(): the condition to use vn_vget_ino() is always trueKonstantin Belousov2023-03-241-20/+18
* fdesc_lookup(): no need to vhold the dvp vnodeKonstantin Belousov2023-03-241-2/+0
* fdesc_allocvp(): fix potential use after freeKonstantin Belousov2023-03-241-4/+5
* fdescfs: remove useless XXX comment, unwrap lineKonstantin Belousov2023-03-241-2/+1
* fdescfs: Fix a file ref leakMark Johnston2023-03-221-17/+25
* Fix compilation issue, when DTRACE is not definedFedor Uporov2023-03-201-4/+1
* ext2_dirbad(): fix !DTRACE buildKonstantin Belousov2023-03-201-1/+1
* Do not panic in case of corrupted directoryFedor Uporov2023-03-182-9/+14
* Add root directory entry check.Fedor Uporov2023-03-181-0/+7
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-1614-59/+377
* tarfs: Fix backtracking during node creation.Dag-Erling Smørgrav2023-03-161-0/+5
* tarfs: Support tar files which include file modes with permissions.Dag-Erling Smørgrav2023-03-161-2/+2
* tarfs: Correctly track link count.Dag-Erling Smørgrav2023-03-162-4/+16
* msdosfs: fix debug print format and parameterStefan Eßer2023-03-082-2/+2
* tarfs: Set mountedfrom correctly.Dag-Erling Smørgrav2023-03-071-1/+1
* nfs_fha_new: Fix nfs_fha_new so that sysctls work in prisonsRick Macklem2023-03-012-68/+53