01-ioerrors-checks-2.diff
  Make sure all reiserfs_find_entry users correctly understand IO_ERROR retval.

02-savelink_nospace_nowarning.diff
  Do not print a warning if savelink was not cerated due to lack of space.

03-savelink_dir_truncate.diff
  Do not panic on incorrect savelink entries (truncate on directory).
  Currently we suppose these can be created if switching between kernels
  with and without savelinks support.

04-hash_autodetect_fix.diff
  Correctly detect and print hash values, when manual hash detection is used.

05-corrupt_items_checks.diff
  Do not panic when encountered item of unknown type, just print a warning.

06-kmalloc_cleanup.diff
  Convert all the code to use reiserfs_{kmalloc,kfree}. Remove all extra
  reiserfs_{kmalloc,kfree} overhead if CONFIG_REISERFS_CHECK is not set.

07-reiserfs-bitmap-journal-read-ahead.diff
  Speed up reading of journal bitmaps. RAID users should notice significant
  speedup when mounting reiserfs over self-rebuilding RAID arays.

08-truncate_update_mtime.diff
  truncate now correctly sets mtime always. Before this fix, mtime was not
  updated if truncated file was of zero length or if new filesize was bigger
  then old.