All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ext4 updates for 3.3
@ 2012-01-10 20:52 Theodore Ts'o
  2012-01-10 23:15 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Theodore Ts'o @ 2012-01-10 20:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

Hi Linus,

There is a signed tag ext4_for_linus covering these commits.  In
addition, there is merge conflict resolution in the branch
for_linus_merge covering a relatively simple fixup needed in
fs/ext4/ioctl.c.

Thanks!!

                                                - Ted

The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:

  Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus

Akinobu Mita (1):
      ext4: use proper little-endian bitops

Ben Hutchings (1):
      ext4: Report max_batch_time option correctly

Curt Wohlgemuth (1):
      ext4: remove unused local variable

Djalal Harouni (2):
      ext4: add missing ext4_resize_end on error paths
      ext4: make local symbol ext4_initxattrs static

Eric Sandeen (1):
      ext4: make more symbols static

Jan Kara (2):
      ext4: fix error handling on inode bitmap corruption
      jbd2: fix hung processes in jbd2_journal_lock_updates()

Robin Dong (1):
      ext4: optimize ext4_find_delalloc_range() in nodelalloc mode

Theodore Ts'o (3):
      ext4: remove unneeded file_remove_suid() from ext4_ioctl()
      ext4: avoid counting the number of free inodes twice in find_group_orlov()
      ext4: reserve new feature flag codepoints

Xi Wang (1):
      ext4: fix undefined behavior in ext4_fill_flex_info()

Yongqiang Yang (16):
      ext4: do not reference pa_inode from group_pa
      ext4: allocate delalloc blocks before changing journal mode
      ext4: flush journal when switching from data=journal mode
      jbd2: clear revoked flag on buffers before a new transaction started
      ext4: add a function which extends a group without checking parameters
      ext4: add a function which adds a new group descriptors to a fs
      ext4: add a structure which will be used by 64bit-resize interface
      ext4: add a function which sets up group blocks of a flex bg
      ext4: add a function which sets up a block group descriptors of a flex bg
      ext4: add a function which updates the super block during online resizing
      ext4: pass verify_reserved_gdb() the number of group decriptors
      ext4: add a new function which allocates bitmaps and inode tables
      ext4: add a new function which adds a flex group to a fs
      ext4: add new online resize interface
      ext4: let ext4_group_extend() use common code
      ext4: let ext4_group_add() use common code

Zheng Liu (3):
      ext4: add missing space to ext4_msg output in ext4_fill_super()
      ext4: add missing spaces to debugging printk's
      ext4: remove no longer used functions in inode.c

 Documentation/filesystems/ext4.txt |    7 +
 fs/ext4/balloc.c                   |    4 +-
 fs/ext4/ext4.h                     |   29 +-
 fs/ext4/extents.c                  |   10 +-
 fs/ext4/ialloc.c                   |   18 +-
 fs/ext4/inode.c                    |  143 +----
 fs/ext4/ioctl.c                    |   87 +++-
 fs/ext4/mballoc.c                  |    2 +-
 fs/ext4/resize.c                   | 1175 +++++++++++++++++++++++++++---------
 fs/ext4/super.c                    |   11 +-
 fs/ext4/xattr_security.c           |    5 +-
 fs/jbd2/commit.c                   |    6 +
 fs/jbd2/revoke.c                   |   34 +
 fs/jbd2/transaction.c              |    5 +-
 include/linux/jbd2.h               |    1 +
 include/trace/events/ext4.h        |    6 +-
 16 files changed, 1080 insertions(+), 463 deletions(-)

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

* Re: [GIT PULL] ext4 updates for 3.3
  2012-01-10 20:52 [GIT PULL] ext4 updates for 3.3 Theodore Ts'o
@ 2012-01-10 23:15 ` Linus Torvalds
  2012-01-10 23:42   ` Ted Ts'o
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2012-01-10 23:15 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: linux-ext4, linux-kernel

On Tue, Jan 10, 2012 at 12:52 PM, Theodore Ts'o <tytso@mit.edu> wrote:
>
> There is a signed tag ext4_for_linus covering these commits.

I'm not seeing any such tag. Forgot to push out?

                        Linus

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

* Re: [GIT PULL] ext4 updates for 3.3
  2012-01-10 23:15 ` Linus Torvalds
@ 2012-01-10 23:42   ` Ted Ts'o
  2012-01-10 23:54     ` NeilBrown
  0 siblings, 1 reply; 4+ messages in thread
From: Ted Ts'o @ 2012-01-10 23:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-ext4, linux-kernel

On Tue, Jan 10, 2012 at 03:15:53PM -0800, Linus Torvalds wrote:
> On Tue, Jan 10, 2012 at 12:52 PM, Theodore Ts'o <tytso@mit.edu> wrote:
> >
> > There is a signed tag ext4_for_linus covering these commits.
> 
> I'm not seeing any such tag. Forgot to push out?

Argh, I always forget to do "git push --tags".  Pushed now...

      	       	      	    - Ted

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

* Re: [GIT PULL] ext4 updates for 3.3
  2012-01-10 23:42   ` Ted Ts'o
@ 2012-01-10 23:54     ` NeilBrown
  0 siblings, 0 replies; 4+ messages in thread
From: NeilBrown @ 2012-01-10 23:54 UTC (permalink / raw)
  To: Ted Ts'o; +Cc: Linus Torvalds, linux-ext4, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

On Tue, 10 Jan 2012 18:42:50 -0500 Ted Ts'o <tytso@mit.edu> wrote:

> On Tue, Jan 10, 2012 at 03:15:53PM -0800, Linus Torvalds wrote:
> > On Tue, Jan 10, 2012 at 12:52 PM, Theodore Ts'o <tytso@mit.edu> wrote:
> > >
> > > There is a signed tag ext4_for_linus covering these commits.
> > 
> > I'm not seeing any such tag. Forgot to push out?
> 
> Argh, I always forget to do "git push --tags".  Pushed now...
> 

I always
   git push $name-of-tag
and then
   git request-pull ....

and make sure it mentions the right tag.  If 'request-pull' can see it, then
I can be sure that Linus can.

NeilBrown


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

end of thread, other threads:[~2012-01-10 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-10 20:52 [GIT PULL] ext4 updates for 3.3 Theodore Ts'o
2012-01-10 23:15 ` Linus Torvalds
2012-01-10 23:42   ` Ted Ts'o
2012-01-10 23:54     ` NeilBrown

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.