summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_vnops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More "explicitely" -> "explicitly" in various comments.krw2018-10-221-2/+2
* Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forvisa2018-06-071-14/+6
* Call vput(dvp) in vnode operation functions instead of calling it invisa2018-05-281-3/+11
* Fix build without DIAGNOSTIC, ok mikeb@reyk2018-05-231-2/+5
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-4/+4
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-281-14/+14
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-4/+5
* Fix some issues wrt timestamp updating. The tmpfs_read() andnatano2016-05-021-5/+10
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-191-15/+15
* Convert to uiomove. From Martin Natano.stefan2016-02-061-3/+3
* correct errant spacingtedu2015-12-081-8/+8
* Tweaks utimensat/futimens handling to always update ctime, even when bothguenther2015-04-171-7/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-2/+2
* remove #if 0 cdefs.h blocksderaadt2015-01-211-6/+1
* unnecessary malloc.h includetedu2014-11-021-2/+1
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofmpi2014-03-281-2/+2
* guenther's addition of filechk didn't take into account the differentespie2014-02-281-9/+7
* Check for offset wraparound and enforce RLIMIT_FSIZE.guenther2014-02-251-1/+14
* bring over kqfilter code from ufs which works better than thetedu2014-01-221-2/+105
* Delay checking the vnode locking of the target vnodes in tmpfs_rename()guenther2014-01-071-3/+8
* Move KASSERT a bit further down because it can apparently be triggered bykettenis2013-12-231-2/+3
* bring in a few improvements from pedro, guenther, me...espie2013-12-141-218/+37
* A few fixes from Pedro Martelletto, adapted fromespie2013-10-101-25/+70
* The readdir vop should set uio_offset to the cookie of the entryguenther2013-09-221-6/+2
* Update to match VOP_READDIR() changes: no more cookies, but d_off instead.guenther2013-09-011-41/+2
* plug name_ipool leak in tmpfs_link()espie2013-06-051-1/+2
* on drugs, did not read pedro's patch and just zapped the comment.espie2013-06-051-2/+2
* restore code commented out while debugging. From pedroespie2013-06-041-2/+2
* Update pathconf handling for -current..brad2013-06-041-11/+5
* sprinkle $OpenBSD$, pointed out by pedroespie2013-06-031-0/+1
* import tmpfs code, originally from netbsd.espie2013-06-011-0/+2747