More patch description fixups. Standardize case.
[ext4-patch-queue.git] / series
blob5f303afc1fd483fa21dd34403d094f96809990f6
1 # This series applies on 2.6.24-rc8
4 # Large blocksize support for ext4
6 ext4_large_blocksize_support.patch
7 ext4_rec_len_overflow_with_64kblk_fix-v2.patch
9 large-file-blocktype.patch
11 ext4_extents_remove_unneeded_casts.patch
13 #block group varibles ext4_grpnum_t
14 ext4_grp_t.patch
15 ext4_grp_t_int_fix.patch
17 #large file support
18 ext4_add_update_incompat_feature.patch
19 ext4-sparse-warning-fix.patch
20 ext4-rename-i_file_acl-to-i_file_acl_lo.patch
21 ext4-rename-i_dir_acl-to-i_size_high.patch
22 48-bit-i_blocks.patch
23 large-file.patch
25 #New from eric to fix large files for bitmap files
26 ext4_different_maxbytes_funcs_for_bitmap_and_extent_files.patch
27 ext4_export_iov_shorten_from_kernel_for_ext4.patch
28 ext4_store_maxbytes_for_bitmaped_files.patch
30 ext2_fix_max_size.patch
31 ext3_fix_max_size.patch
33 ext4_sync_group_desciptor_with_e2fsprogs.patch
34 ext4-Return-after-ext4_error-in-case-of-failures.patch
35 ext4_ifdef_fix.patch
36 ext4_fix_oops_on_corrupted_mount.patch
38 change-default-ext4-error.patch
40 # ext4 block bitmap validation patches
41 # generic helper function patch is pull from 2.6.24-rc6-mm2 tree
42 add-buffer-head-related-helper-functions.patch
43 ext4_add_block_bitmap_validation.patch
45 # various fixes and cleanups
46 jbd2-remove-printk-from-j_assert-macros.patch
47 jbd2-fix-assertion-failure-in-fs-jbd2-checkpointc.patch
49 #extent getblocks return fix
50 ext4-check-for-the-correct-error-return-from-ext4_ext_get_blocks.patch
51 remove-unused-code-from-ext4_find_entry
53 # This is also needed for ext3 -> ext4 migration.
54 make-ext4_get_blocks_wrap-take-the-truncate_mutex_early.patch
55 convert-truncate_mutex-to-read-write-semaphore.patch
56 take-read-lock-during-overwrite-case.patch
58 # Export jbd stats through procfs
59 jbd-stats-through-procfs
61 # Add journal checksums
62 jbd2-journal-chksum.patch
64 # inode verion patch series
65 # inode versioning is needed for NFSv4
67 # vfs changes, 64 bit inode->i_version
68 inode-version-vfs.patch
69 inode-version-ext4.patch
71 ext3-4-migrate.patch
72 fix-show-options.patch
73 ext4_fix_up_ext4fs_debug_builds.patch
74 ###################################################
75 #mballoc
76 ###################################################
77 generic-find-next-le-bit.patch
78 new-extent-function.patch
79 mballoc-core.patch
80 enable-mballoc-by-default.patch
82 ext4_check_for_return_value_from_sb_set_blocksize.patch
83 ext4_handle_uniniatilized_extents_split_return_error_fix.patch
84 ext4_get_extent_length_fix.patch
86 # Ported ext3/jbd changes to ext4/jbd2
87 # changes from ext4 fork day 2006.10.11 to 2008.01.16
89 lockdep-annotate-jbd2-journal-start.patch
90 jbd2_group_short_lived_and_reclaimable_kernel_allocations.patch
91 jbd2_user_of_the_jiffes_rounding_code.patch
92 jbd2-sparse-warning-fixes.patch
93 ####################################################
94 # unstable patches still have outstanding comments from lkml
95 ####################################################
96 stable-boundary
97 stable-boundary-undo.patch
99 # New delayed allocation patch
100 delalloc-vfs.patch
101 delalloc-ext4.patch
103 # Large block support for blocksize > pagesize
104 # Needed for Christoph Lameter's largeblock patchset
105 # to support large block on system that
106 # blocksize > pagesize
107 jbd-blocks-reservation-fix-for-large-blk.patch
108 jbd2-blocks-reservation-fix-for-large-blk.patch
110 enable-delalloc-by-default.patch
111 show-delalloc-option.patch
113 #inode allocation handling for flex bg
114 ext4_ialloc-flexbg.patch
116 #online defrag
117 ext4-online-defrag-header-changes.patch
118 ext4-online-defrag-alloc-contiguous-blks.patch
119 ext4-online-defrag-relocate-file-data.patch
120 ext4-online-defrag-free-space-fragmentation.patch
121 #command to use defrag
122 #ext4-online-defrag-defrag-command.c