| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Put the general logic for being a CPU hog into a new function | mdf | 2011-02-02 | 1 | -2/+1 |
* | Replace spaces with tabs. | jh | 2011-01-24 | 1 | -2/+2 |
* | Update MNT_ROOTFS comments after changes in the root mount logic. | pluknet | 2010-11-23 | 1 | -2/+4 |
* | In vfs_filteropt(), only print the errmsg when there's no errmsg | marcel | 2010-10-18 | 1 | -1/+3 |
* | The r184588 changed the layout of struct export_args, causing an ABI | kib | 2010-10-10 | 1 | -0/+8 |
* | Split the root mount logic from the (generic) mount code and move | marcel | 2010-10-02 | 1 | -623/+28 |
* | Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leak | kib | 2010-09-11 | 1 | -11/+6 |
* | Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure. | pjd | 2010-09-09 | 1 | -0/+3 |
* | Doing first mount and updating mount points are both handled by the same | pjd | 2010-09-08 | 1 | -220/+268 |
* | - Log all the problems in devfs_fixup(). | pjd | 2010-09-08 | 1 | -2/+14 |
* | There is a bug in vfs_allocate_syncvnode() failure handling in mount code. | pjd | 2010-08-28 | 1 | -5/+3 |
* | - Reduce scope of vnode lock. vfs_mount_alloc() doesn't need vnode to be | pjd | 2010-02-18 | 1 | -7/+4 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Add the possibility for vfs.root.mountfrom tunable to accept a list of | attilio | 2009-11-12 | 1 | -6/+15 |
* | Add suggestion for zfs root. | trasz | 2009-11-08 | 1 | -0/+1 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | jhb | 2009-07-31 | 1 | -4/+5 |
* | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead | rwatson | 2009-07-29 | 1 | -1/+1 |
* | When auditing unmount(2), capture FSID arguments as regular text strings | rwatson | 2009-07-01 | 1 | -1/+3 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -4/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | sys/boot/common.c | rodrigc | 2009-06-01 | 1 | -21/+109 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -0/+5 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -19/+18 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -6/+2 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | thompsa | 2009-04-03 | 1 | -2/+6 |
* | Further rate limit the root wait status, it will be printed once per | thompsa | 2009-03-30 | 1 | -4/+8 |
* | Skip the allocation of the root hold token if the mount already happened. | thompsa | 2009-03-27 | 1 | -0/+5 |
* | Extend the "vfsopt" mount options for more general use. Make struct | jamie | 2009-03-02 | 1 | -48/+121 |