linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext4 fixes for 4.19-rc5
@ 2018-09-17  4:44 Theodore Y. Ts'o
  2018-09-17  9:03 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore Y. Ts'o @ 2018-09-17  4:44 UTC (permalink / raw)
  To: torvalds, gregkh; +Cc: linux-kernel, linux-ext4

[ This pull request was originally intended for 4.19-rc4, but some
  testing hiccups delayed my sending this earlier.  Given Linus's
  comments, I'm not sure whether PULL requests should be going to Linus
  or Greg, so I'm sending it to both.  -- Ted ]

The following changes since commit 863c37fcb14f8b66ea831b45fb35a53ac4a8d69e:

  ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa() (2018-08-04 17:34:07 -0400)

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 cce6c9f7e6029caee45c459db5b3e78fec6973cb:

  ext4, dax: set ext4_dax_aops for dax files (2018-09-15 21:37:59 -0400)

----------------------------------------------------------------
Various ext4 bug fixes; primarily making ext4 more robust against
maliciously crafted file systems, and some DAX fixes.

----------------------------------------------------------------
Eric Biggers (1):
      ext4: show test_dummy_encryption mount option in /proc/mounts

Li Dongyang (1):
      ext4: don't mark mmp buffer head dirty

Ross Zwisler (1):
      ext4: close race between direct IO and ext4_break_layouts()

Theodore Ts'o (7):
      ext4: add nonstring annotations to ext4.h
      ext4: check to make sure the rename(2)'s destination is not freed
      ext4: avoid divide by zero fault when deleting corrupted inline directories
      ext4: avoid arithemetic overflow that can trigger a BUG
      ext4: recalucate superblock checksum after updating free blocks/inodes
      ext4: fix online resize's handling of a too-small final block group
      ext4: fix online resizing for bigalloc file systems with a 1k block size

Toshi Kani (2):
      ext4, dax: add ext4_bmap to ext4_dax_aops
      ext4, dax: set ext4_dax_aops for dax files

 fs/ext4/dir.c    | 20 +++++++++-----------
 fs/ext4/ext4.h   | 20 +++++++++++++++++---
 fs/ext4/inline.c |  4 +++-
 fs/ext4/inode.c  | 20 +++++++++++---------
 fs/ext4/mmp.c    |  1 -
 fs/ext4/namei.c  |  6 ++++++
 fs/ext4/resize.c | 23 ++++++++++++++++++++++-
 fs/ext4/super.c  |  4 ++++
 8 files changed, 72 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ext4 fixes for 4.19-rc5
  2018-09-17  4:44 [GIT PULL] ext4 fixes for 4.19-rc5 Theodore Y. Ts'o
@ 2018-09-17  9:03 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-09-17  9:03 UTC (permalink / raw)
  To: Theodore Y. Ts'o, torvalds, linux-kernel, linux-ext4

On Mon, Sep 17, 2018 at 12:44:44AM -0400, Theodore Y. Ts'o wrote:
> [ This pull request was originally intended for 4.19-rc4, but some
>   testing hiccups delayed my sending this earlier.  Given Linus's
>   comments, I'm not sure whether PULL requests should be going to Linus
>   or Greg, so I'm sending it to both.  -- Ted ]

Thanks for cc: me, I've now pulled this.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-17  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-17  4:44 [GIT PULL] ext4 fixes for 4.19-rc5 Theodore Y. Ts'o
2018-09-17  9:03 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).