| Commit message (Expand) | Author | Age | Files | Lines |
| * | nullfs(5): Fix a typo in a source code comment | Gordon Bergling | 2022-08-10 | 1 | -1/+1 |
| * | nullfs: protect against user creating inconsistent state | Konstantin Belousov | 2021-04-09 | 1 | -4/+15 |
| * | MFC r357199, r357306: | Konstantin Belousov | 2020-02-04 | 3 | -41/+36 |
| * | MFC r347151,347181,347968,348421,348698,348701: | Konstantin Belousov | 2019-06-12 | 1 | -10/+14 |
| * | MFC r345376: | Konstantin Belousov | 2019-03-28 | 1 | -5/+15 |
| * | MFC r343899: | Konstantin Belousov | 2019-02-15 | 1 | -1/+7 |
| * | MFC r343897, r343898: | Konstantin Belousov | 2019-02-15 | 1 | -9/+17 |
| * | Make it easier for filesystems to count themselves as jail-enabled, | Jamie Gritton | 2018-05-04 | 1 | -3/+0 |
| * | Make nullfs properly report MNT_AUTOMOUNTED set on the nullfs mount itself, | Edward Tomasz Napierala | 2018-01-10 | 1 | -1/+2 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 4 | -0/+8 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 4 | -4/+4 |
| * | Do not allocate struct statfs on kernel stack. | Konstantin Belousov | 2017-01-05 | 1 | -13/+17 |
| * | NFSv4 client tracks opens, and the track records are only dropped when | Konstantin Belousov | 2016-11-27 | 1 | -1/+2 |
| * | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 1 | -2/+2 |
| * | Change the getnewvnode(9) tag for nullfs from "null" to "nullfs". | Edward Tomasz Napierala | 2016-09-15 | 1 | -1/+1 |
| * | nullfs: plug vnode ref leak in null_vptocnp | Mateusz Guzik | 2016-09-09 | 1 | -1/+0 |
| * | nullfs: stop special-casing directories in null_vptocnp | Mateusz Guzik | 2016-09-06 | 1 | -3/+0 |
| * | sys/fs: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
| * | Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lower | Konstantin Belousov | 2016-03-04 | 1 | -1/+1 |
| * | After nullfs rmdir operation, reclaim the directory vnode which was | Konstantin Belousov | 2016-02-17 | 1 | -0/+9 |
| * | Force nullfs vnode reclaim after unlinking, to potentially unlink | Konstantin Belousov | 2015-12-30 | 1 | -3/+5 |
| * | Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT. | Mark Johnston | 2015-07-05 | 1 | -1/+1 |
| * | File systems that do not use the buffer cache (such as ZFS) must | Rick Macklem | 2015-04-15 | 1 | -1/+1 |
| * | Convert nullfs hash lock from a mutex to an rwlock. | Mateusz Guzik | 2014-12-30 | 1 | -12/+12 |
| * | Provide vfs suspension support only for filesystems which need it, take | Mateusz Guzik | 2014-10-20 | 1 | -0/+2 |
| * | VOP_LOOKUP() may relock the directory vnode for some reasons. Since | Konstantin Belousov | 2014-08-08 | 1 | -4/+40 |
| * | Assert that nullfs vnode has VV_ROOT set whenever lower vnode has. | Konstantin Belousov | 2014-07-28 | 1 | -0/+4 |
| * | Fix typo. | Konstantin Belousov | 2014-07-24 | 1 | -1/+1 |
| * | Check for the cross-device cross-link attempt in the VFS, instead of | Konstantin Belousov | 2014-07-16 | 1 | -10/+0 |
| * | Fix the length calculation for the final block of a sendfile(2) | Dag-Erling Smørgrav | 2013-09-10 | 1 | -0/+10 |
| * | The tvp vnode on rename is usually unlinked. Drop the cached null | Konstantin Belousov | 2013-07-04 | 1 | -1/+6 |
| * | Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(), | Konstantin Belousov | 2013-05-21 | 1 | -7/+19 |
| * | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | Konstantin Belousov | 2013-05-11 | 4 | -7/+50 |
| * | nullfs: Improve f_flags in statfs(). | Jilles Tjoelker | 2013-03-02 | 1 | -1/+2 |
| * | Remove the filtering of the acceptable mount options for nullfs, added | Konstantin Belousov | 2013-01-16 | 1 | -11/+0 |
| * | The current default size of the nullfs hash table used to lookup the | Konstantin Belousov | 2013-01-14 | 1 | -10/+6 |
| * | When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed, | Konstantin Belousov | 2013-01-10 | 1 | -0/+8 |
| * | Fix reversed condition in the assertion. | Konstantin Belousov | 2013-01-04 | 1 | -1/+1 |
| * | Add the "nocache" nullfs mount option, which disables the caching of | Konstantin Belousov | 2013-01-03 | 4 | -13/+63 |
| * | Remove the check and panic for an impossible condition. The NULL | Konstantin Belousov | 2012-11-20 | 1 | -2/+0 |
| * | r16312 is not any longer real since many years (likely since when VFS | Attilio Rao | 2012-11-19 | 1 | -4/+0 |
| * | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | Attilio Rao | 2012-11-09 | 1 | -2/+1 |
| * | The r241025 fixed the case when a binary, executed from nullfs mount, | Konstantin Belousov | 2012-11-02 | 1 | -0/+21 |
| * | Grammar fixes. | Konstantin Belousov | 2012-10-14 | 1 | -3/+3 |
| * | Replace the XXX comment with the proper description. | Konstantin Belousov | 2012-10-14 | 1 | -1/+3 |
| * | Allow shared lookups for nullfs mounts, if lower filesystem supports | Konstantin Belousov | 2012-09-09 | 4 | -46/+67 |
| * | Remove unused thread argument to vrecycle(). | Edward Tomasz Napierala | 2012-04-23 | 1 | -2/+1 |
| * | Use NULL instead of 0 | Kevin Lo | 2012-03-13 | 1 | -2/+2 |
| * | Do not expose unlocked unconstructed nullfs vnode on mount list. | Konstantin Belousov | 2012-03-02 | 1 | -1/+1 |
| * | Allow shared locks for reads when lower filesystem accept shared locking. | Konstantin Belousov | 2012-02-29 | 1 | -1/+2 |