aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-2/+0
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tKonstantin Belousov2008-09-201-3/+1
* Reflect license change of NetBSD code.Xin LI2008-09-037-56/+7
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-282-8/+7
* Do not redo the vnode tear-down work already done by insmntque() whenKonstantin Belousov2008-06-151-4/+1
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-163-36/+0
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+15
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-252-30/+30
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-4/+4
* Turn MPASS(0) into panic with more obvious reason why the assertionXin LI2007-12-071-5/+5
* size_max should be unsigned, as such, use size_t here.Xin LI2007-12-061-1/+1
* Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfsWojciech A. Koszek2007-12-041-1/+3
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sXin LI2007-11-184-33/+46
* MFp4: Fix several style(9) bugs.Xin LI2007-11-181-19/+12
* Correct a stack overflow which will trigger panics whenXin LI2007-11-121-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-60/+185
* 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