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  7 18:45:27 UTC 2008

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

Log Message:
Support for allocation extents descriptor writing to allow for arbitrary
heavily fragmented files.

Also fixing some (rare) allocation bugs and function name streamlining.

Tested on harddisc, CD-RW and CD-R i.e. all three basic backend classes.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/fs/udf/udf.h
cvs rdiff -r1.10 -r1.11 src/sys/fs/udf/udf_allocation.c
cvs rdiff -r1.1 -r1.2 src/sys/fs/udf/udf_strat_direct.c \
    src/sys/fs/udf/udf_strat_sequential.c
cvs rdiff -r1.4 -r1.5 src/sys/fs/udf/udf_strat_rmw.c
cvs rdiff -r1.54 -r1.55 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.7 -r1.8 src/sys/fs/udf/udf_subr.h
cvs rdiff -r1.23 -r1.24 src/sys/fs/udf/udf_vnops.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