atom feed27 messages in org.freebsd.freebsd-geomJournaling UFS with gjournal.
FromSent OnAttachments
Pawel Jakub DawidekJun 19, 2006 1:13 pm 
Niki DenevJun 19, 2006 6:32 pm 
Brooks DavisJun 19, 2006 6:57 pm 
Craig RodriguesJun 20, 2006 6:35 am 
Pawel Jakub DawidekJun 20, 2006 8:38 am 
Pawel Jakub DawidekJun 20, 2006 8:43 am 
Alex DupreJun 20, 2006 9:05 am 
Pawel Jakub DawidekJun 20, 2006 9:14 am 
Phil RegnauldJun 20, 2006 10:28 am 
Mike JakubikJun 20, 2006 7:20 pm 
Pawel Jakub DawidekJun 20, 2006 7:38 pm 
Xin LIJun 20, 2006 7:59 pm 
Mike JakubikJun 20, 2006 8:07 pm 
Bakul ShahJun 20, 2006 8:29 pm 
Scott LongJun 20, 2006 8:32 pm 
Ulrich SpoerleinJun 20, 2006 8:49 pm 
Pawel Jakub DawidekJun 20, 2006 8:52 pm 
Bruce EvansJun 21, 2006 3:30 pm 
Pawel Jakub DawidekJun 22, 2006 9:49 am 
Pawel Jakub DawidekJun 22, 2006 9:55 am 
Pawel Jakub DawidekJun 22, 2006 10:08 am 
Alexandr KovalenkoJun 23, 2006 8:22 am 
R. B. RiddickJun 23, 2006 8:38 am 
Alexandr KovalenkoJun 23, 2006 8:53 am 
Eric AndersonJun 23, 2006 3:20 pm 
Pawel Jakub DawidekJun 23, 2006 7:42 pm 
Peter JeremyJun 23, 2006 7:49 pm 
Subject:Journaling UFS with gjournal.
From:Craig Rodrigues (rodr@crodrigues.org)
Date:Jun 20, 2006 6:35:07 am
List:org.freebsd.freebsd-geom

On Mon, Jun 19, 2006 at 03:11:01PM +0200, Pawel Jakub Dawidek wrote:

I would recommend that you not introduce a new MNT_GJOURNAL flag to <sys/mount.h>, and that instead you just pass -o gjournal directly down into nmount(). In kernel code, you can use vfs_flagopt()/vfs_getopt() to determine if you have this mount option or not. The mount(8) userland utility would not need any modifications, since it just passes -o options down to nmount().

gjournal looks very interesting!