linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext4 bug fixes for 5.6-rc2
@ 2020-02-23  3:41 Theodore Y. Ts'o
  2020-02-23 17:50 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Theodore Y. Ts'o @ 2020-02-23  3:41 UTC (permalink / raw)
  To: torvalds; +Cc: linux-ext4, linux-kernel

The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:

  Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)

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 9db176bceb5c5df4990486709da386edadc6bd1d:

  ext4: fix mount failure with quota configured as module (2020-02-21 19:32:07 -0500)

----------------------------------------------------------------
More miscellaneous ext4 bug fixes (all stable fodder)

----------------------------------------------------------------
Eric Biggers (2):
      ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
      ext4: fix race between writepages and enabling EXT4_EXTENTS_FL

Jan Kara (1):
      ext4: fix mount failure with quota configured as module

Qian Cai (1):
      ext4: fix a data race in EXT4_I(inode)->i_disksize

Shijie Luo (1):
      ext4: add cond_resched() to __ext4_find_entry()

Suraj Jitindar Singh (2):
      ext4: fix potential race between s_group_info online resizing and access
      ext4: fix potential race between s_flex_groups online resizing and access

Theodore Ts'o (1):
      ext4: fix potential race between online resizing and write operations

wangyan (1):
      jbd2: fix ocfs2 corrupt when clearing block group bits

 fs/ext4/balloc.c      |  14 ++++++++--
 fs/ext4/ext4.h        |  39 ++++++++++++++++++++------
 fs/ext4/ialloc.c      |  23 +++++++++------
 fs/ext4/inode.c       |  16 +++++------
 fs/ext4/mballoc.c     |  61 +++++++++++++++++++++++++++-------------
 fs/ext4/migrate.c     |  27 ++++++++++++------
 fs/ext4/namei.c       |   1 +
 fs/ext4/resize.c      |  62 ++++++++++++++++++++++++++++++++---------
 fs/ext4/super.c       | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 fs/jbd2/transaction.c |   8 ++++--
 10 files changed, 256 insertions(+), 108 deletions(-)

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

* Re: [GIT PULL] ext4 bug fixes for 5.6-rc2
  2020-02-23  3:41 [GIT PULL] ext4 bug fixes for 5.6-rc2 Theodore Y. Ts'o
@ 2020-02-23 17:50 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-02-23 17:50 UTC (permalink / raw)
  To: Theodore Y. Ts'o; +Cc: torvalds, linux-ext4, linux-kernel

The pull request you sent on Sat, 22 Feb 2020 22:41:52 -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/a3163ca03f9913ba2c2fb6a06305f3dca98adfd1

Thank you!

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

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

* Re: [GIT PULL] ext4 bug fixes for 5.6-rc2
  2020-02-16  2:58 Theodore Y. Ts'o
@ 2020-02-16 19:50 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-02-16 19:50 UTC (permalink / raw)
  To: Theodore Y. Ts'o; +Cc: torvalds, linux-ext4, linux-kernel

The pull request you sent on Sat, 15 Feb 2020 21:58:22 -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/8a8b80967b421218d89c1af61e759c54ab94fdb6

Thank you!

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

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

* [GIT PULL] ext4 bug fixes for 5.6-rc2
@ 2020-02-16  2:58 Theodore Y. Ts'o
  2020-02-16 19:50 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Theodore Y. Ts'o @ 2020-02-16  2:58 UTC (permalink / raw)
  To: torvalds; +Cc: linux-ext4, linux-kernel

The following changes since commit e5da4c933c50d98d7990a7c1ca0bbf8946e80c4a:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2020-01-30 15:17:05 -0800)

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

  ext4: improve explanation of a mount failure caused by a misconfigured kernel (2020-02-15 09:53:45 -0500)

----------------------------------------------------------------
Miscellaneous ext4 bug fixes (all stable fodder)

----------------------------------------------------------------
Andreas Dilger (1):
      ext4: don't assume that mmp_nodename/bdevname have NUL

Jan Kara (2):
      ext4: simplify checking quota limits in ext4_statfs()
      ext4: fix checksum errors with indexed dirs

Shijie Luo (1):
      ext4: add cond_resched() to ext4_protect_reserved_inode

Theodore Ts'o (2):
      ext4: fix support for inode sizes > 1024 bytes
      ext4: improve explanation of a mount failure caused by a misconfigured kernel

zhangyi (F) (2):
      jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
      jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

 fs/ext4/block_validity.c |  1 +
 fs/ext4/dir.c            | 14 ++++++++------
 fs/ext4/ext4.h           |  5 ++++-
 fs/ext4/inode.c          | 12 ++++++++++++
 fs/ext4/mmp.c            | 12 +++++++-----
 fs/ext4/namei.c          |  7 +++++++
 fs/ext4/super.c          | 42 ++++++++++++++++--------------------------
 fs/jbd2/commit.c         | 46 +++++++++++++++++++++++++---------------------
 fs/jbd2/transaction.c    | 10 ++++++----
 9 files changed, 86 insertions(+), 63 deletions(-)

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

end of thread, other threads:[~2020-02-23 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23  3:41 [GIT PULL] ext4 bug fixes for 5.6-rc2 Theodore Y. Ts'o
2020-02-23 17:50 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-02-16  2:58 Theodore Y. Ts'o
2020-02-16 19:50 ` pr-tracker-bot

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).