Rebase to 2.6.22-rc2, and move bugfixes to the top of the patch queue
[ext4-patch-queue.git] / series
blobeec3e3c5f2c5e7db5fdfdb368215da6445c91582
1 # Rebased the patches to 2.6.22-rc1
3 # New patch to fix whitespace before applying new patches
4 whitespace.patch
6 ext4-fallocate-4-extent_overlap_bugfix
8 # Above this line are bug-fixes that can be pushed to Linus.
9 #=======================================================
11 #New patch to remove unnecessary exported symbols
12 ext4_remove_exported_symbles.patch
14 # New patch to add mount option to turn off extents
15 ext4_noextent_mount_opt.patch
16 # Now Turn on extents feature by default
17 ext4_extents_on_by_default.patch
19 #New patch to propagate inode flags
20 ext4-propagate_flags.patch
22 #New patch to add extent sanity checks
23 ext4-extent-sanity-checks.patch
25 #New patch to free blocks when failed to insert an extent
26 ext4-free-blocks-on-insert-extent-failure.patch
28 # Updated fallocate() patches
29 ext4-fallocate-1-syscall_i386_amd64_ppc
30 ext4-fallocate-2-syscall_s390
31 ext4-fallocate-3-syscall_ia64
32 ext4-fallocate-5-ext4_support
33 ext4-fallocate-6-uninit_write_support
35 # Nanosecond timestamp support
36 ext4-nanosecond-patch
38 # i_verion
39 # New patch to reserve high 32 bit for 64 bit inode version
40 # to support inode versioning, needed for NFSv4
41 # Missing the full inode version patch
42 i_version_hi.patch
44 #New patch to expand inode i_extra_isize to support features
45 #in high part of inode (>128 bytes)
46 ext4_expand_inode_extra_isize.patch
47 ext4_expand_inode_isize_fix.patch
49 ##############################################################
50 # Unstable patches
51 # Note: still lots of outstanding comments from linux-ext4 list, 12/2006
52 # Missing signed-off-by:
53 booked-page-flag.patch
55 # Missing signed-off-by:
56 ext4-block-reservation.patch
58 # fixed a bunch of endianness errors reported by sparse
59 # Needs a signed-off-by from Alex, then can add shaggy's
60 ext4-delayed-allocation.patch
62 ext4-delalloc-extents-48bit.patch
64 # Add mount option to turn off delayed allocation
65 ext4_nodelalloc_mount_opt.patch
67 jbd-stats-through-procfs
69 #Remove 32000 subdirs limit. 
70 ext4_remove_subdirs_limit.patch