These are patches needed to get the ext2online resizing working.  They are
NOT required for resizing an unmounted filesystem using the ext2resize program.

e2fsck-1.14.diff     - patch to e2fsck to not complain about the reserved inode
e2fsck-1.20.diff     - patch to e2fsck to not complain about the reserved inode
		     - Patch not needed for e2fsck 1.25 and later
linux-2.2.18-pre21-ext2compat.diff - to be applied BEFORE online-ext2-2.2
			which prevents the kernel from mounting filesystems it
			doesn't know about
online-ext2-2.2.diff - 2.2.16 kernel patch for online ext2 resizer
online-ext3-2.2.diff - 2.2.16 kernel patch for online ext3 resizer
                     - it does not really work properly, especially on a
			filesystem that is being modified (ext3 ASSERTs)
online-ext2-2.3.diff - 2.3.99-pre3 kernel patch for online ext2 resizer
online-ext2-2.4.diff - 2.4.0+ kernel patch for online ext2 resizer
online-ext2-2.4.8.diff - 2.4.8+ kernel patch for online ext2 resizer
online-ext2-2.4.17.diff - 2.4.17+ kernel patch for online ext2 resizer (may
                          also work with kernels 2.4.15+)

Please see the ext2resize "Patches" page at SourceForge to find more current
kernel patches.  If the most recent patch doesn't apply cleanly to your
kernel, please email me at adilger@users.sourceforge.net and I will make a
new one.

http://sourceforge.net/tracker/?group_id=3834&atid=303834

NOTE: after applying any of the online-ext* kernel patches, you need to re-run
      "make menuconfig" (or kernel config tool of your choice) in order to
      enable the CONFIG_EXT2_RESIZE option.  If you don't do this, then your
      kernel will not have online resizing capability at all.
