# Rebased the patches to 2.6.22-rc4 # New patch to add mount option to turn off extents ext4_noextent_mount_opt.patch # Now Turn on extents feature by default ext4_extents_on_by_default.patch #New patch to propagate inode flags ext4-propagate_flags.patch #New patch to add extent sanity checks ext4-extent-sanity-checks.patch # Updated fallocate() patches ext4-fallocate-1-syscall_i386_amd64_ppc ext4-fallocate-2-syscall_s390 ext4-fallocate-3-syscall_ia64 ext4-fallocate-5-ext4_support ext4-fallocate-6-uninit_write_support # Nanosecond timestamp support ext4-nanosecond-patch # i_verion # New patch to reserve high 32 bit for 64 bit inode version # to support inode versioning, needed for NFSv4 # Missing the full inode version patch i_version_hi.patch #New patch to expand inode i_extra_isize to support features #in high part of inode (>128 bytes) ext4_expand_inode_extra_isize.patch ext4_expand_inode_isize_fix.patch ############################################################## # Unstable patches # Note: still lots of outstanding comments from linux-ext4 list, 12/2006 # Missing signed-off-by: booked-page-flag.patch # Missing signed-off-by: ext4-block-reservation.patch # fixed a bunch of endianness errors reported by sparse # Needs a signed-off-by from Alex, then can add shaggy's ext4-delayed-allocation.patch ext4-delalloc-extents-48bit.patch # Add mount option to turn off delayed allocation ext4_nodelalloc_mount_opt.patch jbd-stats-through-procfs #Remove 32000 subdirs limit. ext4_remove_subdirs_limit.patch