summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmalc2011-02-131-1/+0
* Add support for whiteouts on tmpfs.ed2010-08-221-1/+4
* - Fix some style bugs in tmpfs_mount(). [1]jh2010-01-131-4/+0
* Add locking around access to parent node, and bail out when the parentdelphij2009-10-111-1/+21
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-2/+2
* Lookup up the directory entry for the tmpfs node that are deleted bykib2009-02-081-2/+1
* 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
* Move the head of byte-level advisory lock list from thekib2008-04-161-3/+0
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-181-6/+2
* MFp4:delphij2007-08-101-4/+67
* MFp4:delphij2007-08-101-2/+2
* MFp4 - Refine locking to eliminate some potential race/panics:delphij2007-08-031-0/+1
* MFp4: Make use of the kernel unit number allocation facilitydelphij2007-07-111-4/+2
* MFp4:delphij2007-07-081-24/+2
* MFp4:delphij2007-06-291-3/+1
* Space/style cleanups after last set of commits.delphij2007-06-281-4/+4
* Reorder tf_gen and tf_id in struct tmpfs_fid. Thisdelphij2007-06-281-2/+2
* - Sync with NetBSD's RCSID (HEAD preferred).delphij2007-06-261-1/+1
* MFp4: Several clean-ups and improvements over tmpfs:delphij2007-06-251-5/+8
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-161-0/+542
OpenPOWER on IntegriCloud