aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix the NFSv2 extended attribute support to handle 0 length attributes.Rick Macklem2020-04-144-15/+30
* Re-organize the NFS file handle affinity code for the NFS server.Rick Macklem2020-04-143-53/+553
* Delete the mbuf macros that were used for the Mac OS/X port.Rick Macklem2020-04-132-10/+0
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-112-79/+79
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-116-28/+28
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-101-21/+21
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-101-17/+17
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-091-57/+57
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-094-3/+2
* Fix an interoperability issue w.r.t. the Linux client and the NFSv4 server.Rick Macklem2020-04-081-4/+31
* Fix noisy NFSv4 server printf.Rick Macklem2020-04-063-9/+42
* Retire procfs-based process debugging.John Baldwin2020-04-013-269/+1
* Fine grain locking inside the cuse(3) kernel module.Hans Petter Selasky2020-03-301-141/+171
* fusefs: add a dtrace probe that fires after mounting is completeAlan Somers2020-03-301-0/+3
* Simplify td_ucred handling in newnfs_connect().Mark Johnston2020-03-261-8/+3
* Mark procfs-based process debugging as deprecated for FreeBSD 13.John Baldwin2020-03-171-0/+43
* Make autofs(5) timeout messages include affected process name and PID.Edward Tomasz Napierala2020-03-161-2/+3
* fusefs: avoid cache corruption with buggy fuse serversAlan Somers2020-03-114-17/+53
* Preallocate pipe buffers on pipe creation.Konstantin Belousov2020-03-091-1/+3
* fusefs: fix fsync for files with multiple open handlesAlan Somers2020-03-091-0/+1
* Add a new "mntfs" pseudo file system which provides private device vnodes forChuck Silvers2020-03-061-0/+95
* nullfs: don't pre lock exclusive in nullfs_rootMateusz Guzik2020-03-041-4/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2611-15/+26
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (10 of many)Pawel Biernacki2020-02-242-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (8 of many)Pawel Biernacki2020-02-241-2/+4
* Fix NFS client deadlock when read reports truncated node.Konstantin Belousov2020-02-222-17/+37
* Add a EXT2FS-specific implementation for lseek(SEEK_DATA).Fedor Uporov2020-02-183-29/+160
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many)Pawel Biernacki2020-02-151-1/+2
* vfs: make write suspension mandatoryMateusz Guzik2020-02-151-10/+0
* tmpfs: add nomtime mount option,Konstantin Belousov2020-02-042-8/+15
* tmpfs_mount update: simplify, cache the value of VFS_TO_TMPFS() calculation.Konstantin Belousov2020-02-041-4/+5
* tmpfs: inline tmpfs_updateMateusz Guzik2020-02-033-9/+21
* Fix up various vnode-related asserts which did not dump the used vnodeMateusz Guzik2020-02-032-3/+2
* Provide O_SEARCHKyle Evans2020-02-025-6/+10
* pseudofs: don't do VEXEC check in VOP_CACHEDLOOKUPKyle Evans2020-02-021-4/+0
* vfs: remove the never set VDESC_VPP_WILLRELE flagMateusz Guzik2020-02-021-3/+0
* vfs: consistently use size_t for buflen around VOP_VPTOCNPMateusz Guzik2020-02-013-4/+4
* Fix a bug in r357199.Konstantin Belousov2020-01-301-2/+3
* vfs: remove the never set VDESC_NOMAP_VPP flagMateusz Guzik2020-01-301-3/+1
* Save lower root vnode in nullfs mnt data instead of upper.Konstantin Belousov2020-01-283-41/+35
* Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson2020-01-271-0/+4
* Fix a crash in the NFSv4 server.Rick Macklem2020-01-261-1/+2
* Don't hold the object lock while calling getpages.Jeff Roberson2020-01-191-0/+4
* vfs: provide F_ISUNIONSTACK as a kludge for libcMateusz Guzik2020-01-171-1/+1
* unionfs: use MNTK_NOMSYNCMateusz Guzik2020-01-161-0/+1
* tmpfs: add missing CLTFLAG_MPSAFE annotationMateusz Guzik2020-01-151-2/+3
* nfs: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-152-6/+6
* fusefs: add missing CLTFLAG_MPSAFE annotationMateusz Guzik2020-01-151-1/+2
* Add missing comma in nfsv4_errstrEric van Gyzen2020-01-131-1/+1
* vfs: rework vnode list managementMateusz Guzik2020-01-134-5/+3