summaryrefslogtreecommitdiff
path: root/sys/tmpfs/tmpfs_vfsops.c
AgeCommit message (Expand)Author
2021-10-24A tiny bit of cleanup.Patrick Wildt
2021-10-24Add mount -ur/uw support to tmpfs.Patrick Wildt
2019-12-26Convert struct vfsops initializer to C99 style.Alexander Bluhm
2018-04-06Now that the args are passed in by the caller there is no need to callPatrick Wildt
2018-03-07add "int stall" argument required by filesystem stall code; from Tomohiro KusumiTheo de Raadt
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-08-23pool_setipl for tmpfs.David Gwynne
2016-07-22Set the vfs_systcl member of the vsfops struct to eopnotsupp. While we checkMark Kettenis
2016-07-11don't allow mounting with noval owner. panics later.Ted Unangst
2016-01-13kill malloc(9) pointless check, malloc(9) call is using M_WAITOK flag and thu...Gleydson Soares
2015-01-21remove #if 0 cdefs.h blocksTheo de Raadt
2014-12-23change pool allocator to null and pass waitok to indicate nointrTed Unangst
2014-11-02tmpfs free sizesTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-12-14bring in a few improvements from pedro, guenther, me...Marc Espie
2013-06-03sprinkle $OpenBSD$, pointed out by pedroMarc Espie
2013-06-01import tmpfs code, originally from netbsd.Marc Espie