| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r362252: | Ryan Moeller | 2020-06-19 | 1 | -11/+3 |
* | MFC r361699, r361711: | Ryan Moeller | 2020-06-04 | 1 | -1/+16 |
* | MFC of 356763 | Kirk McKusick | 2020-01-23 | 1 | -3/+1 |
* | MFC r352796: | Andrew Turner | 2019-10-03 | 1 | -2/+2 |
* | MFC r351435: | Konstantin Belousov | 2019-09-03 | 1 | -4/+2 |
* | MFC of 342135 and 342290 | Kirk McKusick | 2019-01-06 | 1 | -6/+12 |
* | MFC r339731: | Mark Johnston | 2018-11-17 | 1 | -8/+7 |
* | Make it easier for filesystems to count themselves as jail-enabled, | Jamie Gritton | 2018-05-04 | 1 | -2/+10 |
* | vfs_donmount: in certain cases try r/o mount if r/w mount fails | Andriy Gapon | 2018-03-27 | 1 | -3/+58 |
* | Use EVENTHANDLER_DIRECT_INVOKE for [un]mount events, for better performance. | Ian Lepore | 2018-01-07 | 1 | -2/+6 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | remove process and jail directory machinations from dounmount | Andriy Gapon | 2017-10-13 | 1 | -28/+5 |
* | Do not vrele() covered vnode under the mp mutex. | Konstantin Belousov | 2017-09-19 | 1 | -2/+2 |
* | dounmount: do not release the mount point's reference on the covered vnode | Andriy Gapon | 2017-09-14 | 1 | -1/+4 |
* | Remove register keyword from sys/ and ANSIfy prototypes | Ed Maste | 2017-05-17 | 1 | -25/+11 |
* | Do not allocate struct statfs on kernel stack. | Konstantin Belousov | 2017-01-05 | 1 | -0/+1 |
* | Provide simple mutual exclusion between mount point update and unmount. | Konstantin Belousov | 2016-11-13 | 1 | -0/+6 |
* | Move common cleanup code into helper. | Konstantin Belousov | 2016-11-13 | 1 | -17/+21 |
* | vfs: assert empty tmp free list on unmount | Mateusz Guzik | 2016-10-08 | 1 | -0/+2 |
* | Limit scope of the optimization in r306608 to dounmount() caller only. | Konstantin Belousov | 2016-10-07 | 1 | -1/+1 |
* | vfs: batch free vnodes in per-mnt lists | Mateusz Guzik | 2016-09-30 | 1 | -0/+4 |
* | Fix bug introduced with r302388, which could cause processes accessing | Edward Tomasz Napierala | 2016-09-21 | 1 | -0/+7 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Replace all remaining calls to vprint(9) with vn_printf(9), and remove | Edward Tomasz Napierala | 2016-08-10 | 1 | -1/+1 |
* | Add new unmount(2) flag, MNT_NONBUSY, to check whether there are | Edward Tomasz Napierala | 2016-07-07 | 1 | -0/+37 |
* | Do not assume that we own the use reference on the covered vnode until | Konstantin Belousov | 2016-06-15 | 1 | -3/+18 |
* | dounmount: do not call mountcheckdirs() for mounts with MNT_IGNORE | Andriy Gapon | 2016-05-16 | 1 | -2/+4 |
* | Do not copy by field when converting struct oexport_args to struct | Konstantin Belousov | 2016-02-04 | 1 | -18/+16 |
* | Make vfs_unmountall() unmount /dev after /, not before. The only | Edward Tomasz Napierala | 2015-08-24 | 1 | -0/+2 |
* | Vnode is not referenced by the vfs_domount() at the point where | Konstantin Belousov | 2015-07-02 | 1 | -3/+0 |
* | Right now, dounmount() is called with unreferenced mount point. | Konstantin Belousov | 2015-05-27 | 1 | -15/+15 |
* | Mountd iterating over the mount points may race with the parallel | Konstantin Belousov | 2015-02-10 | 1 | -2/+8 |
* | Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount. | Konstantin Belousov | 2014-12-09 | 1 | -2/+2 |
* | Bring in the new automounter, similar to what's provided in most other | Edward Tomasz Napierala | 2014-08-17 | 1 | -0/+4 |
* | Remove Giant acquisition from the mount and unmount pathes. | Konstantin Belousov | 2014-08-03 | 1 | -23/+5 |
* | Use proper MFSNAMELEN for fs type. | Bryan Drewery | 2014-04-12 | 1 | -1/+1 |
* | Change len checks for fstypelen and fspathlen to be against absolute len | Sean Bruno | 2013-10-03 | 1 | -1/+1 |
* | Forced dismounts of NFS mounts can fail when thread(s) are stuck | Rick Macklem | 2013-09-01 | 1 | -1/+9 |
* | Add vfs_mounted and vfs_unmounted events so that components can be informed | Marcel Moolenaar | 2013-07-10 | 1 | -1/+3 |
* | Revert r251590. It unexpectedly broke the build and there were some | Marcel Moolenaar | 2013-06-10 | 1 | -2/+0 |
* | Add vfs_mounted and vfs_unmounted events so that components can be informed | Marcel Moolenaar | 2013-06-09 | 1 | -0/+2 |
* | - Correct mispellings of the word occurrence | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
* | When the journaled FFS volume is suspended due to the journal space | Konstantin Belousov | 2013-03-20 | 1 | -1/+2 |
* | Revert revision 244760 because strncpy pads trailing space with zero, | David Xu | 2013-01-04 | 1 | -3/+3 |
* | Remove the deprecated MNT_VNODE_FOREACH interface. Use the | Konstantin Belousov | 2013-01-03 | 1 | -97/+0 |
* | Use strlcpy to NULL-terminate error message even if user provided a short | David Xu | 2012-12-28 | 1 | -3/+3 |
* | Fixup r218424: uio_yield() was scaling directly to userland priority. | Attilio Rao | 2012-12-21 | 1 | -1/+1 |
* | Fix typo. | Konstantin Belousov | 2012-12-09 | 1 | -1/+1 |
* | IFp4 @208450: | Pawel Jakub Dawidek | 2012-11-30 | 1 | -1/+0 |
* | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -23/+4 |