Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/udf



Module Name:    src
Committed By:   reinoud
Date:           Mon Jul 28 19:41:13 UTC 2008

Modified Files:
        src/sys/fs/udf: udf.h udf_allocation.c udf_readwrite.c
            udf_strat_direct.c udf_strat_rmw.c udf_strat_sequential.c
            udf_subr.c udf_subr.h udf_vfsops.c

Log Message:
Streamline allocation to prepare it for metadata partition. Also add
preliminary Metadata partition write support but its disabled still since
its not finished yet and not functioning correctly. All other formats are
checked and should work fine.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/fs/udf/udf.h
cvs rdiff -r1.15 -r1.16 src/sys/fs/udf/udf_allocation.c
cvs rdiff -r1.5 -r1.6 src/sys/fs/udf/udf_readwrite.c \
    src/sys/fs/udf/udf_strat_rmw.c
cvs rdiff -r1.2 -r1.3 src/sys/fs/udf/udf_strat_direct.c \
    src/sys/fs/udf/udf_strat_sequential.c
cvs rdiff -r1.69 -r1.70 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.10 -r1.11 src/sys/fs/udf/udf_subr.h
cvs rdiff -r1.45 -r1.46 src/sys/fs/udf/udf_vfsops.c

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



Home | Main Index | Thread Index | Old Index