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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html