aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* pathconf: Add a new variable for hidden/systemRick Macklem2025-07-051-0/+4
* tmpfs: turn vfs.tmpfs.memory_percent into CTLFLAG_RWTUNKa Ho Ng2025-04-111-1/+1
* vm_page: define partial page invalidateDoug Moore2025-02-221-43/+4
* Revert "vm_page: define partial page invalidate"Doug Moore2025-02-211-4/+43
* vm_page: define partial page invalidateDoug Moore2025-02-211-43/+4
* stat(2): add st_filerevKonstantin Belousov2025-01-161-0/+1
* tmpfs: Rework file handlesOlivier Certner2024-12-233-25/+12
* fs: Add static asserts for the size of fid structuresRick Macklem2024-12-061-0/+2
* tmpfs_vnops: move swap work to swap_pagerDoug Moore2024-10-241-56/+4
* tmpfs: remove duplicate flags check in tmpfs_rmdirClaudiu2024-10-131-7/+1
* tmpfs: check residence in data_lockedDoug Moore2024-10-041-4/+13
* tmpfs: Account for whiteouts during rename/rmdirJason A. Harmening2024-09-083-14/+88
* tmpfs: Fix OOB write when setting vfs.tmpfs.memory_percentJessica Clarke2024-08-151-1/+1
* vm: Remove kernel stack swapping support, part 3Mark Johnston2024-07-291-1/+1
* tmpfs_node_init: use MTX_NEW on lock from uninitialized memoryRyan Libby2024-05-261-1/+1
* tmpfs_destroy_vobject(): clear v_object under the object lockKonstantin Belousov2024-05-131-1/+3
* swap-like pagers: assert that writemapping decrease does not pass zeroKonstantin Belousov2024-05-131-0/+3
* tmpfs: recalculate OBJ_TMPFS_VREF on reinstantiating node' vnodeKonstantin Belousov2024-05-131-3/+7
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+1
* tmpfs: increase vfs.tmpfs.memory_percent to 100 as workaroundMike Karels2024-01-231-1/+1
* tmpfs: increase memory reserve to a percent of available memory + swapMike Karels2023-12-192-1/+47
* tmpfs: enforce size limit on writes when file system size is defaultMike Karels2023-12-191-0/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+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
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-052-3/+3
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-127-7/+7
* tmpfs: add missing vop_fplookup ops to tmpfs_fifoop_entriesMateusz Guzik2023-04-181-0/+2
* tmpfs: support the nosymfollow mount optionKonstantin Belousov2023-02-231-2/+2
* tmpfs: remove IFF macroKonstantin Belousov2023-02-152-3/+2
* tmpfs: remove bogus MPASS(VOP_ISLOCKED(vp)) assertsKonstantin Belousov2023-02-152-17/+10
* tmpfs_rename(): use tmpfs_access_locked instead of VOP_ACCESS()Konstantin Belousov2023-02-131-1/+4
* Extract tmpfs-specific part of tmpfs_access() into a helperKonstantin Belousov2023-02-131-17/+21
* tmpfs_access(): style fixes and remove redundand assertionsKonstantin Belousov2023-02-131-12/+8
* Fix pjfstest issue tests/rename/09.tFedor Uporov2023-02-111-0/+7
* Add extended attributesFedor Uporov2023-01-294-7/+271
* Fix pjfstest issue tests/rename/23.tFedor Uporov2023-01-291-0/+4
* Fix pjfstest issue tests/rename/19.tFedor Uporov2023-01-291-2/+10
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-4/+0
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+2
* tmpfs: update changed/modified timestamps for truncates that do not change sizeKonstantin Belousov2022-12-241-16/+6
* tmpfs_getattr(): Only take vm_object lock on 32bit machinesKonstantin Belousov2022-12-171-2/+6
* tmpfs: for used pages, account really allocated pages, instead of file sizesKonstantin Belousov2022-12-094-16/+143
* tmpfs: make vm_object point to the tmpfs node instead of vnodeKonstantin Belousov2022-12-093-18/+26
* Add 'show tmpfs' ddb commandKonstantin Belousov2022-12-091-0/+42
* tmpfs: minor styleKonstantin Belousov2022-12-091-3/+5
* tmpfs: report minimal hole sizeKonstantin Belousov2022-10-191-0/+4