2.6.25-rc1-ext4-1 patchset released

Previous thread: kgdb in git-x86#mm review by Andi Kleen on Sunday, February 10, 2008 - 9:53 pm. (52 messages)

Next thread: [PATCH] [WATCHDOG] it8712f_wdt support for 16-bit timeout values, WDIOC_GETSTATUS by Andrew Paprocki on Sunday, February 10, 2008 - 11:11 pm. (3 messages)
To: <linux-ext4@...>, <linux-kernel@...>, Andrew Morton <akpm@...>
Date: Sunday, February 10, 2008 - 10:16 pm

This is a new ext4 patchset which is synchronized with the 2.6.25-rc1
release. No new patches were added, just patches removed because they
have been accepted upstream.

At this point, I do not anticipate any more patches to ext4 that will
change the on-disk format. The focus is on the optimization patches
(i.e., delayed allocation support) fine-tuning performance, and fixing
any bugs which turn up as more people use ext4.

As a git tree:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git 2.6.25-rc1-ext4-1
http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=shortlog;h=2....

As a patchset:

ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.25-r...

- Ted

Akira Fujita (4):
ext4: online defrad header file changes
ext4: online defrag-- Allocate new contiguous blocks with mballoc
ext4: online defrag -- Move the file data to the new blocks
Free space fragmentation functions

Alex Tomas (2):
vfs: add basic delayed allocation support
ext4: Add basic delayed allocation support

Andi Kleen (2):
Remove incorrect BKL comments in ext4
Convert ext4 to use unlocked_ioctl v2

Aneesh Kumar K.V (3):
ext4: undo the stable boundary patch changes
ext4: Enable delalloc and mballoc by default.
ext4: Show delalloc options

Mingming Cao (3):
jbd: blocks reservation fix for large block support
jbd2: blocks reservation fix for large block support
ext4: remove read-inode from defrag code,replace with ext4_iget()

Theodore Ts'o (2):
ext4: Stable/Unstable boundary
ext4: New inode allocation for FLEX_BG meta-data groups.

fs/buffer.c | 3 +-
fs/ext4/Makefile | 2 +-
fs/ext4/balloc.c | 28 +-
fs/ext4/defrag.c | 2206 +++++++++++++++++++++++++++++++++++++++
fs/ext4/dir.c | 4 +-
fs/ext4/extents.c ...

Previous thread: kgdb in git-x86#mm review by Andi Kleen on Sunday, February 10, 2008 - 9:53 pm. (52 messages)

Next thread: [PATCH] [WATCHDOG] it8712f_wdt support for 16-bit timeout values, WDIOC_GETSTATUS by Andrew Paprocki on Sunday, February 10, 2008 - 11:11 pm. (3 messages)