jseek.patch Implement jlseek, a lseek wrapper. rollback_fixes.patch Fix several things in jtrans_rollback() commit_exit_paths.patch Fix commit exit paths. fix_tid_handling.patch Make sure all references to transaction IDs are properly handled malloc_checks.patch Check malloc() return value properly in jtrans_add(). rmdir_in_cleanup.patch Remove the journal directory in jfsck_cleanup(). close_jdirfd.patch Close jdirfd on jclose() and several places inside checkers. jmap_signedness.patch Fix jmap signedness in jopen() and jfsck(). version-0.18.patch Version 0.18. initialize_pdata.patch Initialize op->pdata to NULL inside fill_trans(). destroy_mutex.patch Destroy jfs' mutex on jclose(). jfsck_munmap.patch Fix several memory leaks inside jfsck().