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

They are not yet thoroughly tested (26.11.2001) and your testing and
feedback are most welcome.

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

A-rename_stale_item_bug-1.diff
   This patch fixes 2 bugs in reiserfs_rename(). First one being attempt to access item before verifying it was
   not moved since last access. Second is a window, where old filename may be written to disk with 'visible'
   flag unset without these changes be journaled.

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.

K-big-endian-const.patch
   Suppress compilation warnings on big endian platform.

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.