Commit patches which move ext 2/3/4 to use unlocked_ioctl().
[ext4-patch-queue.git] / series
blob1c5b5227abf7c41326d9ba79c5702a5fdfff0a3d
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_show_stripe_mount_option.patch
83 ext4_check_for_return_value_from_sb_set_blocksize.patch
84 ext4_handle_uniniatilized_extents_split_return_error_fix.patch
85 ext4_get_extent_length_fix.patch
87 # Ported ext3/jbd changes to ext4/jbd2
88 # changes from ext4 fork day 2006.10.11 to 2008.01.16
90 lockdep-annotate-jbd2-journal-start.patch
91 jbd2_group_short_lived_and_reclaimable_kernel_allocations.patch
92 jbd2_user_of_the_jiffes_rounding_code.patch
93 jbd2-sparse-warning-fixes.patch
95 ext4-unlocked-ioctl.patch
96 ext3-unlocked-ioctl.patch
97 ext2-unlocked-ioctl.patch
99 ####################################################
100 # unstable patches still have outstanding comments from lkml
101 ####################################################
102 stable-boundary
103 stable-boundary-undo.patch
105 test-filesys-flag.patch
107 # New delayed allocation patch
108 delalloc-vfs.patch
109 delalloc-ext4.patch
111 # Large block support for blocksize > pagesize
112 # Needed for Christoph Lameter's largeblock patchset
113 # to support large block on system that
114 # blocksize > pagesize
115 jbd-blocks-reservation-fix-for-large-blk.patch
116 jbd2-blocks-reservation-fix-for-large-blk.patch
118 enable-delalloc-by-default.patch
119 show-delalloc-option.patch
121 #inode allocation handling for flex bg
122 ext4_ialloc-flexbg.patch
124 #online defrag
125 ext4-online-defrag-header-changes.patch
126 ext4-online-defrag-alloc-contiguous-blks.patch
127 ext4-online-defrag-relocate-file-data.patch
128 ext4-online-defrag-free-space-fragmentation.patch
129 #command to use defrag
130 #ext4-online-defrag-defrag-command.c