summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284594:kib2015-06-261-0/+1
* MFC r277828:kib2015-02-111-0/+25
* MFC r278000:kib2015-02-071-0/+2
* MFC r268617:kib2014-07-281-2/+23
* MFC r268615:kib2014-07-281-1/+1
* MFC r268613:kib2014-07-281-0/+1
* MFC r268611:kib2014-07-281-9/+5
* MFC r268610:kib2014-07-281-1/+1
* MFC r268609:kib2014-07-281-0/+1
* MFC r268605:kib2014-07-281-41/+0
* MFC r267564:kib2014-06-241-16/+12
* MFC r267060:kib2014-06-111-0/+2
* MFC r263131,r263174,r263175:bdrewery2014-03-301-21/+26
* Support storing 7 additional file flags in tmpfs:ken2013-08-281-3/+4
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-5/+2
* The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,kib2013-08-051-0/+24
* Assert that OBJ_TMPFS flag on the vm object for the tmpfs node iskib2013-05-301-0/+2
* For the new regular tmpfs vnode, v_object is initialized beforekib2013-05-021-1/+31
* Rework the handling of the tmpfs node backing swap object and tmpfskib2013-04-281-6/+21
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-1/+2
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-5/+5
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+2
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-061-131/+426
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag becausejh2012-04-181-4/+1
* Sync tmpfs_chflags() with the recent changes to UFS:jh2012-04-161-13/+13
* Provide better description for vfs.tmpfs.memory_reserved sysctl.gleb2012-04-151-1/+2
* Add reserved memory limit sysctl to tmpfs.gleb2012-04-071-1/+66
* Prevent tmpfs_rename() deadlock in a way similar to UFSgleb2012-03-141-0/+3
* Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()gleb2012-03-141-7/+11
* When tmpfs_write() resets an extended file to its original size after analc2012-01-161-4/+8
* Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to callalc2012-01-141-1/+1
* Correct an error of omission in the implementation of the truncationalc2012-01-081-19/+59
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+1
* Further simplify tmpfs_reg_resize(). Also, update its comments, includingalc2011-02-141-17/+12
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmalc2011-02-131-32/+26
* In tmpfs_readdir(), normalize handling of the directory entries thatkib2011-01-201-3/+4
* Add support for whiteouts on tmpfs.ed2010-08-221-37/+71
* - Change the type of nodes_max to u_int and use "%u" format string tojh2010-01-201-1/+1
* There is no need to "busy" a page when the object is locked for the durationalc2009-10-261-2/+1
* Add locking around access to parent node, and bail out when the parentdelphij2009-10-111-2/+25
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-7/+5
* Lookup up the directory entry for the tmpfs node that are deleted bykib2009-02-081-15/+4
* Remove unused local variables.bz2009-01-311-2/+0
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-231-1/+1
* Reflect license change of NetBSD code.delphij2008-09-031-8/+1
* Do not redo the vnode tear-down work already done by insmntque() whenkib2008-06-151-4/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-12/+12
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
OpenPOWER on IntegriCloud