From: "Theodore Ts'o" <tytso@mit.edu>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: [GIT PULL] ext4 updates for 5.3-rc1
Date: Tue, 9 Jul 2019 18:55:48 -0400 [thread overview]
Message-ID: <20190709225547.GA27938@mit.edu> (raw)
The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:
Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus
for you to fetch changes up to 96fcaf86c3cb9340015fb475d79ef0a6fcf858ed:
ext4: fix coverity warning on error path of filename setup (2019-07-02 17:56:12 -0400)
----------------------------------------------------------------
Many bug fixes and cleanups, and an optimization for case-insensitive
lookups.
----------------------------------------------------------------
Colin Ian King (1):
ext4: remove redundant assignment to node
Darrick J. Wong (1):
ext4: don't allow any modifications to an immutable file
Gabriel Krisman Bertazi (2):
ext4: optimize case-insensitive lookups
ext4: fix coverity warning on error path of filename setup
Gaowei Pu (1):
jbd2: fix some print format mistakes
Jan Kara (1):
ext4: gracefully handle ext4_break_layouts() failure during truncate
Kimberly Brown (1):
ext4: replace ktype default_attrs with default_groups
Liu Song (1):
jbd2: fix typo in comment of journal_submit_inode_data_buffers
Ross Zwisler (3):
mm: add filemap_fdatawait_range_keep_errors()
jbd2: introduce jbd2_inode dirty range scoping
ext4: use jbd2_inode dirty range scoping
Theodore Ts'o (7):
ext4: enforce the immutable flag on open files
ext4: clean up kerneldoc warnigns when building with W=1
jbd2: drop declaration of journal_sync_buffer()
ext4: allow directory holes
ext4: rename "dirent_csum" functions to use "dirblock"
ext4: refactor initialize_dirent_tail()
ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
Wang Shilong (1):
ext4: only set project inherit bit for directory
zhangjs (1):
ext4: make __ext4_get_inode_loc plug
fs/ext4/balloc.c | 4 +-
fs/ext4/dir.c | 27 +++++-----
fs/ext4/ext4.h | 65 ++++++++++++++++++------
fs/ext4/ext4_jbd2.h | 12 ++---
fs/ext4/extents.c | 4 +-
fs/ext4/extents_status.c | 1 -
fs/ext4/file.c | 4 ++
fs/ext4/indirect.c | 22 +++------
fs/ext4/inline.c | 21 ++++----
fs/ext4/inode.c | 93 ++++++++++++++++++++++-------------
fs/ext4/ioctl.c | 48 +++++++++++++++++-
fs/ext4/mballoc.c | 5 +-
fs/ext4/move_extent.c | 15 +++---
fs/ext4/namei.c | 213 +++++++++++++++++++++++++++++++++++++++++++++++++------------------------------
fs/ext4/sysfs.c | 6 ++-
fs/jbd2/commit.c | 25 +++++++---
fs/jbd2/journal.c | 25 +++++-----
fs/jbd2/transaction.c | 49 ++++++++++--------
fs/unicode/utf8-core.c | 28 +++++++++++
include/linux/fs.h | 2 +
include/linux/jbd2.h | 23 ++++++++-
include/linux/unicode.h | 3 ++
mm/filemap.c | 22 +++++++++
23 files changed, 483 insertions(+), 234 deletions(-)
next reply other threads:[~2019-07-09 22:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-09 22:55 Theodore Ts'o [this message]
2019-07-11 4:40 ` pr-tracker-bot
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=20190709225547.GA27938@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome