From: "Theodore Y. 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 4.21-rc1
Date: Sun, 23 Dec 2018 23:53:34 -0500 [thread overview]
Message-ID: <20181224045334.GA20828@mit.edu> (raw)
The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:
Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)
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 18f2c4fcebf2582f96cbd5f2238f4f354a0e4847:
ext4: check for shutdown and r/o file system in ext4_write_inode() (2018-12-19 14:36:58 -0500)
----------------------------------------------------------------
All cleanups and bug fixes; most notably, fix some problems discovered
in ext4's NFS support, and fix an ioctl (EXT4_IOC_GROUP_ADD) used by
old versions of e2fsprogs which we accidentally broke a while back.
Also fixed some error paths in ext4's quota and inline data support.
Finally, improve tail latency in jbd2's commit code.
----------------------------------------------------------------
Alexander Lochmann (1):
jbd2: update locking documentation for transaction_t
Chengguang Xu (2):
ext4: remove redundant condition check
ext4: compare old and new mode before setting update_mode flag
Colin Ian King (2):
ext4: clean up indentation issues, remove extraneous tabs
jbd2: clean up indentation issue, replace spaces with tab
Eric Sandeen (1):
ext4: hard fail dax mount on unsupported devices
Jan Kara (1):
jbd2: avoid long hold times of j_state_lock while committing a transaction
Maurizio Lombardi (1):
ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()
Pan Bian (1):
ext4: fix possible use after free in ext4_quota_enable
Theodore Ts'o (5):
ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
ext4: include terminating u32 in size of xattr entries when expanding inodes
ext4: avoid declaring fs inconsistent due to invalid file handles
ext4: force inode writes when nfsd calls commit_metadata()
ext4: check for shutdown and r/o file system in ext4_write_inode()
ruippan (潘睿) (1):
ext4: fix EXT4_IOC_GROUP_ADD ioctl
fs/ext4/acl.c | 3 +-
fs/ext4/ext4.h | 17 ++++++++-
fs/ext4/ialloc.c | 2 +-
fs/ext4/inline.c | 5 ++-
fs/ext4/inode.c | 63 +++++++++++++++++++++----------
fs/ext4/ioctl.c | 2 +-
fs/ext4/migrate.c | 48 ++++++++++++------------
fs/ext4/namei.c | 4 +-
fs/ext4/resize.c | 79 +++++++++++++++++++--------------------
fs/ext4/super.c | 92 ++++++++++++++++++++++++++++------------------
fs/ext4/xattr.c | 83 ++++++++++++++++++++---------------------
fs/jbd2/commit.c | 3 ++
fs/jbd2/transaction.c | 45 ++++++++++++++++++++---
include/linux/jbd2.h | 7 ++--
include/trace/events/ext4.h | 20 ++++++++++
15 files changed, 296 insertions(+), 177 deletions(-)
next reply other threads:[~2018-12-24 4:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-24 4:53 Theodore Y. Ts'o [this message]
2018-12-28 1:45 ` [GIT PULL] ext4 updates for 4.21-rc1 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=20181224045334.GA20828@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.