-*- outline -*-
This directory contains patches that are queued for sending to Marcelo
for inclusion into next official 2.4 kernel.

All patches are subject to in-place modification without further notice.
They should be applied in alphabetical order against vanilla official
kernel.

A-bigendian-lookup-fix.diff
   The reiserfs_find_actor patch that went into 2.4.18-pre has a byte
   order bug, making it difficult for big endian machines to read files.

B-v3.6_uuid_support-1.diff
   Support for labels and UUIDs on v3.6 filesystems (older ones seems not to have enough space in superblock)

C-kmalloc_cleanup.diff
   Use reiserfs_kmalloc in all places, where kmalloc is needed. Now reiserfs_kmalloc only have extra overhead if
   CONFIG_REISERFS_CHECK is set.

D-unfinished_rebuildtree_message.diff
   If we encounter traces of unfinished reiserfsck --rebuild-tree run,
   tell user to complete rebuild tree process

E-unlink_print_nogarbage.diff
   Diagnostic print during unlinking files scheduled for unlink before system crash
   printed some garbage (kernel debug level) in the middle of string.

F-corrupt_items_checks.diff
   Certain disk corruptions may end-up making item-type to be garbage. This patch makes reiserfs not to crash when
   dealing with such items.

M-remount-options.patch
   Handle more options on remount: notail, no_border,
   no_unhashed_relocation, hashed_relocation, test4

N-more-procfs.patch
   Gather information in /proc/fs/reiserfs about restarts of tree
   updates: this is small but useful addition to procinfo patch.