mbox series

[GIT,PULL] ext4 bug fixes for 4.21

Message ID 20190106133943.GA10099@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 bug fixes for 4.21 | expand

Pull-request

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

Message

Theodore Ts'o Jan. 6, 2019, 1:39 p.m. UTC
The following changes since commit 18f2c4fcebf2582f96cbd5f2238f4f354a0e4847:

  ext4: check for shutdown and r/o file system in ext4_write_inode() (2018-12-19 14:36:58 -0500)

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 191ce17876c9367819c4b0a25b503c0f6d9054d8:

  ext4: fix special inode number checks in __ext4_iget() (2018-12-31 22:34:31 -0500)

----------------------------------------------------------------
Fix a number of ext4 bugs.

----------------------------------------------------------------
Theodore Ts'o (6):
      ext4: make sure enough credits are reserved for dioread_nolock writes
      ext4: fix a potential fiemap/page fault deadlock w/ inline_data
      ext4: avoid kernel warning when writing the superblock to a dead device
      ext4: use ext4_write_inode() when fsyncing w/o a journal
      ext4: track writeback errors using the generic tracking infrastructure
      ext4: fix special inode number checks in __ext4_iget()

 fs/ext4/fsync.c  | 16 ++++++++++++----
 fs/ext4/inline.c |  6 +++---
 fs/ext4/inode.c  |  5 +++--
 fs/ext4/super.c  |  2 +-
 4 files changed, 19 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 6, 2019, 9:35 p.m. UTC | #1
The pull request you sent on Sun, 6 Jan 2019 08:39:43 -0500:

> git://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/215240462a9672db771bb60adcc1c4fdf40e8ec4

Thank you!