All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theodore Tso <tytso@MIT.EDU>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] ext4 update
Date: Tue, 29 Jan 2008 07:53:07 -0500	[thread overview]
Message-ID: <20080129125307.GF6774@mit.edu> (raw)
In-Reply-To: <E1JJjMo-00011j-EU@closure.thunk.org>

>fwiw, diffstat is confused by git's diff output; you need to use
>'diffstat -p1'

Argh, I have *got* to create a script that does this automatically.

Revised diffstat -p1 output follows...

						- Ted

 Documentation/filesystems/ext4.txt           |   20 
 Documentation/filesystems/proc.txt           |   39 
 fs/Kconfig                                   |    1 
 fs/afs/dir.c                                 |    9 
 fs/afs/inode.c                               |    3 
 fs/buffer.c                                  |   44 
 fs/ext2/super.c                              |   32 
 fs/ext3/super.c                              |   32 
 fs/ext4/Makefile                             |    4 
 fs/ext4/balloc.c                             |  251 +
 fs/ext4/dir.c                                |   14 
 fs/ext4/extents.c                            |  525 +--
 fs/ext4/file.c                               |   23 
 fs/ext4/group.h                              |    8 
 fs/ext4/ialloc.c                             |  161 
 fs/ext4/inode.c                              |  396 +-
 fs/ext4/ioctl.c                              |    7 
 fs/ext4/mballoc.c                            | 4552 +++++++++++++++++++++++++++
 fs/ext4/migrate.c                            |  570 +++
 fs/ext4/namei.c                              |  135 
 fs/ext4/resize.c                             |   28 
 fs/ext4/super.c                              |  389 +-
 fs/ext4/xattr.c                              |    4 
 fs/inode.c                                   |   39 
 fs/jbd2/checkpoint.c                         |   22 
 fs/jbd2/commit.c                             |  255 +
 fs/jbd2/journal.c                            |  368 ++
 fs/jbd2/recovery.c                           |  151 
 fs/jbd2/revoke.c                             |    6 
 fs/jbd2/transaction.c                        |   34 
 fs/read_write.c                              |    1 
 include/asm-arm/bitops.h                     |    2 
 include/asm-generic/bitops/ext2-non-atomic.h |    2 
 include/asm-generic/bitops/le.h              |    4 
 include/asm-m68k/bitops.h                    |    2 
 include/asm-m68knommu/bitops.h               |    2 
 include/asm-powerpc/bitops.h                 |    4 
 include/asm-s390/bitops.h                    |    2 
 include/linux/buffer_head.h                  |    2 
 include/linux/ext4_fs.h                      |  224 +
 include/linux/ext4_fs_extents.h              |   25 
 include/linux/ext4_fs_i.h                    |   25 
 include/linux/ext4_fs_sb.h                   |   55 
 include/linux/fs.h                           |   21 
 include/linux/jbd2.h                         |  135 
 lib/find_next_bit.c                          |   43 
 46 files changed, 7773 insertions(+), 898 deletions(-)

  reply	other threads:[~2008-01-29 12:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-29  5:50 [GIT PULL] ext4 update Theodore Ts'o
2008-01-29 12:53 ` Theodore Tso [this message]
2008-01-29 21:54   ` Jan Engelhardt
2008-01-30  7:11     ` Theodore Tso
2008-01-30  8:38       ` Paul Collins
2008-01-30  8:52       ` Linus Torvalds
  -- strict thread matches above, loose matches on Subject: below --
2008-04-30  2:45 Theodore Ts'o
2008-02-25 22:47 Theodore Ts'o
2008-02-10  6:33 Theodore Ts'o
2007-10-17  4:26 Theodore Ts'o
2007-10-17  4:51 ` david
2007-10-18  6:29   ` Andreas Dilger
2007-10-17 15:59 ` Linus Torvalds
2007-10-17 22:55   ` Theodore Tso
2007-10-25 23:31   ` Andrew Morton
2007-10-25 23:44     ` Linus Torvalds
2007-10-25 23:53       ` Andrew Morton
2007-07-18 13:42 Theodore Ts'o

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=20080129125307.GF6774@mit.edu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.