summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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-251-18/+18
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* 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-181-23/+19
* MFp4: rework tmpfs_readdir() logic in terms of correctness.delphij2007-08-161-12/+15
* MFp4:delphij2007-08-101-41/+22
* MFp4:delphij2007-08-101-12/+33
* MFp4: Rework on tmpfs's mapped read/write procedures. Thisdelphij2007-07-191-60/+185
* MFp4:delphij2007-07-081-6/+17
* MFp4:delphij2007-06-291-10/+3
* Space/style cleanups after last set of commits.delphij2007-06-281-25/+25
* Staticify most of fifo/vn operations, they should notdelphij2007-06-281-59/+60
* MFp4: Several clean-ups and improvements over tmpfs:delphij2007-06-251-7/+4
* MFp4: fix two locking problems:delphij2007-06-181-0/+4
* MFp4: Add tmpfs, an efficient memory file system.delphij2007-06-161-0/+1365
OpenPOWER on IntegriCloud