linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext4 update for 3.0
@ 2011-06-20 16:54 Theodore Ts'o
  2011-06-21  3:08 ` Linus Torvalds
  2011-07-07  8:51 ` Maxim Patlasov
  0 siblings, 2 replies; 4+ messages in thread
From: Theodore Ts'o @ 2011-06-20 16:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

Hi Linus,

Please pull from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus

to grab bug fixes needed for 3.0.

Thanks!!

					- Ted

Jan Kara (1):
      jbd2: Fix oops in jbd2_journal_remove_journal_head()

Lukas Czerner (3):
      ext4: Fix max file size and logical block counting of extent format file
      ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap
      ext4: fixed tracepoints cleanup

Tao Ma (1):
      jbd2: Remove obsolete parameters in the comments for some jbd2 functions

Yongqiang Yang (1):
      ext4: correct comments for ext4_free_blocks()

 fs/ext4/ext4_extents.h      |    9 ++-
 fs/ext4/extents.c           |   42 +++++-----
 fs/ext4/inode.c             |    2 +-
 fs/ext4/mballoc.c           |    8 +-
 fs/ext4/move_extent.c       |   10 +-
 fs/ext4/super.c             |   15 +++-
 fs/jbd2/checkpoint.c        |   28 ++++---
 fs/jbd2/commit.c            |   33 +++++----
 fs/jbd2/journal.c           |   91 +++++++---------------
 fs/jbd2/transaction.c       |   69 +++++++++--------
 include/linux/jbd2.h        |    2 -
 include/trace/events/ext4.h |  179 ++++++++++++++++++-------------------------
 12 files changed, 223 insertions(+), 265 deletions(-)

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

* Re: [GIT PULL] ext4 update for 3.0
  2011-06-20 16:54 [GIT PULL] ext4 update for 3.0 Theodore Ts'o
@ 2011-06-21  3:08 ` Linus Torvalds
  2011-06-21 13:29   ` Ted Ts'o
  2011-07-07  8:51 ` Maxim Patlasov
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2011-06-21  3:08 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: linux-ext4, linux-kernel

On Mon, Jun 20, 2011 at 9:54 AM, Theodore Ts'o <tytso@mit.edu> wrote:
>
> Please pull from:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus
>
> to grab bug fixes needed for 3.0.

There's nothing there. Forgot to push?

           Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [GIT PULL] ext4 update for 3.0
  2011-06-21  3:08 ` Linus Torvalds
@ 2011-06-21 13:29   ` Ted Ts'o
  0 siblings, 0 replies; 4+ messages in thread
From: Ted Ts'o @ 2011-06-21 13:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

On Mon, Jun 20, 2011 at 08:08:36PM -0700, Linus Torvalds wrote:
> On Mon, Jun 20, 2011 at 9:54 AM, Theodore Ts'o <tytso@mit.edu> wrote:
> >
> > Please pull from:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus
> >
> > to grab bug fixes needed for 3.0.
> 
> There's nothing there. Forgot to push?

Oops, argh.   Pushed.  Could you retry the pull?

Thanks,

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [GIT PULL] ext4 update for 3.0
  2011-06-20 16:54 [GIT PULL] ext4 update for 3.0 Theodore Ts'o
  2011-06-21  3:08 ` Linus Torvalds
@ 2011-07-07  8:51 ` Maxim Patlasov
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Patlasov @ 2011-07-07  8:51 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: linux-ext4, linux-kernel

Hi Ted,

> Yongqiang Yang (1):
>      ext4: correct comments for ext4_free_blocks()

Any ideas why the patch fixing accounting of i_blocks in
ext4_free_blocks() didn't come to this set of changes?

The problem was that ext4_free_blocks() calls dquot_free_block() that,
in turn, calls inode_sub_bytes() decrementing i_blocks. This works
fine in most cases but the one: ext4_ext_map_blocks() might call
ext4_free_blocks (if ext4_ext_insert_extent failed) when allocated
blocks were only reserved, i.e. not accounted in i_blocks yet.

I recently re-run a simple test reproducing the problem and found out
that Linus' 3.0.0-rc6 is still affected by this problem. Does it make
sense to resend that patch to you?

Thanks,
Maxim
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-07-07  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20 16:54 [GIT PULL] ext4 update for 3.0 Theodore Ts'o
2011-06-21  3:08 ` Linus Torvalds
2011-06-21 13:29   ` Ted Ts'o
2011-07-07  8:51 ` Maxim Patlasov

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