summaryrefslogtreecommitdiff
path: root/sys/tmpfs
AgeCommit message (Expand)Author
2024-10-18Put the bowels of the various VOP_PRINT routines underMiod Vallat
2024-09-12Ensure that file names passed back by readdir do not include a '/'Claudio Jeker
2024-05-14remove prototypes with no matching functionJonathan Gray
2024-05-13vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep partSebastien Marie
2024-05-12vfs: reorder tmpfs_fifovops: isolate fifo_vops blockSebastien Marie
2024-03-25Move the "no (hard) linking directories" and "no cross-mount links"Philip Guenther
2023-09-08Remove the remnants of the leftover selinfo from vnode(9) layer. JustVitaliy Makkoveev
2022-11-15Take `vmobjlock' around uao_grow() and uao_shrink() calls to fix tmpfsVitaliy Makkoveev
2022-06-26Remove unused VOP_POLL().Visa Hankala
2021-12-11Clarify usage of __EV_POLL and __EV_SELECTVisa Hankala
2021-10-24Some more whitespace cleanupPatrick Wildt
2021-10-24tiny little whitespace fixesPatrick Wildt
2021-10-24A tiny bit of cleanup.Patrick Wildt
2021-10-24Add mount -ur/uw support to tmpfs.Patrick Wildt
2021-10-24Prohibit renames of tmpfs mount-points to fix a panic.Patrick Wildt
2021-10-23Call uvm_vnp_uncache() in tmpfs_write(). We currently only callPatrick Wildt
2021-10-23Fix tmpfs_lookup locking for ".." == ".". unveil_find_cover() callsPatrick Wildt
2021-10-02vfs: merge *_badop to vop_generic_badopSebastien Marie
2021-06-29remove unused prototypeClaudio Jeker
2021-03-11spellingJonathan Gray
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-10-12Fix build of tmpfsVisa Hankala
2020-07-15tmpfs_reclaim() has to make sure the VFS cache has no more locks heldGerhard Roth
2020-06-11Rename poll-compatibility flag to better reflect what it is.Martin Pieuchot
2020-06-08Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).Martin Pieuchot
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-01-20struct vops is not modified during runtime so use const which moves eachClaudio Jeker
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-26Convert struct vfsops initializer to C99 style.Alexander Bluhm
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton
2019-07-12Revert anton@ changes about read/write unlockingsolene
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton
2019-01-21Introduce a dedicated entry point data structure for file locks. This new dataanton
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-06-07Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forVisa Hankala
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-23Fix build without DIAGNOSTIC, ok mikeb@Reyk Floeter
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2018-04-06Now that the args are passed in by the caller there is no need to callPatrick Wildt
2018-03-28Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),Visa Hankala
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
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-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne