aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* stat(2): add st_filerevKonstantin Belousov2025-01-231-0/+1
* tmpfs: remove duplicate flags check in tmpfs_rmdirClaudiu2025-01-201-7/+1
* tmpfs: Rework file handlesOlivier Certner2025-01-163-25/+12
* fs: Add static asserts for the size of fid structuresRick Macklem2024-12-201-0/+2
* tmpfs_destroy_vobject(): clear v_object under the object lockKonstantin Belousov2024-05-191-1/+3
* swap-like pagers: assert that writemapping decrease does not pass zeroKonstantin Belousov2024-05-191-0/+3
* tmpfs: recalculate OBJ_TMPFS_VREF on reinstantiating node' vnodeKonstantin Belousov2024-05-191-3/+7
* 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
* tmpfs: implement FIOSEEKDATA and FIOSEEKHOLEKonstantin Belousov2022-10-191-0/+130
* tmpfs: order include files alphabeticallyKonstantin Belousov2022-10-191-1/+1
* tmpfs: change return type of tmpfs_pages_check_avail() to boolKonstantin Belousov2022-10-191-6/+6
* tmpfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZEKonstantin Belousov2022-09-241-5/+7
* tmpfs: disallow truncation to set file size past RLIMIT_FSIZEKonstantin Belousov2022-09-241-0/+4
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-09-241-2/+4
* tmpfs_subr.c: some styleKonstantin Belousov2022-09-241-32/+35
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-172-11/+0
* tmpfs(5): Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* insmntque1(): remove useless argumentsKonstantin Belousov2022-01-311-17/+8
* Revert b58ca5df0bb7 ("vfs: remove the now unused insmntque1")Mateusz Guzik2022-01-271-1/+1
* tmpfs: stop using insmntque1Mateusz Guzik2022-01-261-3/+5
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-163-3/+3
* vfs: replace the MNTK_TEXT_REFS flag with VIRF_TEXT_REFMateusz Guzik2021-11-272-2/+2
* tmpfs: add vop_stdadd_writecount_nomsync to fifo vnode opsMateusz Guzik2021-11-261-0/+1
* vfs: add vop_stdadd_writecount_nomsyncMateusz Guzik2021-11-261-0/+1