]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf828153d3103f24e56d60708038444678a5e1a4a
treec3ddbf0e3dc9ac7273a2cf8d639d83bdf20481d4
parent61f47c14c66ba38431ea9bb9bd7d1a80823825ae
parente67cc4419276c3b424cb02c922eb3ad418f8cfe3
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