aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r188318:Konstantin Belousov2009-02-223-22/+10
* MFC r183211:Konstantin Belousov2009-01-211-6/+2
* MFC r182739: license change from NetBSD.Xin LI2008-09-127-56/+7
* MFC r178243:Konstantin Belousov2008-08-013-36/+0
* MFC r179808:Konstantin Belousov2008-06-181-4/+1
* MFC: Kernel mode Network Lock Manager.Doug Rabson2008-04-101-0/+15
* MFC MFp4: Several fixes to tmpfs which makes it to survive from pho@'sXin LI2007-11-264-33/+46
* MFC revision 1.13Xin LI2007-11-261-19/+12
* MFC revision 1.12Xin LI2007-11-211-1/+1
* MFp4: Provide a dummy verb "export" to shut up the messageXin LI2007-10-041-1/+1
* Additional work is still needed before we can claim that tmpfsXin LI2007-10-041-0/+3
* MFp4: rework tmpfs_readdir() logic in terms of correctness.Xin LI2007-08-161-12/+15
* MFp4:Xin LI2007-08-103-60/+96
* MFp4:Xin LI2007-08-104-35/+68
* MFp4 - Refine locking to eliminate some potential race/panics:Xin LI2007-08-032-21/+22
* MFp4: Force 64-bit arithmatic when caculating the maximum file size.Xin LI2007-07-241-1/+1
* MFp4: When swapping is not enabled, allow creating files by takingXin LI2007-07-231-1/+1
* MFp4: Rework on tmpfs's mapped read/write procedures. ThisXin LI2007-07-191-57/+182
* MFp4: Make use of the kernel unit number allocation facilityXin LI2007-07-113-18/+10
* MFp4:Xin LI2007-07-084-67/+83
* MFp4:Xin LI2007-06-296-187/+20
* Space/style cleanups after last set of commits.Xin LI2007-06-287-72/+71
* Staticify most of fifo/vn operations, they should notXin LI2007-06-284-99/+76
* Use vfs_timestamp instead of nanotime when obtainingXin LI2007-06-281-4/+3
* Reorder tf_gen and tf_id in struct tmpfs_fid. ThisXin LI2007-06-281-2/+2
* Remove two function prototypes that are no longer used.Xin LI2007-06-261-4/+0
* - Sync with NetBSD's RCSID (HEAD preferred).Xin LI2007-06-262-2/+2
* MFp4: Several clean-ups and improvements over tmpfs:Xin LI2007-06-256-122/+106
* Use vfs_timestamp() instead of nanotime() - make it up toXin LI2007-06-181-1/+1
* MFp4: fix two locking problems:Xin LI2007-06-182-0/+7
* MFp4: Add tmpfs, an efficient memory file system.Xin LI2007-06-169-0/+4070