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:           Wed Aug  6 13:41:12 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_vfsops.c

Log Message:
Rewrite allocation scheme's determination and implementation replacing the
old somewhat naive selection scheme that didn't allow different allocation
settings for nodes, directory information (FIDs) and data.

Also fix some curious side-effects of atime updates on RMW devices.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/fs/udf/udf.h
cvs rdiff -r1.16 -r1.17 src/sys/fs/udf/udf_allocation.c
cvs rdiff -r1.3 -r1.4 src/sys/fs/udf/udf_strat_direct.c \
    src/sys/fs/udf/udf_strat_sequential.c
cvs rdiff -r1.6 -r1.7 src/sys/fs/udf/udf_strat_rmw.c
cvs rdiff -r1.70 -r1.71 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.11 -r1.12 src/sys/fs/udf/udf_subr.h
cvs rdiff -r1.46 -r1.47 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