summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r311452:kib2017-01-121-13/+17
* MFC r309209:kib2016-12-041-1/+2
* MFC r305834:trasz2016-11-031-1/+1
* MFC r305659:mjg2016-10-041-1/+0
* sys/fs: spelling fixes in comments.pfg2016-04-291-1/+1
* Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lowerkib2016-03-041-1/+1
* After nullfs rmdir operation, reclaim the directory vnode which waskib2016-02-171-0/+9
* Force nullfs vnode reclaim after unlinking, to potentially unlinkkib2015-12-301-3/+5
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.markj2015-07-051-1/+1
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-1/+1
* Convert nullfs hash lock from a mutex to an rwlock.mjg2014-12-301-12/+12
* Provide vfs suspension support only for filesystems which need it, takemjg2014-10-201-0/+2
* VOP_LOOKUP() may relock the directory vnode for some reasons. Sincekib2014-08-081-4/+40
* Assert that nullfs vnode has VV_ROOT set whenever lower vnode has.kib2014-07-281-0/+4
* Fix typo.kib2014-07-241-1/+1
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-10/+0
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-0/+10
* The tvp vnode on rename is usually unlinked. Drop the cached nullkib2013-07-041-1/+6
* Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(),kib2013-05-211-7/+19
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-114-7/+50
* nullfs: Improve f_flags in statfs().jilles2013-03-021-1/+2
* Remove the filtering of the acceptable mount options for nullfs, addedkib2013-01-161-11/+0
* The current default size of the nullfs hash table used to lookup thekib2013-01-141-10/+6
* When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed,kib2013-01-101-0/+8
* Fix reversed condition in the assertion.kib2013-01-041-1/+1
* Add the "nocache" nullfs mount option, which disables the caching ofkib2013-01-034-13/+63
* Remove the check and panic for an impossible condition. The NULLkib2012-11-201-2/+0
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-4/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-0/+21
* Grammar fixes.kib2012-10-141-3/+3
* Replace the XXX comment with the proper description.kib2012-10-141-1/+3
* Allow shared lookups for nullfs mounts, if lower filesystem supportskib2012-09-094-46/+67
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* Use NULL instead of 0kevlo2012-03-131-2/+2
* Do not expose unlocked unconstructed nullfs vnode on mount list.kib2012-03-021-1/+1
* Allow shared locks for reads when lower filesystem accept shared locking.kib2012-02-291-1/+2
* Document that null_nodeget() cannot take shared-locked lowervp due tokib2012-02-291-1/+5
* In null_reclaim(), assert that reclaimed vnode is fully constructed,kib2012-02-291-9/+12
* Always request exclusive lock for the lower vnode in nullfs_vget().kib2012-02-291-0/+6
* Move the code to destroy half-contructed nullfs vnode into helperkib2012-02-291-6/+13
* Merge a split multi-line comment.kib2012-02-291-4/+1
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-0/+5
* Allow mounting nullfs(5) inside jails.mm2012-02-091-1/+1
* Subject: NULLFS: properly destroy node hashrea2012-01-181-1/+1
* In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnodedim2012-01-051-1/+1
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-033-8/+6
* Document the state of the lowervp vnode for null_nodeget().kib2012-01-031-0/+3
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-4/+3
* Do not use NULLVPTOLOWERVP() in the null_print(). If diagnostic is compiledkib2011-11-191-1/+1
OpenPOWER on IntegriCloud