summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_vfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert struct vfsops initializer to C99 style.bluhm2019-12-261-15/+15
* Now that the args are passed in by the caller there is no need to callpatrick2018-04-061-4/+1
* add "int stall" argument required by filesystem stall code; from Tomohiro Kusumideraadt2018-03-071-3/+4
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-12/+12
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-7/+5
* pool_setipl for tmpfs.dlg2016-08-231-1/+3
* Set the vfs_systcl member of the vsfops struct to eopnotsupp. While we checkkettenis2016-07-221-2/+2
* don't allow mounting with noval owner. panics later.tedu2016-07-111-1/+4
* kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thus will sleep untilgsoares2016-01-131-3/+1
* remove #if 0 cdefs.h blocksderaadt2015-01-211-6/+1
* change pool allocator to null and pass waitok to indicate nointrtedu2014-12-231-5/+5
* tmpfs free sizestedu2014-11-021-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* bring in a few improvements from pedro, guenther, me...espie2013-12-141-24/+38
* sprinkle $OpenBSD$, pointed out by pedroespie2013-06-031-0/+1
* import tmpfs code, originally from netbsd.espie2013-06-011-0/+367