All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ext4 fixes for 5.18-rc4
@ 2022-04-22 22:31 Theodore Ts'o
  2022-04-23  1:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2022-04-22 22:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-ext4

The following changes since commit 919adbfec29d5b89b3e45620653cbeeb0d42e6fd:

  ext4: fix kernel doc warnings (2022-03-15 17:45:36 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to 23e3d7f7061f8682c751c46512718f47580ad8f0:

  jbd2: fix a potential race while discarding reserved buffers after an abort (2022-04-21 14:21:30 -0400)

----------------------------------------------------------------
Fix some syzbot-detected bugs, as well as other bugs found by I/O
injection testing.  Change ext4's fallocate to update consistently
drop set[ug]id bits when an fallocate operation might possibly change
the user-visible contents of a file.  Also, improve handling of
potentially invalid values in the the s_overhead_cluster superblock
field to avoid ext4 returning a negative number of free blocks.

----------------------------------------------------------------
Darrick J. Wong (1):
      ext4: fix fallocate to use file_modified to update permissions consistently

Tadeusz Struk (1):
      ext4: limit length to bitmap_maxbytes - blocksize in punch_hole

Theodore Ts'o (3):
      ext4: fix overhead calculation to account for the reserved gdt blocks
      ext4: force overhead calculation if the s_overhead_cluster makes no sense
      ext4: update the cached overhead value in the superblock

Ye Bin (4):
      ext4: fix symlink file size not match to file content
      ext4: fix bug_on in start_this_handle during umount filesystem
      ext4: fix use-after-free in ext4_search_dir
      jbd2: fix a potential race while discarding reserved buffers after an abort

wangjianjian (C) (1):
      ext4, doc: fix incorrect h_reserved size

 Documentation/filesystems/ext4/attributes.rst |  2 +-
 fs/ext4/ext4.h                                |  7 ++++++-
 fs/ext4/extents.c                             | 32 +++++++++++++++++++++++++-------
 fs/ext4/inode.c                               | 18 ++++++++++++++++--
 fs/ext4/ioctl.c                               | 16 ++++++++++++++++
 fs/ext4/namei.c                               |  4 ++--
 fs/ext4/page-io.c                             |  4 +++-
 fs/ext4/super.c                               | 40 +++++++++++++++++++++++++++++-----------
 fs/jbd2/commit.c                              |  4 +++-
 9 files changed, 101 insertions(+), 26 deletions(-)

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

* Re: [GIT PULL] ext4 fixes for 5.18-rc4
  2022-04-22 22:31 [GIT PULL] ext4 fixes for 5.18-rc4 Theodore Ts'o
@ 2022-04-23  1:20 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-04-23  1:20 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: Linus Torvalds, linux-kernel, linux-ext4

The pull request you sent on Fri, 22 Apr 2022 18:31:39 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c00c5e1d157bec0ef0b0b59aa5482eb8dc7e8e49

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-04-23  1:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 22:31 [GIT PULL] ext4 fixes for 5.18-rc4 Theodore Ts'o
2022-04-23  1:20 ` pr-tracker-bot

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.