aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-2/+0
* tmpfs: use VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+22
* Fix an issue with executing tmpfs binary.Konstantin Belousov2019-08-181-1/+2
* Manually clear text references on reclaim for nullfs and tmpfs.Konstantin Belousov2019-06-051-0/+2
* Ignore doomed vnodes in tmpfs_update_mtime().Konstantin Belousov2019-04-121-1/+1
* tmpfs: plug holes on rw->ro mount update.Konstantin Belousov2019-04-021-47/+229
* tmpfs: ignore tmpfs_set_status() if mount point is read-only.Konstantin Belousov2019-04-024-29/+38
* Block creation of the new nodes for read-only tmpfs mounts.Konstantin Belousov2019-04-021-0/+2
* Refine r345425: get rid of superfluous helper macro that I have added.Maxim Sobolev2019-03-261-7/+5
* Make TMPFS_PAGES_MINRESERVED a kernel optionAllan Jude2019-03-252-0/+5
* Make it possible to update TMPFS mount point from read-only to read-writeMaxim Sobolev2019-03-222-5/+45
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-112-6/+6
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-233-6/+6
* tmpfs: use unr64 for inode numbersMateusz Guzik2018-11-203-13/+3
* Make vop_symlink take a const target path.Brooks Davis2018-11-023-5/+5
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-4/+0
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-1/+1
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+1
* Rework pathconf handling for FIFOs.John Baldwin2017-12-193-1/+11
* Update tmpfs link count handling for ino64.John Baldwin2017-12-193-6/+9
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-0/+12
* Fix file missed in r326607.Gleb Smirnoff2017-12-061-0/+1
* Reduce pollution via tmpfs.h.Gleb Smirnoff2017-12-064-11/+11
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* Remove unused header.Xin LI2017-11-191-1/+0
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-081-6/+3
* Move clear_unrhdr to tmpfs_free_tmp.Matt Joras2017-10-231-2/+1
* When unmounting a tmpfs, do not call free_unr.Matt Joras2017-10-112-1/+9
* Return 64 for pathconf(_PC_FILESIZEBITS) on tmpfs.John Baldwin2017-10-021-1/+1
* tmpfs: skip zero-sized page count updatesMateusz Guzik2017-09-301-1/+8
* Use tmpfs_print for tmpfs FIFOs.John Baldwin2017-09-253-2/+3
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-21/+1
* Remove mistakenly merged field.Konstantin Belousov2017-01-191-2/+0
* Add mount option for tmpfs(5) to not use namecache.Konstantin Belousov2017-01-195-17/+54
* Implement VOP_VPTOCNP() for tmpfs.Konstantin Belousov2017-01-191-0/+127
* VNON nodes cannot exist.Konstantin Belousov2017-01-191-5/+0
* Refcount tmpfs nodes and mount structures.Konstantin Belousov2017-01-194-44/+130
* Make tmpfs directory cursor available outside tmpfs_subr.c.Konstantin Belousov2017-01-192-7/+11
* Rename tmpfs_mount member allnode_lock to include namespace prefix.Konstantin Belousov2017-01-192-7/+8
* Protect macro argument.Konstantin Belousov2017-01-191-3/+3
* Rework some tmpfs lock assertions.Konstantin Belousov2017-01-193-14/+2
* Style fixes and comment updates.Konstantin Belousov2017-01-194-164/+181
* Remove unused union member, fifos on tmpfs are implemented in common code.Konstantin Belousov2017-01-191-6/+0
* tmpfs: manage tm_pages_used with atomicsMateusz Guzik2017-01-143-11/+7
* tmpfs: perform a lockless check in tmpfs_itimesMateusz Guzik2017-01-061-16/+6
* tmpfs: enabled MNTK_EXTENDED_SHAREDMateusz Guzik2017-01-061-1/+1
* Lock tmpfs node tn_status updates done under the shared vnode lock.Konstantin Belousov2017-01-064-28/+54
* Use vnode lock assertion expression, and upgrade it to assert theKonstantin Belousov2017-01-061-15/+15
* Remove dead code.Konstantin Belousov2017-01-061-22/+0