Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1704949 > unrolled thread
| Started by | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| First post | 2017-08-06 21:30 +0200 |
| Last post | 2017-08-07 16:00 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] ext4 bug fixes for 4.13 Theodore Ts'o <tytso@mit.edu> - 2017-08-06 21:30 +0200
Re: [GIT PULL] ext4 bug fixes for 4.13 Linus Torvalds <torvalds@linux-foundation.org> - 2017-08-06 21:40 +0200
Re: [GIT PULL] ext4 bug fixes for 4.13 Theodore Ts'o <tytso@mit.edu> - 2017-08-07 16:00 +0200
| From | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| Date | 2017-08-06 21:30 +0200 |
| Subject | [GIT PULL] ext4 bug fixes for 4.13 |
| Message-ID | <ubzpo-6ia-13@gated-at.bofh.it> |
The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973:
Linux 4.13-rc3 (2017-07-30 12:40:36 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable
for you to fetch changes up to 4e5620132144666ab41fc2799fbc055830187b7e:
ext4: fix copy paste error in ext4_swap_extents() (2017-08-06 01:33:07 -0400)
----------------------------------------------------------------
A large number of ext4 bug fixes and cleanups for v4.13
----------------------------------------------------------------
Andreas Dilger (1):
ext4: fix dir_nlink behaviour
Arnd Bergmann (1):
ext4: fix warning about stack corruption
Daeho Jeong (1):
ext4: release discard bio after sending discard commands
Dan Carpenter (1):
ext4: silence array overflow warning
Emoly Liu (1):
ext4: error should be cleared if ea_inode isn't added to the cache
Eric Whitney (2):
ext4: correct comment references to ext4_ext_direct_IO()
ext4: remove unused metadata accounting variables
Ernesto A. Fernández (1):
ext4: preserve i_mode if __ext4_set_acl() fails
Jan Kara (2):
ext4: Don't clear SGID when inheriting ACLs
ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
Jeff Layton (1):
ext4: convert swap_inode_data() over to use swap() on most of the fields
Jerry Lee (1):
ext4: fix overflow caused by missing cast in ext4_resize_fs()
Maninder Singh (1):
ext4: fix copy paste error in ext4_swap_extents()
Miao Xie (4):
ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize
ext4: restructure ext4_expand_extra_isize
ext4: cleanup ext4_expand_extra_isize_ea()
ext4, project: expand inode extra size if possible
Tahsin Erdogan (3):
ext4: remove unused mode parameter
ext4: inplace xattr block update fails to deduplicate blocks
ext4: make xattr inode reads faster
fs/ext4/acl.c | 25 +++++---
fs/ext4/ext4.h | 13 ++--
fs/ext4/ext4_jbd2.h | 3 +
fs/ext4/extents.c | 11 ++--
fs/ext4/file.c | 3 +
fs/ext4/inode.c | 198 ++++++++++++++++++++++++++++++++++++++++++++++---------------
fs/ext4/ioctl.c | 27 +++++----
fs/ext4/mballoc.c | 15 +++--
fs/ext4/namei.c | 64 ++++++++------------
fs/ext4/resize.c | 3 +-
fs/ext4/super.c | 2 -
fs/ext4/xattr.c | 87 ++++++++++++++-------------
include/trace/events/ext4.h | 35 +++--------
13 files changed, 290 insertions(+), 196 deletions(-)
[toc] | [next] | [standalone]
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Date | 2017-08-06 21:40 +0200 |
| Message-ID | <ubzz3-6li-3@gated-at.bofh.it> |
| In reply to | #1704949 |
On Sun, Aug 6, 2017 at 12:27 PM, Theodore Ts'o <tytso@mit.edu> wrote:
>
> A large number of ext4 bug fixes and cleanups for v4.13
A couple of these appear to be neither cleanups nor fixes. And a lot
of them appear to be very recent.
I've pulled this, but if I hear about problems, ext4 is going to be on
my shit-list, and you'd better be a *lot* more careful about pull
requests. Because this is not ok.
Linus
[toc] | [prev] | [next] | [standalone]
| From | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| Date | 2017-08-07 16:00 +0200 |
| Message-ID | <ubQJA-xP-27@gated-at.bofh.it> |
| In reply to | #1704951 |
On Sun, Aug 06, 2017 at 12:39:23PM -0700, Linus Torvalds wrote: > On Sun, Aug 6, 2017 at 12:27 PM, Theodore Ts'o <tytso@mit.edu> wrote: > > > > A large number of ext4 bug fixes and cleanups for v4.13 > > A couple of these appear to be neither cleanups nor fixes. And a lot > of them appear to be very recent. > > I've pulled this, but if I hear about problems, ext4 is going to be on > my shit-list, and you'd better be a *lot* more careful about pull > requests. Because this is not ok. Sorry, I'll be conservative in sending pull requests to you in the future. The one commit that wasn't a bug fix, cleanup, or prereq for a bugfix/cleanup was an optimization for a feature that landed during this merge window (large xattrs using xattr inodes). The patches did go through a full regression test cycle, and everything was reviewed by at least a second person, but yeah, -rc4 is getting a bit late in the cycle. I certainly wouldn't have sent it any later... - Ted
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web