All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ext4 bug fixes for 3.16
@ 2014-06-30  0:11 Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2014-06-30  0:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

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

  ext4: Fix hole punching for files with indirect blocks (2014-06-26 12:30:54 -0400)

----------------------------------------------------------------
Fix a regression when trying to compile ext4 on older versions gcc.

Fix a number of miscellaneous bugs for punch hole as well as a
long-standing potential double buffer head release when failing a
block allocation for an indirect-mapped file.

----------------------------------------------------------------
Jan Kara (3):
      ext4: Fix buffer double free in ext4_alloc_branch()
      ext4: Fix block zeroing when punching holes in indirect block files
      ext4: Fix hole punching for files with indirect blocks

Namjae Jeon (1):
      ext4: decrement free clusters/inodes counters when block group declared bad

T Makphaibulchoke (1):
      fs/mbcache: replace __builtin_log2() with ilog2()

 fs/ext4/balloc.c   | 16 ++++++++++++++++
 fs/ext4/ialloc.c   | 23 +++++++++++++++++++++++
 fs/ext4/indirect.c | 24 +++++++++++++++++++-----
 fs/ext4/mballoc.c  |  8 ++++++++
 fs/mbcache.c       |  3 ++-
 5 files changed, 68 insertions(+), 6 deletions(-)

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

* [GIT PULL] ext4 bug fixes for 3.16
@ 2014-07-13 20:10 Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2014-07-13 20:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

The following changes since commit 16874b2cb867d3eb63ed838f2847143e11556708:

  Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2014-06-29 19:20:43 -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 bf40c92635d63fcc574c52649f7cda13e0418ac1:

  ext4: fix potential null pointer dereference in ext4_free_inode (2014-07-12 16:11:42 -0400)

----------------------------------------------------------------
More bug fixes for ext4 -- most importantly, a fix for a bug
(introduced in 3.15) that can end up triggering a file system
corruption error after a journal replay.  (It shouldn't lead to any
actual data corruption, but it is scary and can force file systems to
be remounted read-only, etc.)

----------------------------------------------------------------
Eric Sandeen (1):
      ext4: disable synchronous transaction batching if max_batch_time==0

Namjae Jeon (1):
      ext4: fix potential null pointer dereference in ext4_free_inode

Theodore Ts'o (5):
      ext4: fix unjournalled bg descriptor while initializing inode bitmap
      ext4: clarify error count warning messages
      ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()
      ext4: revert commit which was causing fs corruption after journal replays
      ext4: fix a potential deadlock in __ext4_es_shrink()

 fs/ext4/extents_status.c |  4 ++--
 fs/ext4/ialloc.c         | 16 ++++++++--------
 fs/ext4/mballoc.c        |  4 ++--
 fs/ext4/super.c          | 60 ++++++++++++++++++++++++++++--------------------------------
 fs/jbd2/transaction.c    |  5 ++++-
 5 files changed, 44 insertions(+), 45 deletions(-)

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

end of thread, other threads:[~2014-07-13 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30  0:11 [GIT PULL] ext4 bug fixes for 3.16 Theodore Ts'o
2014-07-13 20:10 Theodore Ts'o

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.