summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r308618:kib2016-11-271-0/+6
* MFC r299913: dounmount: do not call mountcheckdirs() for mounts with MNT_IGNOREavg2016-07-131-2/+4
* MFC r301929:kib2016-06-221-3/+18
* MFC r287107:trasz2016-01-121-0/+2
* MFC r285039:kib2015-07-281-3/+0
* MFC r283602:kib2015-06-101-15/+15
* MFC r278523:kib2015-02-241-2/+8
* MFC r275638:kib2014-12-301-2/+2
* MFC r270096:trasz2014-08-311-0/+4
* MFC r269457:kib2014-08-171-23/+5
* MFC r264385:bdrewery2014-05-141-1/+1
* Change len checks for fstypelen and fspathlen to be against absolute lensbruno2013-10-031-1/+1
* Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-1/+9
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-07-101-1/+3
* Revert r251590. It unexpectedly broke the build and there were somemarcel2013-06-101-2/+0
* Add vfs_mounted and vfs_unmounted events so that components can be informedmarcel2013-06-091-0/+2
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* When the journaled FFS volume is suspended due to the journal spacekib2013-03-201-1/+2
* Revert revision 244760 because strncpy pads trailing space with zero,davidxu2013-01-041-3/+3
* Remove the deprecated MNT_VNODE_FOREACH interface. Use thekib2013-01-031-97/+0
* Use strlcpy to NULL-terminate error message even if user provided a shortdavidxu2012-12-281-3/+3
* Fixup r218424: uio_yield() was scaling directly to userland priority.attilio2012-12-211-1/+1
* Fix typo.kib2012-12-091-1/+1
* IFp4 @208450:pjd2012-11-301-1/+0
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-23/+4
* Add a facility for vgone() to inform the set of subscribed mountskib2012-09-091-1/+4
* This change creates a new list of active vnodes associated withmckusick2012-04-201-0/+4
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-4/+6
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-0/+42
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-091-3/+6
* Analogous to r230407 a separate path buffer in vfs_mount.c is requiredmm2012-02-051-2/+6
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-19/+36
* Introduce vn_path_to_global_path()mm2012-01-151-5/+24
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+15
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* When unmounting a filesystem always wait for the vfs_busy lock to clearmckusick2011-10-111-12/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-3/+3
* Revert r224655 and r224614 because vn_fullpath* does not always workmm2011-08-081-79/+7
* The change in r224615 didn't take into account that vn_fullpath_global()mm2011-08-051-31/+68
* For mount, discover f_mntonname from supplied path argumentmm2011-08-021-7/+42
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+2
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-131-1/+1
* Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Becausejh2011-04-221-57/+14
* Fix some style issues in r219925.jh2011-03-261-5/+2
* Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options injh2011-03-231-0/+26
* Don't restore old mount options and flags if VFS_MOUNT(9) succeeds butjh2011-02-191-26/+29
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+1
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Replace spaces with tabs.jh2011-01-241-2/+2
OpenPOWER on IntegriCloud