public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/gfs/gfs_fsck Makefile bitmap.c bitmap. ...
@ 2005-02-15 17:17 alewis
  0 siblings, 0 replies; only message in thread
From: alewis @ 2005-02-15 17:17 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	alewis@sourceware.org	2005-02-15 17:17:54

Modified files:
	gfs/gfs_fsck   : Makefile bitmap.c bitmap.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 initialize.c lost_n_found.c 
	                 lost_n_found.h main.c ondisk.c pass1.c pass2.c 
	                 pass3.c pass4.c pass5.c util.c util.h 
Added files:
	gfs/gfs_fsck   : FEATURES TODO bio.c bio.h block_list.c 
	                 block_list.h eattr.c eattr.h file.c file.h 
	                 fsck.h fsck_incore.h hash.c hash.h inode.c 
	                 inode.h inode_hash.c inode_hash.h link.c link.h 
	                 log.c log.h metawalk.c metawalk.h ondisk.h 
	                 pass1b.c pass1c.c rgrp.c rgrp.h super.c super.h 
	                 test_bitmap.c test_block_list.c 
Removed files:
	gfs/gfs_fsck   : allocation.c allocation.h fs_bio.c fs_bio.h 
	                 fs_file.c fs_file.h fs_incore.h fs_rgrp.c 
	                 fs_rgrp.h fs_super.c fs_super.h initialize.h 
	                 interactive.c interactive.h pass1.h pass2.h 
	                 pass3.h pass4.h pass5.h pass6.c pass6.h pass7.c 
	                 pass7.h 

Log message:
	Backport from HEAD of cvs
	
	Out with the old, in with the new.
	This is a completely rewritten filesystem checker for GFS.  Performance
	characteristics are significantly improved.  The design follows the 5-pass
	fsck design found in "Fsck - The UNIX File System Check Program"
	by McKusick & Kowalkski (1994)
	- http://citeseer.ist.psu.edu/mckusick94fsck.html

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/FEATURES.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/TODO.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/bio.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/bio.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/block_list.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/block_list.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/eattr.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/eattr.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/file.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/file.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fsck.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fsck_incore.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/hash.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/hash.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/inode.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/inode.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/inode_hash.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/inode_hash.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/link.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/link.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/log.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/log.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.4.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/metawalk.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/ondisk.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass1b.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass1c.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/rgrp.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/rgrp.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/super.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/super.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/test_bitmap.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/test_block_list.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/bitmap.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/bitmap.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_bits.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_bits.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_bmap.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_bmap.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_dir.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_dir.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_inode.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_inode.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_recovery.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_recovery.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/lost_n_found.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/lost_n_found.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/ondisk.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass1.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass2.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass3.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass4.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass5.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/util.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/util.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/allocation.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/allocation.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_bio.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_bio.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_file.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_file.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_incore.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_rgrp.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_rgrp.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_super.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fs_super.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/interactive.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/interactive.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass1.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass2.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass3.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass4.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass5.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass6.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass6.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass7.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass7.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-15 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15 17:17 cluster/gfs/gfs_fsck Makefile bitmap.c bitmap. alewis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).