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 update
Date: Wed, 18 Jul 2007 09:42:47 -0400 [thread overview]
Message-ID: <E1IB9nj-000777-Fi@candygram.thunk.org> (raw)
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus
It contains the following feature enhancements, including support for
the new fallocate() system call. These have been in -mm for a while,
consensus reached for the fallocate() interface between other filesystem
and architecture maintainers. Patches to wire up the other arches and
XFS should be showing up shortly after this gets merged into mainline.
Regards,
- Ted
Alex Tomas (1):
ext4: Make extents code sanely handle on-disk corruption
Amit Arora (4):
sys_fallocate() implementation on i386, x86_64 and powerpc
fallocate support in ext4
write support for preallocated blocks
Change on-disk format to support 2^15 uninitialized extents
Andreas Dilger (1):
ext4: Remove 65000 subdirectory limit
Dave Hansen (1):
ext4: remove extra IS_RDONLY() check
Dmitry Monakhov (2):
Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.
ext4: extent macros cleanup
Eric Sandeen (1):
Use zero_user_page() in ext4 where possible
Jan Kara (1):
ext4: copy i_flags to inode flags on write
Jose R. Santos (3):
ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devices
jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
jbd2: Move jbd2-debug file to debugfs
Kalpak Shah (2):
ext4: Add nanosecond timestamps
ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields
Mingming Cao (1):
ext4: Enable extents by default
Vignesh Babu (1):
ext4: Use is_power_of_2()
arch/i386/kernel/syscall_table.S | 1
arch/powerpc/kernel/sys_ppc32.c | 7
arch/x86_64/ia32/ia32entry.S | 1
arch/x86_64/ia32/sys_ia32.c | 8
fs/Kconfig | 10
fs/ext4/balloc.c | 4
fs/ext4/extents.c | 706 ++++++++++++++++++++++++++++++---------
fs/ext4/file.c | 1
fs/ext4/ialloc.c | 8
fs/ext4/inode.c | 118 +++++-
fs/ext4/ioctl.c | 9
fs/ext4/namei.c | 76 ++--
fs/ext4/super.c | 50 ++
fs/ext4/xattr.c | 276 ++++++++++++++-
fs/ext4/xattr.h | 17
fs/jbd2/journal.c | 81 +---
fs/jbd2/recovery.c | 2
fs/open.c | 59 +++
include/asm-i386/unistd.h | 3
include/asm-powerpc/systbl.h | 1
include/asm-powerpc/unistd.h | 3
include/asm-x86_64/unistd.h | 2
include/linux/ext4_fs.h | 104 +++++
include/linux/ext4_fs_extents.h | 49 ++
include/linux/ext4_fs_i.h | 5
include/linux/ext4_fs_sb.h | 3
include/linux/falloc.h | 6
include/linux/fs.h | 2
include/linux/jbd2.h | 6
include/linux/syscalls.h | 1
30 files changed, 1344 insertions(+), 275 deletions(-)
next reply other threads:[~2007-07-18 13:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-18 13:42 Theodore Ts'o [this message]
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
2008-01-29 5:50 Theodore Ts'o
2008-01-29 12:53 ` Theodore Tso
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
2008-02-10 6:33 Theodore Ts'o
2008-02-25 22:47 Theodore Ts'o
2008-04-30 2:45 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=E1IB9nj-000777-Fi@candygram.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
Powered by JetHome