aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* namei: Fix cn_flags width in various placesMark Johnston2025-11-191-1/+2
* namei: Make stackable filesystems check harder for jail rootsMark Johnston2025-11-191-0/+19
* cred: proc_set_cred(), proc_unset_cred(): Update user's process countOlivier Certner2025-01-171-6/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-234-4/+0
* unionfs: implement VOP_SET_TEXT/VOP_UNSET_TEXTJason A. Harmening2023-01-091-0/+34
* unionfs: do not use bare struct componentnameKonstantin Belousov2021-07-071-32/+38
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-191-1/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-2/+2
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-7/+2
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-2/+7
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-7/+2
* vfs: provide F_ISUNIONSTACK as a kludge for libcMateusz Guzik2020-01-171-1/+1
* unionfs: use MNTK_NOMSYNCMateusz Guzik2020-01-161-0/+1
* vfs: rework vnode list managementMateusz Guzik2020-01-131-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-033-37/+37
* unionfs: fix up VOP_UNLOCK use after flags stopped being supportedMateusz Guzik2020-01-033-41/+39
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-2/+4
* vfs: add VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+1
* unionfs: stop passing LK_INTERLOCK to VOP_UNLOCKMateusz Guzik2019-08-271-37/+4
* Try to decrease the number of bugs in unionfs after the VV_TEXT flag removal.Konstantin Belousov2019-08-012-0/+35
* Include ktr.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-3/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-204-0/+8
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-22/+30
* Replace all remaining calls to vprint(9) with vn_printf(9), and removeEdward Tomasz Napierala2016-08-101-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Remove cn_consume from 'struct componentname'. It was never set to anythingEdward Tomasz Napierala2016-03-121-3/+0
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.Mark Johnston2015-07-051-3/+0
* unionfs: fix suspendability check bugsMark Johnston2015-06-061-8/+1
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-182-3/+4
* Provide vfs suspension support only for filesystems which need it, takeMateusz Guzik2014-10-201-0/+7
* unionfs: hold mount interlock while manipulating mnt_flagMateusz Guzik2014-10-201-0/+2
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-6/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-092-7/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,Konstantin Belousov2012-11-021-2/+2
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-11/+2
* Skip directory entries with zero inode number during traversal.Gleb Kurtsou2012-05-161-1/+1
* fixed a unionfs_readdir math issueDaichi GOTO2012-05-031-1/+1
* - fixed a vnode lock hang-up issue.Daichi GOTO2012-05-013-115/+213
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-1/+1
* Use NULL instead of 0Kevin Lo2012-03-131-1/+1
* Add KTR_VFS traces to track modifications to a vnode's writecount.John Baldwin2012-03-081-0/+4
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDEdward Tomasz Napierala2011-10-101-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+2
* Allowed unionfs to use whiteout not supporting file system asDaichi GOTO2010-09-051-21/+0
* Revert r210194, adding a comment explaining why calls to chgproccnt()Edward Tomasz Napierala2010-08-251-0/+6