summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs
Commit message (Expand)AuthorAgeFilesLines
* Eliminate redundant setting of a page's valid bits and pointless clearingalc2009-05-271-2/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-114-27/+23
* Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().alc2009-02-221-34/+11
* Simplify the unwiring and activation of pages.alc2009-02-221-4/+2
* Lookup up the directory entry for the tmpfs node that are deleted bykib2009-02-083-22/+10
* Remove unused local variables.bz2009-01-311-2/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-233-3/+3
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-2/+0
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-3/+1
* Reflect license change of NetBSD code.delphij2008-09-037-56/+7
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-282-8/+7
* Do not redo the vnode tear-down work already done by insmntque() whenkib2008-06-151-4/+1
* Move the head of byte-level advisory lock list from thekib2008-04-163-36/+0
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+15
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-252-30/+30
* 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