Re: [GIT PULL] ext4 bugfixes

Previous thread: 2.6.26: Three Sections mismatch by Gerardo Exequiel Pozzi on Monday, July 14, 2008 - 11:15 pm. (1 message)

Next thread: :) by Garrington Jeangilles on Tuesday, July 15, 2008 - 12:09 am. (1 message)
To: Linus Torvalds <torvalds@...>
Cc: <linux-ext4@...>, <linux-kernel@...>
Date: Monday, July 14, 2008 - 11:56 pm

Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus

This patch series contains a whole series of cleanups saved up since the
last merge window, plus delayed allocation for ext4.

Thanks!!

- Ted

Akinobu Mita (1):
ext4: fix ext4_init_block_bitmap() for metablock block group

Alex Tomas (2):
vfs: add hooks for ext4's delayed allocation support
ext4: Add delayed allocation support in data=writeback mode

Alexey Dobriyan (1):
ext4: switch to seq_files

Aneesh Kumar K.V (12):
ext4: Fix mb_find_next_bit not to return larger than max
ext4: start searching for the right extent from the goal group.
ext4: Update i_disksize properly when allocating from fallocate area.
ext4: Fix sparse warning
ext4: Use inode preallocation with -o noextents
ext4: cleanup block allocator
ext4: Use page_mkwrite vma_operations to get mmap write notification.
mm: Add range_cont mode for writeback
ext4: Add ordered mode support for delalloc
ext4: Handle page without buffers in ext4_*_writepage()
ext4: Enable delalloc by default.
ext4: Don't allow nonextenst mount option for large filesystem

Duane Griffin (3):
ext4: handle corrupted orphan list at mount
ext4: handle deleting corrupted indirect blocks
ext4: validate directory entry data before use

Eric Sandeen (3):
ext4: call blkdev_issue_flush on fsync
ext4: use atomic functions to set bh_state
ext4: do not set extents feature from the kernel

Frederic Bohe (1):
ext4: fix online resize with mballoc

Jan Kara (8):
ext4: Set journal pointer to NULL when journal is released
vfs: Move mark_inode_dirty() from under page lock in generic_write_end()
ext4: Invert the locking order of page_lock and transaction start
ext4: Fix lock inversion in ext4_ext_truncate()
vfs: export filemap_fdatawrite_range()
jbd2: Implem...

To: Theodore Ts'o <tytso@...>
Cc: Linus Torvalds <torvalds@...>, <linux-ext4@...>, <linux-kernel@...>
Date: Tuesday, July 15, 2008 - 12:37 am

This is still missing kerneldoc comments for the newly exported

And for this one I haven't even heard back on my review comments. None
of them is a merge blocker so it's not critical, but I find it quite odd
that the pull request is coming before even replying to the review
comments.

--

To: Christoph Hellwig <hch@...>
Cc: Linus Torvalds <torvalds@...>, <linux-ext4@...>, <linux-kernel@...>
Date: Tuesday, July 15, 2008 - 8:46 am

Can you resend your e-mail, please? I can't seem to find it in my
inbox. Thanks!!

- Ted
--

To: Theodore Tso <tytso@...>, Christoph Hellwig <hch@...>, Linus Torvalds <torvalds@...>, <linux-ext4@...>, <linux-kernel@...>
Date: Thursday, July 24, 2008 - 4:03 pm

It was just a paragraph in the mail also commenting on the previously

I've got a comment from Jan that the no buffers case can still happen,
so that can be removed.

Any chance you could also look into the kerneldoc comments for the newly
exported fs/mpage.c routines as commented on the updated patch?
--

Previous thread: 2.6.26: Three Sections mismatch by Gerardo Exequiel Pozzi on Monday, July 14, 2008 - 11:15 pm. (1 message)

Next thread: :) by Garrington Jeangilles on Tuesday, July 15, 2008 - 12:09 am. (1 message)