Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus
These are all cleanups and bug fixes for 2.6.26.
Thanks,
- Ted
Akinobu Mita (3):
ext4: use ext4_group_first_block_no()
ext4: use ext4_get_group_desc()
ext4: check ext4_journal_get_write_access() errors
Andi Kleen (1):
Convert ext4 to use unlocked_ioctl
Aneesh Kumar K.V (15):
ext4: Fix fallocate error path
ext4: Enable extent format for symlinks.
arm: Export empty_zero_page for ZERO_PAGE usage in modules.
m68k: Export empty_zero_page for ZERO_PAGE usage in modules.
sparc: Export symbols for ZERO_PAGE usage in modules.
ext4: ENOSPC error handling for writing to an uninitialized extent
ext4: zero out small extents when writing to prealloc area.
ext4: Fix race between migration and mmap write
ext4: Fix fallocate to update the file size in each transaction
ext4: make ext4_ext_get_blocks always return <= max_blocks
ext4: Return unwritten buffer head when trying to read from prealloc space.
ext4: Cache the correct extent length for uninit extents
ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu()
ext4: Don't do GFP_NOFS allocations after taking ext4_lock_group
ext4: mark inode dirty after initializing the extent tree
Christoph Hellwig (1):
ext4: move headers out of include/linux
Duane Griffin (4):
jbd2: tidy up revoke cache initialisation and destruction
jbd2: eliminate duplicated code in revocation table init/destroy functions
jbd2: replace potentially false assertion with if block
jbd2: only create debugfs and stats entries if init is successful
Eric Sandeen (1):
ext4: reduce mballoc stack usage with noinline_for_stack
Harvey Harrison (2):
ext4: replace remaining __FUNCTION__ occurrences
jdb2: replace remaining __FUNCTION__ occurrences
Hisashi Hifumi (1):
ext4:...