summaryrefslogtreecommitdiff
path: root/sys/tmpfs/tmpfs_subr.c
AgeCommit message (Expand)Author
2024-09-12Ensure that file names passed back by readdir do not include a '/'Claudio Jeker
2022-11-15Take `vmobjlock' around uao_grow() and uao_shrink() calls to fix tmpfsVitaliy Makkoveev
2021-10-24Some more whitespace cleanupPatrick Wildt
2021-10-24tiny little whitespace fixesPatrick Wildt
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2018-05-28Call vput(dvp) in vnode operation functions instead of calling it inVisa Hankala
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-03-28Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),Visa Hankala
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2016-09-22Fix indentation. No binary change.Jonathan Gray
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-02-06Convert to uiomove. From Martin Natano.Stefan Kempf
2015-04-17Tweaks utimensat/futimens handling to always update ctime, even when bothPhilip Guenther
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-01-21remove #if 0 cdefs.h blocksTheo de Raadt
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-04Disallow file allocations on directories that have been removedDavid Coppa
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2013-12-14bring in a few improvements from pedro, guenther, me...Marc Espie
2013-09-22The readdir vop should set uio_offset to the cookie of the entryPhilip Guenther
2013-09-01Update to match VOP_READDIR() changes: no more cookies, but d_off instead.Philip Guenther
2013-06-03sprinkle $OpenBSD$, pointed out by pedroMarc Espie
2013-06-01import tmpfs code, originally from netbsd.Marc Espie