linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext4 changes for 3.13
@ 2013-11-14  0:32 Theodore Ts'o
  0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2013-11-14  0:32 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-ext4

The following changes since commit 61e6cfa80de5760bbe406f4e815b7739205754d2:

  Linux 3.12-rc5 (2013-10-13 15:41:28 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3f61c0cc706d5c0beee7af17ffeb706403cf513c:

  ext4: add prototypes for macro-generated functions (2013-11-11 22:40:40 -0500)

----------------------------------------------------------------
Ext4 updates for 3.13.  Mostly bug fixes and cleanups.

----------------------------------------------------------------
Andreas Dilger (2):
      ext4: return non-zero st_blocks for inline data
      ext4: add prototypes for macro-generated functions

Azat Khuzhin (1):
      ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline()

BoxiLiu (1):
      ext4: change ext4_read_inline_dir() to return 0 on success

Darrick J. Wong (1):
      ext4: don't count free clusters from a corrupt block group

Eric Sandeen (2):
      ext4: remove unreachable code in ext4_can_extents_be_merged()
      ext4: remove unreachable code after ext4_can_extents_be_merged()

Jan Kara (2):
      ext4: fix assertion in ext4_add_complete_io()
      ext4: fixup kerndoc annotation of mpage_map_and_submit_extent()

Lukas Czerner (1):
      ext4: fix FITRIM in no journal mode

Ming Lei (2):
      ext4: fix performance regression in ext4_writepages
      ext4: pair trace_ext4_writepages & trace_ext4_writepages_result

Theodore Ts'o (3):
      ext4: add ratelimiting to ext4 messages
      ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()
      ext4: use prandom_u32() instead of get_random_bytes()

 fs/ext4/balloc.c  |  13 +++++-
 fs/ext4/ext4.h    |  17 +++++++
 fs/ext4/extents.c |  35 +-------------
 fs/ext4/ialloc.c  |   2 +-
 fs/ext4/inline.c  |   3 +-
 fs/ext4/inode.c   |  54 +++++++++++++---------
 fs/ext4/mballoc.c |   4 +-
 fs/ext4/mmp.c     |   2 +-
 fs/ext4/page-io.c |   5 +-
 fs/ext4/super.c   | 159 ++++++++++++++++++++++++++++++++++++++-------------------------
 fs/ext4/xattr.c   |   1 +
 11 files changed, 168 insertions(+), 127 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-14  0:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14  0:32 [GIT PULL] ext4 changes for 3.13 Theodore Ts'o

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