pjd 2008-04-26 13:04:48 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_subr.c
Log:
Implement 'show mount' command in DDB. Without argument, it prints short
info about all currently mounted file systems. When an address
kib 2007-09-12 16:31:33 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c vfs_subr.c
Log:
When restoring the mount after umount failed, the MNTK_UNMOUNT flag
prevents insmntque() from placing reallocated syncer vno
pjd 2007-04-17 21:14:06 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c
Log:
Export vfs_mount_alloc() as it is used in ZFS.
Revision ChangesPath
1.258 +1 -3 src/sys/kern/vfs_mount.c
1.225
kib 2007-04-10 10:12:45 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys mount.h
Log:
MFC rev. 1.220:
Extend rev. 1.210 to avoid dereference NULL mp in VFS_NEEDSGIANT and
VFS_ASSERT_GIANT. Stop using reserved namespace.
Revisi
pjd 2007-04-01 15:40:57 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
Log:
More style nits.
Revision ChangesPath
1.223 +9 -9 src/sys/sys/mount.h
___
cvs-all@freebsd.org mailing list
htt
pjd 2007-04-01 13:41:10 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
Log:
Style nit.
Revision ChangesPath
1.222 +1 -1 src/sys/sys/mount.h
___
cvs-all@freebsd.org mailing list
http://li
kib 2007-03-29 08:21:09 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
Log:
Extend rev. 1.210 to avoid dereference NULL mp in VFS_NEEDSGIANT and
VFS_ASSERT_GIANT. Stop using reserved namespace.
Reported and tested by: kris
Reviewed an
rodrigc 2007-01-27 21:02:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys mount.h
sys/kern vfs_mount.c
Log:
MFC: mount.h 1.200, 1.217
vfs_mount.c 1.198, 1.243
Add vfs_mount_error() and vfs_deleteopt() functi
rodrigc 2006-12-16 15:44:03 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c
Log:
Add a function vfs_deleteopt() which searches through the vfsoptlist
linked list of mount options by name, and deletes the option if it
pjd 2006-10-31 21:38:51 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
Log:
Add MNT_GJOURNAL flag which indicates, that file system has gjournal
support enabled.
Add mnt_gjprovider field which keeps gjournal provider's name on which
file system
kib 2006-10-03 10:47:04 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c
Log:
Fix the remaining race in the revs. 1.232, 1,233 that could occur during
unmount when mp structure is reused while waiting for coveredv
tegge 2006-09-27 00:32:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys mount.h
Log:
MFC rev 1.209: Prepare for type stable struct mount.
Approved by:re (kensmith)
Revision ChangesPath
1.197.2.5 +4 -0 src/s
tegge 2006-09-26 04:17:17 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/ufs/ffs ffs_softdep.c
Log:
Increase mnt_noasync once in softdep_mount() to disallow async io,
closing a window where a file system using softupdates could be as
tegge 2006-05-14 00:10:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys mount.h
Log:
MFC: Avoid dereferencing NULL pointer.
Revision ChangesPath
1.197.2.4 +3 -1 src/sys/sys/mount.h
__
tegge 2006-05-05 19:32:35 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
Log:
Avoid dereferencing NULL pointer.
Revision ChangesPath
1.210 +3 -1 src/sys/sys/mount.h
___
cvs-all@freebsd.org
jeff2006-03-31 03:49:17 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
Log:
- Define mnt_startzero and mnt_endzero as a range that excludes mnt_mtx
and mnt_lock so that the mountpoint can be explicitly zeroed on
creation.
Discussed wit
jeff2006-03-13 03:07:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys mount.h
Log:
MFC Revs 1.208, 1.207, 1.206, 1.205
VFS SMP fixes, stack api, softupdates fixes.
Sponsored by: Isilon Systems, Inc.
Approved by:re (sc
On Thursday 02 March 2006 00:50, Jeff Roberson wrote:
> jeff2006-03-02 05:50:23 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/sys mount.h vnode.h
> sys/kern vfs_subr.c
> sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c
>
On Thu, 2 Mar 2006, Ruslan Ermilov wrote:
Hi Jeff,
Does this mean that when I "umount -f /mnt" where /mnt is NFS-mounted and
the exporting host is not responding (e.g., powered off), it will no longer
lock everything on "vfslock" or somesuch?
I thought this was fixed with some changes to look
Hi Jeff,
Does this mean that when I "umount -f /mnt" where /mnt is NFS-mounted and
the exporting host is not responding (e.g., powered off), it will no longer
lock everything on "vfslock" or somesuch?
On Thu, Mar 02, 2006 at 05:50:23AM +, Jeff Roberson wrote:
> jeff2006-03-02 05:50:23
Er, sorry folks, there is a small bug in this that will take me a few
minutes to get into the tree. Must've snuck in after the last review
changes which weren't given to kris.
Welcome to current. ;-)
On Thu, 2 Mar 2006, Jeff Roberson wrote:
jeff2006-03-02 05:50:23 UTC
FreeBSD src
jeff2006-03-02 05:50:23 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h vnode.h
sys/kern vfs_subr.c
sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c
ffs_softdep.c softdep.h
sys/ufs/ufs
jeff2006-02-06 10:19:50 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c vfs_subr.c
Log:
- Add a ref count to the mount structure. Sleep for up to 3 seconds in
vfs_mount_destroy waiting for this ref to hit 0.
pjd 2005-12-19 03:02:54 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
Log:
- Document another spare flag (0x0010).
- Add a 'XXX' comment about MNT_ACLS and MNT_BYFSID flags collision and
explain why it is harmless.
- Add a colon after 'XX
rodrigc 2005-11-08 04:13:39 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c
Log:
Add utility function to propagate mount errors as text string messages.
Discussed with: phk
Revision ChangesPath
25 matches
Mail list logo