aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-083-4/+4
* nullfs: locklessly check for entries in null_hashgetMateusz Guzik2019-12-051-0/+2
* nullfs: use MNTK_NOMSYNCMateusz Guzik2019-10-131-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-212-8/+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
* nullfs: fix unmounts when filesystem is active.Konstantin Belousov2019-03-211-5/+15
* Un null_vptocnp(), cache vp->v_mount and use it for null_nodeget() call.Konstantin Belousov2019-02-081-1/+7
* Before using VTONULL(), check that the covered vnode belongs to nullfs.Konstantin Belousov2019-02-081-4/+7
* Some style for nullfs_mount(). Also use bool type for isvnunlocked.Konstantin Belousov2019-02-081-5/+10
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-3/+0
* Make nullfs properly report MNT_AUTOMOUNTED set on the nullfs mount itself,Edward Tomasz Napierala2018-01-101-1/+2
* 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-13/+17
* NFSv4 client tracks opens, and the track records are only dropped whenKonstantin Belousov2016-11-271-1/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-2/+2
* Change the getnewvnode(9) tag for nullfs from "null" to "nullfs".Edward Tomasz Napierala2016-09-151-1/+1
* 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
* Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lowerKonstantin Belousov2016-03-041-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
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.Mark Johnston2015-07-051-1/+1
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-1/+1
* Convert nullfs hash lock from a mutex to an rwlock.Mateusz Guzik2014-12-301-12/+12
* Provide vfs suspension support only for filesystems which need it, takeMateusz Guzik2014-10-201-0/+2
* 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
* Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(),Konstantin Belousov2013-05-211-7/+19
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). TheKonstantin Belousov2013-05-114-7/+50
* nullfs: Improve f_flags in statfs().Jilles Tjoelker2013-03-021-1/+2
* Remove the filtering of the acceptable mount options for nullfs, addedKonstantin Belousov2013-01-161-11/+0
* The current default size of the nullfs hash table used to lookup theKonstantin Belousov2013-01-141-10/+6
* When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed,Konstantin Belousov2013-01-101-0/+8
* Fix reversed condition in the assertion.Konstantin Belousov2013-01-041-1/+1
* Add the "nocache" nullfs mount option, which disables the caching ofKonstantin Belousov2013-01-034-13/+63
* Remove the check and panic for an impossible condition. The NULLKonstantin Belousov2012-11-201-2/+0
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-4/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-2/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,Konstantin Belousov2012-11-021-0/+21