aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* MFstable/12 r340970:Mark Johnston2018-11-273-6/+6
* 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-163/+180
* 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
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-2/+2
* When tmpfs and POSIX shm pagein a page for the sole purpose of performingAlan Cox2016-12-111-1/+9
* Remove PG_CACHED-related fields from struct vmmeter, because they are noAlan Cox2016-11-221-2/+1
* Remove most of the code for implementing PG_CACHED pages. (This change doesAlan Cox2016-11-151-6/+3
* Convert another tmpfs assert into runtime check.Konstantin Belousov2016-08-101-4/+7
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Clear the cookie pointer on error in tmpfs_readdir().Mark Johnston2016-02-121-1/+4
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-1/+2
* In tmpfs_chtimes(), remove checks on the nanosecond level whenChristian Brueffer2015-07-261-6/+4
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.Mark Johnston2015-07-051-1/+11
* Huge cleanup of random(4) code.Mark Murray2015-06-301-0/+3
* Restore the td_cookie value for the tmpfs directory entry which was aKonstantin Belousov2015-06-191-0/+1
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageGleb Smirnoff2015-06-121-6/+4