-*- 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-map_block_for_writepage_highmem_fix-1.diff
   Fixes erroroneous page access before making sure page is really accessable.
   Bug can be triggered only on highmem sysetms.

B-mmaped_data_loss_fix.diff
   fixes a bug first noticed that Freebsd nfs testing tool. When writing to a previously mmaped-filled hole in file,
   and then writing with write() there again, page that write() hits looses mmap-written content.

C-tail_data_corruption_on_mempressure-1.diff
   Fixes a bug when mmap-write to a file tail and subsequent read cause written data to be lost
   due to page-cache interacting mistake in low number of free buffers situation.

D-reiserfs_not_experimental.diff
   Reiserfs is now have all known bugs fixed and therefore advanced to "stable" (as opposed to experimental)

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-corrupted_fs_panic_on_lookup_fix.diff
   Certain disk corruptions and i/o errors may cause lookup() to panic, which is wrong.

G-expanding-truncate-4.diff
   This patch makes sure that indirect pointers for holes are correctly filled in by zeroes at
   hole-creation time. (Author is Chris Mason. fs/buffer.c (generic_cont_expand) were written by
   Alexander Viro)

H-64bit_fix.diff
   This patch fixes a problem for 64bit arches, because set_bit is only defined for long integers.

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

L-kreiserfsd-sleep-timeout.patch
   Correct a typo in fs/reiserfs/journal.c:
   interruptible_sleep_on_timeout() takes timeout in jiffies, rather
   than seconds.

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.