aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs_fifoops.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* tmpfs: add missing vop_fplookup ops to tmpfs_fifoop_entriesMateusz Guzik2023-04-181-0/+2
* tmpfs: add vop_stdadd_writecount_nomsync to fifo vnode opsMateusz Guzik2021-11-261-0/+1
* tmpfs: restore atime updates for reads from page cache.Konstantin Belousov2020-09-161-2/+1
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* tmpfs: ignore tmpfs_set_status() if mount point is read-only.Konstantin Belousov2019-04-021-1/+2
* Rework pathconf handling for FIFOs.John Baldwin2017-12-191-0/+1
* Fix file missed in r326607.Gleb Smirnoff2017-12-061-0/+1
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove unused header.Xin LI2017-11-191-1/+0
* Use tmpfs_print for tmpfs FIFOs.John Baldwin2017-09-251-1/+1
* Lock tmpfs node tn_status updates done under the shared vnode lock.Konstantin Belousov2017-01-061-3/+3
* Remove dead code.Konstantin Belousov2017-01-061-22/+0
* Remove code separator lines which do not conform to style(9).Konstantin Belousov2014-07-141-4/+0
* Reflect license change of NetBSD code.Xin LI2008-09-031-8/+1
* Space/style cleanups after last set of commits.Xin LI2007-06-281-3/+3
* Staticify most of fifo/vn operations, they should notXin LI2007-06-281-16/+16
* MFp4: Add tmpfs, an efficient memory file system.Xin LI2007-06-161-0/+106