summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Reflect license change of NetBSD code.delphij2008-09-031-8/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Move the head of byte-level advisory lock list from thekib2008-04-161-1/+0
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* size_max should be unsigned, as such, use size_t here.delphij2007-12-061-1/+1
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-181-1/+0
* 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:delphij2007-08-101-2/+5
* 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: Make use of the kernel unit number allocation facilitydelphij2007-07-111-14/+6
* MFp4:delphij2007-07-081-21/+42
* MFp4:delphij2007-06-291-4/+2
* Space/style cleanups after last set of commits.delphij2007-06-281-23/+22
* MFp4: Several clean-ups and improvements over tmpfs:delphij2007-06-251-23/+70
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-161-0/+418
OpenPOWER on IntegriCloud