index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r264385:
bdrewery
2014-05-14
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
*
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
[next]