daichi 2008-05-17 10:56:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/unionfs union_subr.c
Log:
MFC: rev. 1.105
Fixed panic issue caused by cache incorrect free process
by "umount -f"
Submitted by: Masanori OZAWA <[EMAIL PROTE
daichi 2008-05-07 05:32:55 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
- change function name from *_vdir to *_vnode because
VSOCK has been added as cache target. Now they process
not only VDIR but also VSOCK.
- fixed panic issue c
daichi 2008-05-07 04:47:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/unionfs union_subr.c
Log:
MFC: rev. 1.101
Add system hang-up process when VOP_READDIR of unionfs_nodeget()
returns not end of the file status on debug mode (DIAGNO
On Fri, 25 Apr 2008, Daichi GOTO wrote:
Per my earlier e-mail, and assuming I understand correctly, I feel not only
will this lead to new panics (due to dangling socket pointers and
incomplete garbage collection),
We, I and ozawa-san, cannot image the case that leads new panic. Would you
te
Hi rwatson, thanks for your response :)
Robert Watson wrote:
On Fri, 25 Apr 2008, Daichi GOTO wrote:
daichi 2008-04-25 09:53:52 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
o Improved unix socket connection issue
fixed: kern/118346
PR:
On Fri, 25 Apr 2008, Daichi GOTO wrote:
daichi 2008-04-25 09:53:52 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
o Improved unix socket connection issue
fixed: kern/118346
PR: kern/118346
Submitted by: Masanori OZAWA ([EMAIL P
daichi 2008-04-25 09:53:52 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
o Improved unix socket connection issue
fixed: kern/118346
PR: kern/118346
Submitted by: Masanori OZAWA ([EMAIL PROTECTED])
MFC after: 1 w
daichi 2008-04-25 07:58:19 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
o Added system hang-up process when VOP_READDIR of unionfs_nodeget()
returns not end of the file status on debug mode (DIAGNOSTIC defined)
kernel.
Submitted
attilio 2008-04-06 20:08:51 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
sys/kern kern_lock.c
sys/sys lockmgr.h proc.h sleepqueue.h stack.h
vnode.h
sys/ufs/ffs ffs_softdep.c
A
daichi 2007-10-23 03:22:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/unionfs union_subr.c
Log:
MFC:
Improved access permission check treatments.
Submitted by: Masanori Ozawa <[EMAIL PROTECTED]> (unionfs developer)
Reviewed by:
daichi 2007-10-22 05:23:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/unionfs union_subr.c
Log:
MFC:
Improved access permission check treatments.
Submitted by: Masanori Ozawa <[EMAIL PROTECTED]> (unionfs developer)
Reviewed by:
daichi 2007-10-14 13:37:52 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
Log:
Improved access permission check treatments.
Submitted by: Masanori Ozawa <[EMAIL PROTECTED]> (unionfs developer)
Reviewed by:jeff, kensmith
App
rodrigc 2007-01-05 14:06:42 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
Simplify code in union_hashins() and union_hashget() functions. These
functions now more closely resemble similar functions in nullfs.
This also eliminates some erro
On Sat, Dec 09, 2006 at 04:27:50PM +, Craig Rodrigues wrote:
> rodrigc 2006-12-09 16:27:50 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/fs/unionfs union_subr.c
> Log:
> In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over
> the list of nodes to
rodrigc 2006-12-09 16:27:50 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over
the list of nodes to free them.
CID:1668
Found by: Coverity Prevent (tm)
R
15 matches
Mail list logo