summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Provide a dummy verb "export" to shut up the messagedelphij2007-10-041-1/+1
* Additional work is still needed before we can claim that tmpfsdelphij2007-10-041-0/+3
* MFp4: rework tmpfs_readdir() logic in terms of correctness.delphij2007-08-161-12/+15
* MFp4:delphij2007-08-103-60/+96
* MFp4:delphij2007-08-104-35/+68
* MFp4 - Refine locking to eliminate some potential race/panics:delphij2007-08-032-21/+22
* MFp4: Force 64-bit arithmatic when caculating the maximum file size.delphij2007-07-241-1/+1
* MFp4: When swapping is not enabled, allow creating files by takingdelphij2007-07-231-1/+1
* MFp4: Rework on tmpfs's mapped read/write procedures. Thisdelphij2007-07-191-60/+185
* MFp4: Make use of the kernel unit number allocation facilitydelphij2007-07-113-18/+10
* MFp4:delphij2007-07-084-67/+83
* MFp4:delphij2007-06-296-187/+20
* Space/style cleanups after last set of commits.delphij2007-06-287-72/+71
* Staticify most of fifo/vn operations, they should notdelphij2007-06-284-99/+76
* Use vfs_timestamp instead of nanotime when obtainingdelphij2007-06-281-4/+3
* Reorder tf_gen and tf_id in struct tmpfs_fid. Thisdelphij2007-06-281-2/+2
* Remove two function prototypes that are no longer used.delphij2007-06-261-4/+0
* - Sync with NetBSD's RCSID (HEAD preferred).delphij2007-06-262-2/+2
* MFp4: Several clean-ups and improvements over tmpfs:delphij2007-06-256-122/+106
* Use vfs_timestamp() instead of nanotime() - make it up todelphij2007-06-181-1/+1
* MFp4: fix two locking problems:delphij2007-06-182-0/+7
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-169-0/+4070
OpenPOWER on IntegriCloud