summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r362252:Ryan Moeller2020-06-191-11/+3
* MFC r361699, r361711:Ryan Moeller2020-06-041-1/+16
* MFC of 356763Kirk McKusick2020-01-231-3/+1
* MFC r352796:Andrew Turner2019-10-031-2/+2
* MFC r351435:Konstantin Belousov2019-09-031-4/+2
* MFC of 342135 and 342290Kirk McKusick2019-01-061-6/+12
* MFC r339731:Mark Johnston2018-11-171-8/+7
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-2/+10
* vfs_donmount: in certain cases try r/o mount if r/w mount failsAndriy Gapon2018-03-271-3/+58
* Use EVENTHANDLER_DIRECT_INVOKE for [un]mount events, for better performance.Ian Lepore2018-01-071-2/+6
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* remove process and jail directory machinations from dounmountAndriy Gapon2017-10-131-28/+5
* Do not vrele() covered vnode under the mp mutex.Konstantin Belousov2017-09-191-2/+2
* dounmount: do not release the mount point's reference on the covered vnodeAndriy Gapon2017-09-141-1/+4
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-25/+11
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-0/+1
* Provide simple mutual exclusion between mount point update and unmount.Konstantin Belousov2016-11-131-0/+6
* Move common cleanup code into helper.Konstantin Belousov2016-11-131-17/+21
* vfs: assert empty tmp free list on unmountMateusz Guzik2016-10-081-0/+2
* Limit scope of the optimization in r306608 to dounmount() caller only.Konstantin Belousov2016-10-071-1/+1
* vfs: batch free vnodes in per-mnt listsMateusz Guzik2016-09-301-0/+4
* Fix bug introduced with r302388, which could cause processes accessingEdward Tomasz Napierala2016-09-211-0/+7
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Replace all remaining calls to vprint(9) with vn_printf(9), and removeEdward Tomasz Napierala2016-08-101-1/+1
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there areEdward Tomasz Napierala2016-07-071-0/+37
* Do not assume that we own the use reference on the covered vnode untilKonstantin Belousov2016-06-151-3/+18
* dounmount: do not call mountcheckdirs() for mounts with MNT_IGNOREAndriy Gapon2016-05-161-2/+4
* Do not copy by field when converting struct oexport_args to structKonstantin Belousov2016-02-041-18/+16
* Make vfs_unmountall() unmount /dev after /, not before. The onlyEdward Tomasz Napierala2015-08-241-0/+2
* Vnode is not referenced by the vfs_domount() at the point whereKonstantin Belousov2015-07-021-3/+0
* Right now, dounmount() is called with unreferenced mount point.Konstantin Belousov2015-05-271-15/+15
* Mountd iterating over the mount points may race with the parallelKonstantin Belousov2015-02-101-2/+8
* Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.Konstantin Belousov2014-12-091-2/+2
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-171-0/+4
* Remove Giant acquisition from the mount and unmount pathes.Konstantin Belousov2014-08-031-23/+5
* Use proper MFSNAMELEN for fs type.Bryan Drewery2014-04-121-1/+1
* Change len checks for fstypelen and fspathlen to be against absolute lenSean Bruno2013-10-031-1/+1
* Forced dismounts of NFS mounts can fail when thread(s) are stuckRick Macklem2013-09-011-1/+9
* Add vfs_mounted and vfs_unmounted events so that components can be informedMarcel Moolenaar2013-07-101-1/+3
* Revert r251590. It unexpectedly broke the build and there were someMarcel Moolenaar2013-06-101-2/+0
* Add vfs_mounted and vfs_unmounted events so that components can be informedMarcel Moolenaar2013-06-091-0/+2
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* When the journaled FFS volume is suspended due to the journal spaceKonstantin Belousov2013-03-201-1/+2
* Revert revision 244760 because strncpy pads trailing space with zero,David Xu2013-01-041-3/+3
* Remove the deprecated MNT_VNODE_FOREACH interface. Use theKonstantin Belousov2013-01-031-97/+0
* Use strlcpy to NULL-terminate error message even if user provided a shortDavid Xu2012-12-281-3/+3
* Fixup r218424: uio_yield() was scaling directly to userland priority.Attilio Rao2012-12-211-1/+1
* Fix typo.Konstantin Belousov2012-12-091-1/+1
* IFp4 @208450:Pawel Jakub Dawidek2012-11-301-1/+0
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-23/+4