Module name:    defrag_ffs
Committed by:   mdmw
Date:           Fri Sep 13 19:03:11 UTC 2013

Modified Files:
        defrag_ffs: Makefile analysis.c checks.c extern.h main.c
Added Files:
        defrag_ffs: block_ops.c defrag.c defrag_ffs_subr.c
            defrag_ffs_subr.h predefrag.c scanc.c

Log Message:
A lot of things are working, in comparison with the last commit,

but still a lot are not
Copying blocks,
Metadata updates
refactoring of the analysis-part to store all information needed for defrag
many commented codelines have been removed
many small things, see timelog

The imported functions from src/sys/ufs/ffs are not really suitable for
determining new blocks. They are still in this commit, to show that I messed
around a lot with them. I will start to implement my own allocation strategy.



To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 defrag_ffs/block_ops.c defrag_ffs/defrag.c \
    defrag_ffs/defrag_ffs_subr.c defrag_ffs/defrag_ffs_subr.h \
    defrag_ffs/predefrag.c defrag_ffs/scanc.c
cvs -z3 rdiff -u -r1.1 -r1.2 defrag_ffs/Makefile
cvs -z3 rdiff -u -r1.3 -r1.4 defrag_ffs/checks.c
cvs -z3 rdiff -u -r1.5 -r1.6 defrag_ffs/extern.h defrag_ffs/main.c
cvs -z3 rdiff -u -r1.7 -r1.8 defrag_ffs/analysis.c

To view a diff of this commit:
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/block_ops.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/defrag.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/defrag_ffs_subr.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/defrag_ffs_subr.h?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/predefrag.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/scanc.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/Makefile?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/checks.c?r1=1.3&r2=1.4
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/extern.h?r1=1.5&r2=1.6
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/main.c?r1=1.5&r2=1.6
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/defrag_ffs/analysis.c?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
NetBSD-SoC-cvs mailing list
NetBSD-SoC-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs

Reply via email to