I'm adding three more patches to the exofs tree to be submitted for 2.6.30 With these patches I'm able to export an exofs filesystem via NFS and pass Connectathon tests. The test exposed the 2G bug which is fixed with a one liner in patch 2. List of patches: [PATCH 1/3] [SQUASHME] prints in hex Offsets and length should be printed in HEX for easier debugging, when they get big. (This patch will be squashed into the appropriate place in the original patchset) [PATCH 2/3] [SQUASHME] exofs does support 64bit file sizes This fixes the BUG exposed by the Connectathon test. The Kernel assumes 32-bitness for filesystems unless told otherwise. (This patch will be squashed into the appropriate place in the original patchset) [PATCH 3/3] exofs: export_operations In this patch we implement the export_operations vector to enable NFS (This patch is added to the original set) Thanks for reviewing Boaz -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html