aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Grammar fixes.Konstantin Belousov2012-10-141-3/+3
* Replace the XXX comment with the proper description.Konstantin Belousov2012-10-141-1/+3
* Allow shared lookups for nullfs mounts, if lower filesystem supportsKonstantin Belousov2012-09-094-46/+67
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-2/+1
* Use NULL instead of 0Kevin Lo2012-03-131-2/+2
* Do not expose unlocked unconstructed nullfs vnode on mount list.Konstantin Belousov2012-03-021-1/+1
* Allow shared locks for reads when lower filesystem accept shared locking.Konstantin Belousov2012-02-291-1/+2
* Document that null_nodeget() cannot take shared-locked lowervp due toKonstantin Belousov2012-02-291-1/+5
* In null_reclaim(), assert that reclaimed vnode is fully constructed,Konstantin Belousov2012-02-291-9/+12
* Always request exclusive lock for the lower vnode in nullfs_vget().Konstantin Belousov2012-02-291-0/+6
* Move the code to destroy half-contructed nullfs vnode into helperKonstantin Belousov2012-02-291-6/+13
* Merge a split multi-line comment.Konstantin Belousov2012-02-291-4/+1
* To improve control over the use of mount(8) inside a jail(8), introduceMartin Matuska2012-02-231-0/+5
* Allow mounting nullfs(5) inside jails.Martin Matuska2012-02-091-1/+1