This is an automated email from the git hooks/post-receive script.
andyp pushed a change to branch main
in repository gfs2-utils.
from ecb5de3f gfs2_convert: Fix uninitialized usage warning
add fedc173c fsck.gfs2: Introduce struct fsck_cx
add 5f70beb3 fsck.gfs2: Pass the fsck_cx into the metawalk_fxns
add f5f93c66 fsck.gfs2: Don't define names in the gfs2_ namespace
add 4d4ee6c0 fsck.gfs2: Move the global dup_blocks into fsck_cx
add c8bb893f fsck.gfs2: Move the global dirtree into fsck_cx
add 24a3ebaf fsck.gfs2: Move the global inodetree into fsck_cx
add 5a517177 fsck.gfs2: Move the global preen into fsck_options
add 21a0c1a6 fsck.gfs2: Move the global force_check into fsck_options
add 3ea1464f fsck.gfs2: Pass fsck_options into initialize()
add 76dade28 fsck.gfs2: Pass fsck_options into replay_journals()
add 57d193df fsck.gfs2: Pass fsck_options into recover_journal()
add bfaaee54 fsck.gfs2: Pass fsck_options into preen_is_safe()
add c354c64a fsck.gfs2: Pass fsck_options into destroy()
add e83238c7 fsck.gfs2: Remove unused query field from fsck_options
add 005df252 fsck.gfs2: Add an options pointer to fsck_cx
add c436ecc8 fsck.gfs2: Pass fsck_cx into check_rgrp(s)_integrity()
add fb6cb271 fsck.gfs2: Pass fsck_cx into rebuild_master()
add 28a1a014 fsck.gfs2: Pass fsck_cx into lookup_per_node()
add ff58c0f8 fsck.gfs2: Pass fsck_cx into fill_super_block()
add f75e1578 fsck.gfs2: Pass fsck_cx into sb_repair()
add 3c836469 fsck.gfs2: Pass fsck_cx into peruse_metadata()
add 5e70af16 fsck.gfs2: Pass fsck_cx into peruse_{system,user}_dinode()
add f33d1bb5 fsck.gfs2: Pass fsck_cx into reconstruct_journals()
add fdee4537 fsck.gfs2: Pass fsck_cx into correct_journal_seg_size()
add 15ff4093 fsck.gfs2: Pass fsck_cx into reset_journal_seg_size()
add b35124cd fsck.gfs2: Pass fsck_cx into init_rindex()
add 1e112d8e fsck.gfs2: Pass fsck_cx into ask_remove_eattr_entry()
add b4b5fc4c fsck.gfs2: Pass fsck_cx into check_i_goal()
add 05b2c7d3 fsck.gfs2: Pass fsck_cx into handle_inconsist()
add 96a87624 fsck.gfs2: Pass fsck_cx into update_rgrp()
add 69428814 fsck.gfs2: Pass fsck_cx into check_block_status()
add 22757d1b fsck.gfs2: Pass fsck_cx into rewrite_rg_block()
add 2dd2e939 fsck.gfs2: Pass fsck_cx into fsck_query()
add 6983fa98 fsck.gfs2: Remove the global opts variable
No new revisions were added by this update.
Summary of changes:
gfs2/fsck/afterpass1_common.c | 54 +++---
gfs2/fsck/afterpass1_common.h | 19 +-
gfs2/fsck/block_list.c | 8 +-
gfs2/fsck/fs_recovery.c | 81 ++++-----
gfs2/fsck/fs_recovery.h | 7 +-
gfs2/fsck/fsck.h | 68 ++++----
gfs2/fsck/initialize.c | 203 ++++++++++++----------
gfs2/fsck/inode_hash.c | 14 +-
gfs2/fsck/inode_hash.h | 8 +-
gfs2/fsck/link.c | 28 +--
gfs2/fsck/link.h | 14 +-
gfs2/fsck/lost_n_found.c | 37 ++--
gfs2/fsck/lost_n_found.h | 4 +-
gfs2/fsck/main.c | 75 ++++----
gfs2/fsck/metawalk.c | 131 +++++++-------
gfs2/fsck/metawalk.h | 58 +++----
gfs2/fsck/pass1.c | 394 +++++++++++++++++++++---------------------
gfs2/fsck/pass1b.c | 166 +++++++++---------
gfs2/fsck/pass2.c | 279 +++++++++++++++---------------
gfs2/fsck/pass3.c | 66 +++----
gfs2/fsck/pass4.c | 74 ++++----
gfs2/fsck/pass5.c | 22 +--
gfs2/fsck/rgrepair.c | 33 ++--
gfs2/fsck/util.c | 53 +++---
gfs2/fsck/util.h | 16 +-
25 files changed, 965 insertions(+), 947 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.