summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-4/+4
* Turn MPASS(0) into panic with more obvious reason why the assertiondelphij2007-12-071-5/+5
* size_max should be unsigned, as such, use size_t here.delphij2007-12-061-1/+1
* Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfswkoszek2007-12-041-1/+3
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-184-33/+46
* MFp4: Fix several style(9) bugs.delphij2007-11-181-19/+12
* Correct a stack overflow which will trigger panics whendelphij2007-11-121-1/+1
* 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