public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Theodore Ts'o" <tytso@mit.edu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] ext4 updates for 2.6.27-git2
Date: Sun, 12 Oct 2008 18:16:53 -0400	[thread overview]
Message-ID: <E1Kp9F7-0000Dd-RC@closure.thunk.org> (raw)

Hi Linus,

Please pull:

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

This fixes a typo in fs/Kconfig, a build problem when CONFIG_PROC_FS is
not defined, and some patches that address error handling for disk write
failures that had been forward ported from ext3 by Hidehiro-san that I
hadn't time to audit before my last pull.

Thanks!!

                                                - Ted

Alexander Beregalov (1):
      ext4: fix build failure without procfs

Hidehiro Kawai (5):
      jbd2: abort when failed to log metadata buffers
      jbd2: fix error handling for checkpoint io
      ext4: add checks for errors from jbd2
      jbd2: don't dirty original metadata buffer on abort
      ext4: add an option to control error handling on file data

Jan Engelhardt (1):
      ext4: fix kconfig typo and extra whitespace

 Documentation/filesystems/ext4.txt |    5 +++
 fs/Kconfig                         |    4 +-
 fs/ext4/ext4.h                     |    2 +
 fs/ext4/ioctl.c                    |   12 ++++++---
 fs/ext4/super.c                    |   41 +++++++++++++++++++++++++++---
 fs/jbd2/checkpoint.c               |   49 +++++++++++++++++++++++++++---------
 fs/jbd2/commit.c                   |   10 ++++++-
 fs/jbd2/journal.c                  |   28 ++++++++++++++++----
 fs/jbd2/recovery.c                 |    7 +++-
 include/linux/jbd2.h               |    5 +++-
 10 files changed, 131 insertions(+), 32 deletions(-)

                 reply	other threads:[~2008-10-12 22:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Kp9F7-0000Dd-RC@closure.thunk.org \
    --to=tytso@mit.edu \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox