2007-10-04 05:59:31

by Theodore Ts'o

[permalink] [raw]
Subject: 2.6.23-rc8-ext4-1 patchset released


I've just released the 2.6.23-rc9-ext4-1. It collapses some patches in
preparation for pushing them to Linus, and adds some of cleanup patches
that had been incorporated into Andrew's broken-out-2007-10-01-04-09
series. It also has some new development patches in the unstable (not
yet ready to push to mainline) portion of the patch series.

It's available in the standard place:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git 2.6.23-rc9-ext4-1
http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=summary

and

ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.23-rc9-ext4-1

- Ted

+ # pulled from rc8-mm2
+ jbd2-ext4-cleanups-convert-to-kzalloc.patch

+ # also in akpm's broken-out-2007-10-01-04-09
+ jbd2-fix-commit-code-to-properly-abort-journal.patch
+
+ # pulled from akpm's broken-out-2007-10-01-04-09
+ jbd2-debug-code-cleanup.patch

+ # pulled from akpm's broken-out-2007-10-01-04-09
+ remove-ifdef-config_ext4_index.patch

+ # Large blocksize support for ext4
+ ext4_large_blocksize_support.patch
+ ext4_rec_len_overflow_with_64kblk_fix-v2.patch

+ # Large blocksize support for ext2/3
+ # Will drop these patches once they are in akmp's mm tree
+ ext2_large_blocksize_support.patch
+ ext3_large_blocksize_support.patch
+ ext2_rec_len_overflow_with_64kblk_fix-v2.patch
+ ext3_rec_len_overflow_with_64kblk_fix-v2.patch

+ # New patchset
+ ext4-convert_bg_block_bitmap_to_bg_block_bitmap_lo.patch
+ ext4-convert_bg_inode_bitmap_and_bg_inode_table.patch
+ ext4-convert_s_blocks_count_to_s_blocks_count_lo.patch
+ ext4-convert_s_r_blocks_count_and_s_free_blocks_count.patch
+ ext4-convert_ext4_extent.ee_start_to_ext4_extent.ee_start_lo.patch
+ ext4-convert_ext4_extent_idx.ei_leaf_to_ext4_extent_idx.ei_leaf_lo.patch
+ ext4-sparse-fix.patch

+ # Large block support for blocksize > pagesize
+ # Needed for Christoph Lameter's largeblock patchset
+ # to support large block on system that
+ # blocksize > pagesize
+ jbd-blocks-reservation-fix-for-large-blk.patch
+ jbd2-blocks-reservation-fix-for-large-blk.patch

+ ext4_fix_setup_new_group_blocks_locking.patch
+ ext4_lighten_up_resize_transaction_requirements.patch


2007-10-04 06:03:24

by Theodore Ts'o

[permalink] [raw]
Subject: Re: 2.6.23-rc9-ext4-1 patchset released (WAS: 2.6.23-rc8-ext4-1 patchset released)

On Thu, Oct 04, 2007 at 01:59:28AM -0400, Theodore Ts'o wrote:
>
> I've just released the 2.6.23-rc9-ext4-1.

Whoops, I obviously screwed up the subject in my announcement e-mail.
Sorry about that!

- Ted