Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Jul 2016 18:56:29 +0000 (11:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Jul 2016 18:56:29 +0000 (11:56 -0700)
commit0a7736d03720a450727c6ab906e13b60d4d34e42
treec3ddbf0e3dc9ac7273a2cf8d639d83bdf20481d4
parenta54809f1167243d909b2c63fcd51e1d648deeb01
parentbf1bb4b460c8dc3a33793bff21464a9d816697ad
Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfs

Pull freevxfs updates from Christoph Hellwig:
 "Support for foreign endianess and HP-UP superblocks from
  Krzysztof Błaszkowski"

* tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfs:
  freevxfs: update Kconfig information
  freevxfs: refactor readdir and lookup code
  freevxfs: fix lack of inode initialization
  freevxfs: fix memory leak in vxfs_read_fshead()
  freevxfs: update documentation and cresdits for HP-UX support
  freevxfs: implement ->alloc_inode and ->destroy_inode
  freevxfs: avoid the need for forward declaring the super operations
  freevxfs: move VFS inode allocation into vxfs_blkiget and vxfs_stiget
  freevxfs: remove vxfs_put_fake_inode
  freevxfs: handle big endian HP-UX file systems