linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext4 for v2.6.32 round II
@ 2009-09-30  5:25 Theodore Ts'o
  2009-10-01  1:41 ` [Kernel BUG] " Markus Trippelsdorf
  0 siblings, 1 reply; 7+ messages in thread
From: Theodore Ts'o @ 2009-09-30  5:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

Hi Linus,

Please pull from:

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

to grab the following changes for v2.6.32.

Thanks!!

                                                        - Ted

Curt Wohlgemuth (2):
      ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode
      ext4: Handle nested ext4_journal_start/stop calls without a journal

Frank Mayhar (1):
      ext4: Avoid updating the inode table bh twice in no journal mode

Jan Kara (1):
      ext4: Update documentation about quota mount options

Josh Stone (1):
      ext4: Add a stub for mpage_da_data in the trace header

Mingming Cao (4):
      ext4: release reserved quota when block reservation for delalloc retry
      ext4: Split uninitialized extents for direct I/O
      ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O
      ext4: async direct IO for holes and fallocate support

Theodore Ts'o (8):
      ext4: Use ext4_msg() for ext4_da_writepage() errors
      ext4: Fix hueristic which avoids group preallocation for closed files
      ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks
      ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first
      ext4, jbd2: Drop unneeded printks at mount and unmount time
      ext4: Use tracepoints for mb_history trace file
      jbd2: Use tracepoints for history file
      ext4: Fix time encoding with extra epoch bits

 Documentation/filesystems/ext4.txt |   13 +-
 Documentation/filesystems/proc.txt |    1 -
 fs/ext4/ext4.h                     |   54 +++-
 fs/ext4/ext4_extents.h             |    7 +-
 fs/ext4/ext4_jbd2.h                |    6 +-
 fs/ext4/extents.c                  |  444 +++++++++++++++++++++++++---
 fs/ext4/fsync.c                    |    5 +
 fs/ext4/inode.c                    |  574 +++++++++++++++++++++++++++++++-----
 fs/ext4/mballoc.c                  |  305 +------------------
 fs/ext4/mballoc.h                  |   35 +---
 fs/ext4/migrate.c                  |    2 +-
 fs/ext4/move_extent.c              |   20 +-
 fs/ext4/namei.c                    |    3 +-
 fs/ext4/super.c                    |   99 ++++---
 fs/jbd2/checkpoint.c               |    7 +
 fs/jbd2/commit.c                   |   59 ++--
 fs/jbd2/journal.c                  |  196 +------------
 include/linux/jbd2.h               |   27 +--
 include/trace/events/ext4.h        |  178 +++++++++++-
 include/trace/events/jbd2.h        |   78 +++++
 20 files changed, 1362 insertions(+), 751 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-01  6:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30  5:25 [GIT PULL] ext4 for v2.6.32 round II Theodore Ts'o
2009-10-01  1:41 ` [Kernel BUG] " Markus Trippelsdorf
2009-10-01  1:57   ` Linus Torvalds
2009-10-01  2:15     ` Markus Trippelsdorf
2009-10-01  3:01       ` Theodore Tso
2009-10-01  3:47         ` Markus Trippelsdorf
2009-10-01  6:40           ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).