| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r303924 (by trasz): | kib | 2016-08-29 | 1 | -1/+1 |
* | Add new unmount(2) flag, MNT_NONBUSY, to check whether there are | trasz | 2016-07-07 | 1 | -0/+37 |
* | Do not assume that we own the use reference on the covered vnode until | kib | 2016-06-15 | 1 | -3/+18 |
* | dounmount: do not call mountcheckdirs() for mounts with MNT_IGNORE | avg | 2016-05-16 | 1 | -2/+4 |
* | Do not copy by field when converting struct oexport_args to struct | kib | 2016-02-04 | 1 | -18/+16 |
* | Make vfs_unmountall() unmount /dev after /, not before. The only | trasz | 2015-08-24 | 1 | -0/+2 |
* | Vnode is not referenced by the vfs_domount() at the point where | kib | 2015-07-02 | 1 | -3/+0 |
* | Right now, dounmount() is called with unreferenced mount point. | kib | 2015-05-27 | 1 | -15/+15 |
* | Mountd iterating over the mount points may race with the parallel | kib | 2015-02-10 | 1 | -2/+8 |
* | Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount. | kib | 2014-12-09 | 1 | -2/+2 |
* | Bring in the new automounter, similar to what's provided in most other | trasz | 2014-08-17 | 1 | -0/+4 |
* | Remove Giant acquisition from the mount and unmount pathes. | kib | 2014-08-03 | 1 | -23/+5 |
* | Use proper MFSNAMELEN for fs type. | bdrewery | 2014-04-12 | 1 | -1/+1 |
* | Change len checks for fstypelen and fspathlen to be against absolute len | sbruno | 2013-10-03 | 1 | -1/+1 |
* | Forced dismounts of NFS mounts can fail when thread(s) are stuck | rmacklem | 2013-09-01 | 1 | -1/+9 |
* | Add vfs_mounted and vfs_unmounted events so that components can be informed | marcel | 2013-07-10 | 1 | -1/+3 |
* | Revert r251590. It unexpectedly broke the build and there were some | marcel | 2013-06-10 | 1 | -2/+0 |
* | Add vfs_mounted and vfs_unmounted events so that components can be informed | marcel | 2013-06-09 | 1 | -0/+2 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | When the journaled FFS volume is suspended due to the journal space | kib | 2013-03-20 | 1 | -1/+2 |
* | Revert revision 244760 because strncpy pads trailing space with zero, | davidxu | 2013-01-04 | 1 | -3/+3 |
* | Remove the deprecated MNT_VNODE_FOREACH interface. Use the | kib | 2013-01-03 | 1 | -97/+0 |
* | Use strlcpy to NULL-terminate error message even if user provided a short | davidxu | 2012-12-28 | 1 | -3/+3 |
* | Fixup r218424: uio_yield() was scaling directly to userland priority. | attilio | 2012-12-21 | 1 | -1/+1 |
* | Fix typo. | kib | 2012-12-09 | 1 | -1/+1 |
* | IFp4 @208450: | pjd | 2012-11-30 | 1 | -1/+0 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -23/+4 |
* | Add a facility for vgone() to inform the set of subscribed mounts | kib | 2012-09-09 | 1 | -1/+4 |
* | This change creates a new list of active vnodes associated with | mckusick | 2012-04-20 | 1 | -0/+4 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 1 | -4/+6 |
* | Add vfs_getopt_size. Support human readable file system options in tmpfs. | gleb | 2012-04-07 | 1 | -0/+42 |
* | Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which | kib | 2012-03-09 | 1 | -3/+6 |
* | Analogous to r230407 a separate path buffer in vfs_mount.c is required | mm | 2012-02-05 | 1 | -2/+6 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -19/+36 |
* | Introduce vn_path_to_global_path() | mm | 2012-01-15 | 1 | -5/+24 |
* | Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on | attilio | 2011-11-08 | 1 | -0/+15 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | When unmounting a filesystem always wait for the vfs_busy lock to clear | mckusick | 2011-10-11 | 1 | -12/+0 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -3/+3 |
* | Revert r224655 and r224614 because vn_fullpath* does not always work | mm | 2011-08-08 | 1 | -79/+7 |
* | The change in r224615 didn't take into account that vn_fullpath_global() | mm | 2011-08-05 | 1 | -31/+68 |
* | For mount, discover f_mntonname from supplied path argument | mm | 2011-08-02 | 1 | -7/+42 |
* | This update changes the mnt_flag field in the mount structure from | mckusick | 2011-07-24 | 1 | -1/+2 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | Use a name instead of a magic number for kern_yield(9) when the priority | mdf | 2011-05-13 | 1 | -1/+1 |
* | Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Because | jh | 2011-04-22 | 1 | -57/+14 |
* | Fix some style issues in r219925. | jh | 2011-03-26 | 1 | -5/+2 |
* | Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options in | jh | 2011-03-23 | 1 | -0/+26 |
* | Don't restore old mount options and flags if VFS_MOUNT(9) succeeds but | jh | 2011-02-19 | 1 | -26/+29 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -1/+1 |