This is the mail archive of the
cluster-cvs@sourceware.org
mailing list for the cluster.
cluster/gfs2 Makefile fsck/FEATURES fsck/Makef ...
- From: alewis at sourceware dot org
- To: cluster-cvs at sources dot redhat dot com
- Date: 14 Sep 2005 19:54:46 -0000
- Subject: cluster/gfs2 Makefile fsck/FEATURES fsck/Makef ...
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: alewis@sourceware.org 2005-09-14 19:54:45
Modified files:
gfs2 : Makefile
Added files:
gfs2/fsck : FEATURES Makefile TODO bio.c bio.h bitmap.c
bitmap.h block_list.c block_list.h eattr.c
eattr.h file.c file.h fs_bits.c fs_bits.h
fs_bmap.c fs_bmap.h fs_dir.c fs_dir.h
fs_inode.c fs_inode.h fs_recovery.c
fs_recovery.h fsck.h fsck_incore.h hash.c
hash.h initialize.c inode.c inode.h
inode_hash.c inode_hash.h link.c link.h log.c
log.h lost_n_found.c lost_n_found.h main.c
metawalk.c metawalk.h ondisk.c ondisk.h pass1.c
pass1b.c pass1c.c pass2.c pass3.c pass4.c
pass5.c rgrp.c rgrp.h super.c super.h test.c
test_bitmap.c test_block_list.c util.c util.h
Log message:
Initial commit of fsck for GFS2
o this is based on the fsck for GFS1 with changes to handle the ondisk
format changes introduced in GFS2
o This is a work in progress - it will not throw errors on a clean
filesystem, but it has not been extensively tested yet, so be careful.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/FEATURES.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/TODO.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/bio.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/bio.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/bitmap.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/bitmap.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/block_list.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/block_list.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/eattr.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/eattr.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/file.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/file.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_bits.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_bits.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_bmap.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_bmap.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_dir.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_dir.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_inode.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_inode.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_recovery.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fs_recovery.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fsck.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fsck_incore.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/hash.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/hash.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/initialize.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/inode.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/inode.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/inode_hash.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/inode_hash.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/link.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/link.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/log.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/log.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/lost_n_found.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/lost_n_found.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/ondisk.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/ondisk.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1b.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1c.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass2.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass3.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass4.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass5.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/rgrp.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/rgrp.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/super.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/super.h.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/test.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/test_bitmap.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/test_block_list.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/util.c.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/util.h.diff?cvsroot=cluster&r1=NONE&r2=1.1