summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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