summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_vnops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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