DragonFly commits List (threaded) for 2005-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern vfs_journal.c vfs_syscalls.c src/sys/sys journal.h mount.h mountctl.h
dillon 2005/03/22 14:13:33 PST
DragonFly src repository
Modified files:
sys/kern vfs_journal.c vfs_syscalls.c
sys/sys journal.h mount.h mountctl.h
Log:
Start working on the full-duplex journaling feature, where the target can
acknowledge the sequence space to prevent information loss if a journaling
stream is interrupted. Implement a skeleton for the receiver thread.
Delete journals associated with a mount point that is undergoing an unmount.
(reported-by: Fabian <fabian.duelli@xxxxxxxxxx>)
Revision Changes Path
1.12 +193 -47 src/sys/kern/vfs_journal.c
1.59 +8 -0 src/sys/kern/vfs_syscalls.c
1.3 +9 -1 src/sys/sys/journal.h
1.17 +2 -0 src/sys/sys/mount.h
1.7 +6 -2 src/sys/sys/mountctl.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_journal.c.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.58&r2=1.59&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/journal.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/mount.h.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/mountctl.h.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]