summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
AgeCommit message (Expand)Author
2025-12-17swap_pager_seek_data(): move the clipping at the object size to consumersKonstantin Belousov
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2025-08-03tmpfs: Remove uses of DEBUG_VFS_LOCKSMark Johnston
2025-07-05pathconf: Add a new variable for hidden/systemRick Macklem
2025-04-11tmpfs: turn vfs.tmpfs.memory_percent into CTLFLAG_RWTUNKa Ho Ng
2025-02-21vm_page: define partial page invalidateDoug Moore
2025-02-21Revert "vm_page: define partial page invalidate"Doug Moore
2025-02-21vm_page: define partial page invalidateDoug Moore
2025-01-16stat(2): add st_filerevKonstantin Belousov
2024-12-23tmpfs: Rework file handlesOlivier Certner
2024-12-05fs: Add static asserts for the size of fid structuresRick Macklem
2024-10-24tmpfs_vnops: move swap work to swap_pagerDoug Moore
2024-10-13tmpfs: remove duplicate flags check in tmpfs_rmdirClaudiu
2024-10-04tmpfs: check residence in data_lockedDoug Moore
2024-09-08tmpfs: Account for whiteouts during rename/rmdirJason A. Harmening
2024-08-15tmpfs: Fix OOB write when setting vfs.tmpfs.memory_percentJessica Clarke
2024-07-29vm: Remove kernel stack swapping support, part 3Mark Johnston
2024-05-26tmpfs_node_init: use MTX_NEW on lock from uninitialized memoryRyan Libby
2024-05-13tmpfs_destroy_vobject(): clear v_object under the object lockKonstantin Belousov
2024-05-13swap-like pagers: assert that writemapping decrease does not pass zeroKonstantin Belousov
2024-05-13tmpfs: recalculate OBJ_TMPFS_VREF on reinstantiating node' vnodeKonstantin Belousov
2024-04-15Reduce reliance on sys/sysproto.h pollutionBrooks Davis
2024-01-23tmpfs: increase vfs.tmpfs.memory_percent to 100 as workaroundMike Karels
2023-12-19tmpfs: increase memory reserve to a percent of available memory + swapMike Karels
2023-12-19tmpfs: enforce size limit on writes when file system size is defaultMike Karels
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-11tmpfs: add the "pgread" mount option to the allowed options list for mountKonstantin Belousov
2023-08-09tmpfs: add a knob to enable pgcache read for mountKonstantin Belousov
2023-07-05vfs: use __enum_uint8 for vtype and vstateMateusz Guzik
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-04-18tmpfs: add missing vop_fplookup ops to tmpfs_fifoop_entriesMateusz Guzik
2023-02-23tmpfs: support the nosymfollow mount optionKonstantin Belousov
2023-02-15tmpfs: remove IFF macroKonstantin Belousov
2023-02-15tmpfs: remove bogus MPASS(VOP_ISLOCKED(vp)) assertsKonstantin Belousov
2023-02-14tmpfs_rename(): use tmpfs_access_locked instead of VOP_ACCESS()Konstantin Belousov
2023-02-14Extract tmpfs-specific part of tmpfs_access() into a helperKonstantin Belousov
2023-02-14tmpfs_access(): style fixes and remove redundand assertionsKonstantin Belousov
2023-02-11Fix pjfstest issue tests/rename/09.tFedor Uporov
2023-01-29Add extended attributesFedor Uporov
2023-01-29Fix pjfstest issue tests/rename/23.tFedor Uporov
2023-01-29Fix pjfstest issue tests/rename/19.tFedor Uporov
2023-01-14Stop cleaning MNT_LOCAL on unmountKonstantin Belousov
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-12-24tmpfs: update changed/modified timestamps for truncates that do not change sizeKonstantin Belousov
2022-12-17tmpfs_getattr(): Only take vm_object lock on 32bit machinesKonstantin Belousov