Update fallocate patches to take4.
[ext4-patch-queue.git] / series
blob6b964c6eea4fb7c5b91a85c4b1a2daf9285f43e7
1 # Rebased the patches to 2.6.22-rc1
3 # New patch to fix whitespace before applying new patches
4 whitespace.patch
6 #New patch to remove unnecessary exported symbols
7 ext4_remove_exported_symbles.patch
9 # Updated fallocate() patches
10 ext4-fallocate-1-syscall_i386_amd64_ppc
11 ext4-fallocate-1b-fallocate_inode_op_fix.patch
12 ext4-fallocate-2-syscall_s390
13 ext4-fallocate-3-syscall_ia64
14 ext4-fallocate-4-extent_overlap_bugfix
15 ext4-fallocate-5-ext4_support
16 ext4-fallocate-6-uninit_write_support
18 # Nanosecond timestamp support
19 ext4-nanosecond-patch
21 # i_verion
22 # New patch to reserve high 32 bit for 64 bit inode version
23 # to support inode versioning, needed for NFSv4
24 # Missing the full inode version patch
25 i_version_hi.patch
27 #New patch to expand inode i_extra_isize to support features
28 #in high part of inode (>128 bytes)
29 ext4_expand_inode_extra_isize.patch
30 ext4_expand_inode_isize_fix.patch
32 # New patch to add mount option to turn off extents
33 ext4_noextent_mount_opt.patch
34 # Now Turn on extents feature by default
35 ext4_extents_on_by_default.patch
37 #New patch to propagate inode flags
38 ext4-propagate_flags.patch
40 #New patch to add extent sanity checks
41 ext4-extent-sanity-checks.patch
43 #New patch to free blocks when failed to insert an extent
44 ext4-free-blocks-on-insert-extent-failure.patch
46 ##############################################################
47 # Unstable patches
48 # Note: still lots of outstanding comments from linux-ext4 list, 12/2006
49 # Missing signed-off-by:
50 booked-page-flag.patch
52 # Missing signed-off-by:
53 ext4-block-reservation.patch
55 # fixed a bunch of endianness errors reported by sparse
56 # Needs a signed-off-by from Alex, then can add shaggy's
57 ext4-delayed-allocation.patch
59 ext4-delalloc-extents-48bit.patch
61 # Add mount option to turn off delayed allocation
62 ext4_nodelalloc_mount_opt.patch
64 jbd-stats-through-procfs