summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn MPASS(0) into panic with more obvious reason why the assertiondelphij2007-12-071-5/+5
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-181-3/+25
* MFp4:delphij2007-08-101-15/+7
* MFp4:delphij2007-08-101-19/+28
* MFp4 - Refine locking to eliminate some potential race/panics:delphij2007-08-031-21/+21
* MFp4: Make use of the kernel unit number allocation facilitydelphij2007-07-111-0/+2
* MFp4:delphij2007-07-081-16/+22
* MFp4:delphij2007-06-291-28/+14
* Space/style cleanups after last set of commits.delphij2007-06-281-13/+13
* Use vfs_timestamp instead of nanotime when obtainingdelphij2007-06-281-4/+3
* MFp4: Several clean-ups and improvements over tmpfs:delphij2007-06-251-52/+13
* Use vfs_timestamp() instead of nanotime() - make it up todelphij2007-06-181-1/+1
* MFp4: fix two locking problems:delphij2007-06-181-0/+3
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-161-0/+1321
OpenPOWER on IntegriCloud