Dashboard

Added PVFS_SERV_REPL_WRITE_COMPLETION response. Untested.
Added PVFS_SERV_REPL_WRITE_COMPLETION response. Untested.

changed the warning about some more…
changed the warning about some more

some incomplete kmod changes

    • -48
    • +0
    /branches/stable/src/common/misc/server-config.c
    • -13
    • +16
    /branches/stable/src/kernel/linux-2.6/dcache.c
    • -56
    • +67
    /branches/stable/src/kernel/linux-2.6/acl.c
    • -113
    • +242
    /branches/stable/src/common/misc/mkspace.c
New project - OFSTest
New project - OFSTest
    • -0
    • +65
    /branches/OFSTest/start_test
    • -0
    • +78
    /branches/OFSTest/OFSTest/OFSTestConfigBuildbot.py
    • -0
    • +300
    /branches/OFSTest/OFSTest/OFSTestMain.py
    • -0
    • +32
    /branches/OFSTest/OFSTest/OFSMpiioTest.py
    • -0
    • +682
    /branches/OFSTest/OFSTest/OFSTestNetwork.py
    • -0
    • +217
    /branches/OFSTest/OFSTest/OFSTestLocalNode.py
    • -0
    • +284
    /branches/OFSTest/OFSTest/OFSUserintTest.py
    • -0
    • +303
    /branches/OFSTest/OFSTest/OFSVFSTest.py
    • -0
    • +259
    /branches/OFSTest/OFSTest/OFSEC2ConnectionManager.py
    • -0
    • +252
    /branches/OFSTest/OFSTest/OFSTestRemoteNode.py
    • -0
    • +1
    /branches/OFSTest/OFSTest/__init__.py
    • -0
    • +131
    /branches/OFSTest/OFSTest/OFSTestConfig.py
    • -0
    • +1403
    /branches/OFSTest/OFSTest/OFSTestNode.py
    • -0
    • +154
    /branches/OFSTest/OFSTest/OFSSysintTest.py
    • -0
    • +9
    /branches/OFSTest/OFSTest/OFSTestBuildStep.py
  1. … 4 more files in changeset.
no_comment
no_comment
moved Randy's warning
moved Randy's warning

    • -44
    • +69
    /branches/stable/src/kernel/linux-2.6/namei.c
    • -13
    • +27
    /branches/stable/src/kernel/linux-2.6/file.c
    • -40
    • +49
    /branches/stable/src/common/misc/server-config.c
    • -18
    • +32
    /branches/stable/src/kernel/linux-2.6/dcache.c
    • -123
    • +128
    /branches/stable/src/kernel/linux-2.6/pvfs2-kernel.h
    • -47
    • +63
    /branches/stable/src/kernel/linux-2.6/acl.c
    • -85
    • +117
    /branches/stable/src/kernel/linux-2.6/super.c
Saving today's changes. Not all compilable.
Saving today's changes. Not all compilable.

    • -0
    • +1
    /branches/replication/src/io/trove/trove.c
Added flags to javah javac and jar commands to limit the ammount of heap memory reserved for jvm. Before, running 'make' with the option '-j9' was causing multiple jvms to each acquire 1/4 of the mach…
Added flags to javah javac and jar commands to limit the ammount of heap memory reserved for jvm. Before, running 'make' with the option '-j9' was causing multiple jvms to each acquire 1/4 of the machine's ram by default. Since 9 jvms cannot each obtain 1/4 of a machine's memory, errors were thrown. Setting a reasonable maximum heap reserved for jvm fixes this. 256MB works well for now.
Merged Changes from r10157 to r10236
Merged Changes from r10157 to r10236
  1. … 54 more files in changeset.
Added warnings for meta/data stored on a root device
Added warnings for meta/data stored on a root device
Added warnings for meta/data stored on a root device
Added warnings for meta/data stored on a root device
    • -0
    • +43
    /branches/stable/src/common/misc/server-config.c
replaced --enable-threaded with --disable-threaded
replaced --enable-threaded with --disable-threaded

Save more of today's changes. Error handling for trove failures is now working correctly.
Save more of today's changes. Error handling for trove failures is now working correctly.

fix ALL of the selinux issues.
fix ALL of the selinux issues.

fixed a couple bugs in usrint, added headers to configure so we can…
fixed a couple bugs in usrint, added headers to configure so we can

compile selinux out when needed.

    • -11
    • +34
    /branches/stable/src/client/usrint/usrint.h
Save today's changes: more mods to error handling
Save today's changes: more mods to error handling

Update Hadoop Extensions/JNI build due to Walt's latest commit.
Update Hadoop Extensions/JNI build due to Walt's latest commit.
Saving today's changes. Added FAILED_FINAL_CONTACT as a new endpoint state.
Saving today's changes. Added FAILED_FINAL_CONTACT as a new endpoint state.

Saving today's changes. Modifying error handling.
Saving today's changes. Modifying error handling.

Saving today's changes. Modified s_op->u.io structure.
Saving today's changes. Modified s_op->u.io structure.

I'm commiting weeks worth of work - mostly everything working, some…
I'm commiting weeks worth of work - mostly everything working, some

stuff still broken, but its better than the previous version.

Added shared descriptor tables, that work with fork and exec, and added

some flags to the link line to improve interposition.

    • -10
    • +12
    /branches/stable/src/client/usrint/posix-ops.h
    • -18
    • +18
    /branches/stable/src/client/usrint/stdio-ops.h
    • -1
    • +3
    /branches/stable/src/client/usrint/glob.c
    • -5
    • +9
    /branches/stable/include/pvfs2-usrint.h
    • -6
    • +77
    /branches/stable/src/client/usrint/posix-pvfs.c
    • -2
    • +3
    /branches/stable/src/client/usrint/module.mk.in
    • -0
    • +16
    /branches/stable/src/client/usrint/posix-pvfs.h
    • -0
    • +109
    /branches/stable/src/client/usrint/selinux.c
    • -1
    • +10
    /branches/stable/src/client/usrint/fts.c
    • -294
    • +77
    /branches/stable/src/client/usrint/error.c
    • -179
    • +446
    /branches/stable/src/client/usrint/openfile-util.c
    • -63
    • +183
    /branches/stable/src/client/usrint/stdio.c
Save today's changes. Code compiles and runs correctly.
Save today's changes. Code compiles and runs correctly.

JNI related Makefile correction.
JNI related Makefile correction.
Comment out statfs for now.
Comment out statfs for now.
Correction to Makefile.in. javah uses -classpath instead of -cp.
Correction to Makefile.in. javah uses -classpath instead of -cp.
Minor update to configure.in.
Minor update to configure.in.
Save today's changes. Code actually works!
Save today's changes. Code actually works!

Save compilable code. Has not been tested.
Save compilable code. Has not been tested.

Save today's changes. Not compilable
Save today's changes. Not compilable

    • -111
    • +141
    /branches/replication/src/server/replicate-prime.sm
    • -2
    • +3
    /branches/replication/src/io/flow/flow.h
Corrected the JNI optimization issue.
Corrected the JNI optimization issue.
Save today's changes. Does not compile right now.
Save today's changes. Does not compile right now.

    • -5
    • +5
    /branches/replication/src/io/flow/flow.h