summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs_fifoops.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .c patternWarner Losh
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
2021-11-26tmpfs: add vop_stdadd_writecount_nomsync to fifo vnode opsMateusz Guzik
2020-09-16tmpfs: restore atime updates for reads from page cache.Konstantin Belousov
2019-12-16vfs: flatten vop vectorsMateusz Guzik
2019-04-02tmpfs: ignore tmpfs_set_status() if mount point is read-only.Konstantin Belousov
2017-12-19Rework pathconf handling for FIFOs.John Baldwin
2017-12-06Fix file missed in r326607.Gleb Smirnoff
2017-11-27sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-19Remove unused header.Xin LI
2017-09-25Use tmpfs_print for tmpfs FIFOs.John Baldwin
2017-01-06Lock tmpfs node tn_status updates done under the shared vnode lock.Konstantin Belousov
2017-01-06Remove dead code.Konstantin Belousov
2014-07-14Remove code separator lines which do not conform to style(9).Konstantin Belousov
2008-09-03Reflect license change of NetBSD code.Xin LI
2007-06-28Space/style cleanups after last set of commits.Xin LI
2007-06-28Staticify most of fifo/vn operations, they should notXin LI
2007-06-16MFp4: Add tmpfs, an efficient memory file system.Xin LI