summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs.h
AgeCommit message (Expand)Author
2024-12-23tmpfs: Rework file handlesOlivier Certner
2024-09-08tmpfs: Account for whiteouts during rename/rmdirJason A. Harmening
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-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
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-02-15tmpfs: remove IFF macroKonstantin Belousov
2023-01-29Add extended attributesFedor Uporov
2022-12-09tmpfs: for used pages, account really allocated pages, instead of file sizesKonstantin Belousov
2022-12-09tmpfs: make vm_object point to the tmpfs node instead of vnodeKonstantin Belousov
2021-12-15Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers
2021-08-26tmpfs: Implement VOP_DEALLOCATEKa Ho Ng
2021-05-15tmpfs: reimplement the mtime scan to use the lazy listMateusz Guzik
2021-05-15vm: add another pager private flagMateusz Guzik
2021-05-13tmpfs: dynamically register tmpfs pagerKonstantin Belousov
2021-01-23tmpfs: add support for lockless symlink lookupMateusz Guzik
2021-01-10tmpfs: make M_TMPFSMNT static to tmpfs_vfsops.cKonstantin Belousov
2020-11-05tmpfs: reorder struct tmpfs_node to shrink it by 8 bytesMateusz Guzik
2020-09-16tmpfs: restore atime updates for reads from page cache.Konstantin Belousov
2020-09-15Add tmpfs page cache read support.Konstantin Belousov
2020-09-15Microoptimize tmpfs node ref/unref by using atomics.Konstantin Belousov
2020-07-25tmpfs: add support for lockless lookupMateusz Guzik
2020-06-03tmpfs: Preserve alignment of struct fid fieldsRyan Moeller
2020-02-04tmpfs: add nomtime mount option,Konstantin Belousov
2020-02-03tmpfs: inline tmpfs_updateMateusz Guzik
2019-12-19Including <sys/tmpfs.h> into non-kernel software leads to aDoug Moore
2019-12-05Stop using per-mount tmpfs zones.Konstantin Belousov
2019-04-02tmpfs: ignore tmpfs_set_status() if mount point is read-only.Konstantin Belousov
2019-03-25Make TMPFS_PAGES_MINRESERVED a kernel optionAllan Jude
2019-03-22Make it possible to update TMPFS mount point from read-only to read-writeMaxim Sobolev
2018-11-20tmpfs: use unr64 for inode numbersMateusz Guzik
2018-11-02Make vop_symlink take a const target path.Brooks Davis
2017-12-19Update tmpfs link count handling for ino64.John Baldwin
2017-12-06Reduce pollution via tmpfs.h.Gleb Smirnoff
2017-11-27sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-19Remove mistakenly merged field.Konstantin Belousov
2017-01-19Add mount option for tmpfs(5) to not use namecache.Konstantin Belousov
2017-01-19Refcount tmpfs nodes and mount structures.Konstantin Belousov
2017-01-19Make tmpfs directory cursor available outside tmpfs_subr.c.Konstantin Belousov
2017-01-19Rename tmpfs_mount member allnode_lock to include namespace prefix.Konstantin Belousov
2017-01-19Protect macro argument.Konstantin Belousov
2017-01-19Rework some tmpfs lock assertions.Konstantin Belousov
2017-01-19Style fixes and comment updates.Konstantin Belousov
2017-01-19Remove unused union member, fifos on tmpfs are implemented in common code.Konstantin Belousov
2017-01-14tmpfs: manage tm_pages_used with atomicsMateusz Guzik
2017-01-06Lock tmpfs node tn_status updates done under the shared vnode lock.Konstantin Belousov
2015-01-28Update mtime for tmpfs files modified through memory mapping. SimilarKonstantin Belousov
2014-07-14Rework the tmpfs unmount.Konstantin Belousov