Re: [GIT PULL] ext4 update

From: Theodore Tso
Date: Tue Jan 29 2008 - 07:59:13 EST


>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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/