linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] freevxfs updates for 4.8
@ 2016-07-28 13:33 Christoph Hellwig
  2016-07-28 20:03 ` Linus Torvalds
  2016-07-29  7:57 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Christoph Hellwig @ 2016-07-28 13:33 UTC (permalink / raw)
  To: torvalds; +Cc: linux-fsdevel, linux-kernel

Hi Linus,

after many years I finally have some major freevxfs updated, thanks to
Krzysztof Błaszkowski:

The following changes since commit bf1bb4b460c8dc3a33793bff21464a9d816697ad:

  freevxfs: update Kconfig information (2016-06-13 10:20:39 +0200)

are available in the git repository at:

  git://git.infradead.org/users/hch/freevxfs.git tags/freevxfs-for-4.8

for you to fetch changes up to bf1bb4b460c8dc3a33793bff21464a9d816697ad:

  freevxfs: update Kconfig information (2016-06-13 10:20:39 +0200)

----------------------------------------------------------------
freevxfs updates for 4.7:

 - support for foreign endianess and HP-UP superblocks from
   Krzysztof Błaszkowski

----------------------------------------------------------------

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

* Re: [GIT PULL] freevxfs updates for 4.8
  2016-07-28 13:33 [GIT PULL] freevxfs updates for 4.8 Christoph Hellwig
@ 2016-07-28 20:03 ` Linus Torvalds
  2016-07-29  7:57 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2016-07-28 20:03 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-fsdevel, Linux Kernel Mailing List

On Thu, Jul 28, 2016 at 6:33 AM, Christoph Hellwig <hch@infradead.org> wrote:
>
> after many years I finally have some major freevxfs updated, thanks to
> Krzysztof Błaszkowski:
>
> The following changes since commit bf1bb4b460c8dc3a33793bff21464a9d816697ad:
>
>   freevxfs: update Kconfig information (2016-06-13 10:20:39 +0200)
>
> are available in the git repository at:
>
>   git://git.infradead.org/users/hch/freevxfs.git tags/freevxfs-for-4.8

I really want to see the expected diffstat too. A real full
pull-request, in other words.

I don't pull without that, because I want to not only compare what I
get with what I'm told I will get, I also simply want to have an idea
of what is going on even before pulling.

                          Linus

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

* [GIT PULL] freevxfs updates for 4.8
  2016-07-28 13:33 [GIT PULL] freevxfs updates for 4.8 Christoph Hellwig
  2016-07-28 20:03 ` Linus Torvalds
@ 2016-07-29  7:57 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2016-07-29  7:57 UTC (permalink / raw)
  To: torvalds; +Cc: linux-fsdevel, linux-kernel

Hi Linus,

after many years I finally have some major freevxfs updated, thanks to
Krzysztof Błaszkowski:

The following changes since commit 6b15d6650c5301ce023d8df0cc3a60b1a76d377e:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-05-31 22:28:28 -0700)

are available in the git repository at:

  git://git.infradead.org/users/hch/freevxfs.git tags/freevxfs-for-4.8

for you to fetch changes up to bf1bb4b460c8dc3a33793bff21464a9d816697ad:

  freevxfs: update Kconfig information (2016-06-13 10:20:39 +0200)

----------------------------------------------------------------
freevxfs updates for 4.7:

 - support for foreign endianess and HP-UP superblocks from
   Krzysztof Błaszkowski

----------------------------------------------------------------
Christoph Hellwig (2):
      freevxfs: avoid the need for forward declaring the super operations
      freevxfs: implement ->alloc_inode and ->destroy_inode

Krzysztof Błaszkowski (8):
      freevxfs: handle big endian HP-UX file systems
      freevxfs: remove vxfs_put_fake_inode
      freevxfs: move VFS inode allocation into vxfs_blkiget and vxfs_stiget
      freevxfs: update documentation and cresdits for HP-UX support
      freevxfs: fix memory leak in vxfs_read_fshead()
      freevxfs: fix lack of inode initialization
      freevxfs: refactor readdir and lookup code
      freevxfs: update Kconfig information

 fs/freevxfs/Kconfig       |  13 ++-
 fs/freevxfs/vxfs.h        | 185 +++++++++++++++++---------------
 fs/freevxfs/vxfs_bmap.c   |  70 +++++++-----
 fs/freevxfs/vxfs_dir.h    |  17 +--
 fs/freevxfs/vxfs_extern.h |  10 +-
 fs/freevxfs/vxfs_fshead.c |  37 +++----
 fs/freevxfs/vxfs_fshead.h |  29 ++---
 fs/freevxfs/vxfs_inode.c  | 265 +++++++++++++++++++++-------------------------
 fs/freevxfs/vxfs_inode.h  | 146 +++++++++++++------------
 fs/freevxfs/vxfs_lookup.c | 226 +++++++++++++++++++--------------------
 fs/freevxfs/vxfs_olt.c    |  15 ++-
 fs/freevxfs/vxfs_olt.h    |  70 ++++++------
 fs/freevxfs/vxfs_super.c  | 162 +++++++++++++++++++---------
 13 files changed, 661 insertions(+), 584 deletions(-)

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

end of thread, other threads:[~2016-07-29  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-28 13:33 [GIT PULL] freevxfs updates for 4.8 Christoph Hellwig
2016-07-28 20:03 ` Linus Torvalds
2016-07-29  7:57 ` Christoph Hellwig

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