aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs/null_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* nullfs: do not allow bypass on copy_file_range()Konstantin Belousov2023-11-281-0/+1
* VFS: add VOP_GETLOWVNODE()Konstantin Belousov2023-11-281-0/+18
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* nullfs(5): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* null_vptocnp(): busy nullfs mp instead of refing itKonstantin Belousov2022-06-141-5/+7
* nullfs: provide custom null_rename bypassKonstantin Belousov2021-07-271-11/+57
* null_rename: some styleKonstantin Belousov2021-07-271-5/+7
* null_lookup: restore dvp lock always, not only on successKonstantin Belousov2021-07-271-5/+6
* null_bypass(): prevent loosing the only reference to the lower vnodeKonstantin Belousov2021-07-271-5/+20
* nullfs: provide custom null_advlock bypassKonstantin Belousov2021-07-271-0/+23
* null_bypass(): some styleKonstantin Belousov2021-07-271-14/+16
* nullfs: dirty v_object must imply the need for inactivationKonstantin Belousov2021-05-221-1/+1
* nullfs: protect against user creating inconsistent stateKonstantin Belousov2021-04-021-4/+15
* null_vput_pair(): release use reference on dvp earlierKonstantin Belousov2021-03-121-14/+31
* nullfs: provide special bypass for VOP_VPUT_PAIRKonstantin Belousov2021-02-121-0/+49
* vfs: add v_irflag accessorsMateusz Guzik2021-01-031-5/+3
* nullfs: provide custom bypass for VOP_READ_PGCACHE().Konstantin Belousov2020-11-261-0/+23
* vfs: drop spurious cred argument from VOP_VPTOCNPMateusz Guzik2020-10-201-2/+1
* nullfs: ensure correct lock is taken after bypass.Konstantin Belousov2020-10-191-0/+18
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* VMIO reads: enable for nullfs upper vnode if the lower vnode supports it.Konstantin Belousov2020-08-161-1/+10
* nullfs: add missing VOP_STAT handlingMateusz Guzik2020-08-101-1/+15
* vfs: remove the never set VDESC_VPP_WILLRELE flagMateusz Guzik2020-02-021-3/+0
* vfs: remove the never set VDESC_NOMAP_VPP flagMateusz Guzik2020-01-301-3/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-5/+5
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* nullfs: reduce areas protected by vnode interlock in null_lockMateusz Guzik2019-09-011-9/+10
* nullfs: use VOP_NEED_INACTIVEMateusz Guzik2019-08-301-4/+22
* vfs: add VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+1
* nullfs: reduce areas protected by vnode interlockMateusz Guzik2019-08-251-21/+4
* nullfs: lock the vnode with LK_SHARED in null_vptocnpMateusz Guzik2019-08-211-5/+1
* Manually clear text references on reclaim for nullfs and tmpfs.Konstantin Belousov2019-06-051-0/+2
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-10/+12
* Un null_vptocnp(), cache vp->v_mount and use it for null_nodeget() call.Konstantin Belousov2019-02-081-1/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-2/+2
* nullfs: plug vnode ref leak in null_vptocnpMateusz Guzik2016-09-091-1/+0
* nullfs: stop special-casing directories in null_vptocnpMateusz Guzik2016-09-061-3/+0
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* After nullfs rmdir operation, reclaim the directory vnode which wasKonstantin Belousov2016-02-171-0/+9
* Force nullfs vnode reclaim after unlinking, to potentially unlinkKonstantin Belousov2015-12-301-3/+5
* VOP_LOOKUP() may relock the directory vnode for some reasons. SinceKonstantin Belousov2014-08-081-4/+40
* Assert that nullfs vnode has VV_ROOT set whenever lower vnode has.Konstantin Belousov2014-07-281-0/+4
* Fix typo.Konstantin Belousov2014-07-241-1/+1
* Check for the cross-device cross-link attempt in the VFS, instead ofKonstantin Belousov2014-07-161-10/+0
* Fix the length calculation for the final block of a sendfile(2)Dag-Erling Smørgrav2013-09-101-0/+10
* The tvp vnode on rename is usually unlinked. Drop the cached nullKonstantin Belousov2013-07-041-1/+6