linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: torvalds@linux-foundation.org
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] freevxfs updates for 4.8
Date: Fri, 29 Jul 2016 09:57:25 +0200	[thread overview]
Message-ID: <20160729075725.GB7979@infradead.org> (raw)
In-Reply-To: <20160728133316.GA12123@infradead.org>

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

      parent reply	other threads:[~2016-07-29  7:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160729075725.GB7979@infradead.org \
    --to=hch@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).