cvs commit: src/sys/sys mount.h src/sys/kern vfs_subr.c

2008-04-26 Thread Pawel Jakub Dawidek
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

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c vfs_subr.c

2007-09-12 Thread Konstantin Belousov
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

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2007-04-17 Thread Pawel Jakub Dawidek
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

cvs commit: src/sys/sys mount.h

2007-04-10 Thread Konstantin Belousov
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

cvs commit: src/sys/sys mount.h

2007-04-01 Thread Pawel Jakub Dawidek
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

cvs commit: src/sys/sys mount.h

2007-04-01 Thread Pawel Jakub Dawidek
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

cvs commit: src/sys/sys mount.h

2007-03-29 Thread Konstantin Belousov
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

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2007-01-27 Thread Craig Rodrigues
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

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2006-12-16 Thread Craig Rodrigues
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

cvs commit: src/sys/sys mount.h

2006-10-31 Thread Pawel Jakub Dawidek
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

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2006-10-03 Thread Konstantin Belousov
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

cvs commit: src/sys/sys mount.h

2006-09-26 Thread Tor Egge
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

cvs commit: src/sys/sys mount.h src/sys/ufs/ffs ffs_softdep.c

2006-09-25 Thread Tor Egge
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

cvs commit: src/sys/sys mount.h

2006-05-13 Thread Tor Egge
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 __

cvs commit: src/sys/sys mount.h

2006-05-05 Thread Tor Egge
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

cvs commit: src/sys/sys mount.h

2006-03-30 Thread Jeff Roberson
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

cvs commit: src/sys/sys mount.h

2006-03-12 Thread Jeff Roberson
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

Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h

2006-03-02 Thread John Baldwin
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 >

Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h

2006-03-01 Thread Jeff Roberson
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

Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h

2006-03-01 Thread Ruslan Ermilov
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

Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h

2006-03-01 Thread Jeff Roberson
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

cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h

2006-03-01 Thread Jeff Roberson
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

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c vfs_subr.c

2006-02-06 Thread Jeff Roberson
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.

cvs commit: src/sys/sys mount.h

2005-12-18 Thread Pawel Jakub Dawidek
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

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2005-11-07 Thread Craig Rodrigues
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