aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove cn_threadMateusz Guzik2021-10-111-4/+4
* tmpfs: Implement VOP_DEALLOCATEKa Ho Ng2021-08-253-0/+93
* tmpfs: Move partial page invalidation to a separate helperKa Ho Ng2021-08-251-40/+56
* tmpfs: Fix error being cleared after commit c12118f6cec0Ka Ho Ng2021-08-241-1/+1
* tmpfs: Fix stylesKa Ho Ng2021-08-243-18/+18
* tmpfs: save on relocking the allnode lock in tmpfs_free_node_lockedMateusz Guzik2021-05-311-19/+32
* tmpfs: save on common case relocking in tmpfs_reclaimMateusz Guzik2021-05-291-15/+4
* tmpfs: drop a redundant NULL check in tmpfs_alloc_vpMateusz Guzik2021-05-291-1/+1
* tmpfs: drop useless parent locking from tmpfs_dir_getdotdotdentMateusz Guzik2021-05-291-3/+0
* tmpfs: reimplement the mtime scan to use the lazy listMateusz Guzik2021-05-153-32/+143
* vm: add another pager private flagMateusz Guzik2021-05-151-1/+1
* tmpfs: dynamically register tmpfs pagerKonstantin Belousov2021-05-134-10/+82
* Add OBJT_SWAP_TMPFS pagerKonstantin Belousov2021-05-073-14/+12
* tmpfs: implement pathconf(_PC_SYMLINK_MAX)Alex Richardson2021-01-291-0/+4
* tmpfs: push VEXEC check into tmpfs_lookup()Kyle Evans2021-01-291-6/+11
* tmpfs: drop acq fence now that vn_load_v_data_smr has consume semanticsMateusz Guzik2021-01-252-4/+0
* atomic: make atomic_store_ptr type-awareMateusz Guzik2021-01-251-4/+2
* tmpfs: add support for lockless symlink lookupMateusz Guzik2021-01-233-7/+81
* tmpfs_reclaim: detach unlinked node on dereferencing.Konstantin Belousov2021-01-141-5/+28
* tmpfs_reclaim: styleKonstantin Belousov2021-01-141-5/+7
* tmpfs open: assert that there is no double-init of f_data.Konstantin Belousov2021-01-101-0/+1
* tmpfs_free_tmp(): explicitly assert that tmp is lockedKonstantin Belousov2021-01-101-1/+2
* tmpfs: make M_TMPFSMNT static to tmpfs_vfsops.cKonstantin Belousov2021-01-102-2/+1
* Ensure that dirent's d_off field is initializedMark Johnston2021-01-031-18/+32
* vfs: add v_irflag accessorsMateusz Guzik2021-01-032-2/+2
* tmpfs: use VNPASS when asserting on a vnode in tmpfs_read_pgcacheMateusz Guzik2021-01-011-1/+1
* tmpfs: reorder struct tmpfs_node to shrink it by 8 bytesMateusz Guzik2020-11-051-3/+7
* tmpfs: change tmpfs dirent zone into a malloc typeMateusz Guzik2020-10-301-7/+3
* cache: add cache_vop_mkdir and rename cache_rename to cache_vop_renameMateusz Guzik2020-10-301-2/+2
* vfs: drop spurious cache_purge on rmdirMateusz Guzik2020-10-231-1/+0
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-5/+7
* tmpfs: restore atime updates for reads from page cache.Konstantin Belousov2020-09-164-33/+49
* Style.Konstantin Belousov2020-09-162-19/+24
* Add tmpfs page cache read support.Konstantin Belousov2020-09-154-10/+84
* Microoptimize tmpfs node ref/unref by using atomics.Konstantin Belousov2020-09-153-22/+18
* tmpfs: drop spurious cache_purge in tmpfs_reclaimMateusz Guzik2020-09-041-2/+0
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-2/+1
* cache: add cache_rename, a dedicated helper to use for renamesMateusz Guzik2020-08-201-4/+1
* tmpfs: use vget_prep/vget_finish instead of vget + vnodeMateusz Guzik2020-08-161-4/+3
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-162-3/+2
* vfs: clean MNTK_FPLOOKUP if MNT_UNION is setMateusz Guzik2020-08-101-1/+8
* tmpfs: add VOP_STAT handlerMateusz Guzik2020-08-072-0/+50
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-2/+2
* tmpfs: add support for lockless lookupMateusz Guzik2020-07-255-9/+76
* Call swap_pager_freespace() from vm_object_page_remove().Mark Johnston2020-06-251-4/+1
* tmpfs: Preserve alignment of struct fid fieldsRyan Moeller2020-06-033-18/+36
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* vfs: make write suspension mandatoryMateusz Guzik2020-02-151-10/+0
* tmpfs: add nomtime mount option,Konstantin Belousov2020-02-042-8/+15
* tmpfs_mount update: simplify, cache the value of VFS_TO_TMPFS() calculation.Konstantin Belousov2020-02-041-4/+5