Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1452298
| From | Christoph Hellwig <hch@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] freevxfs updates for 4.8 |
| Date | 2016-07-29 10:00 +0200 |
| Message-ID | <s0aS6-1HF-37@gated-at.bofh.it> (permalink) |
| References | <rZTHz-6SS-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[GIT PULL] freevxfs updates for 4.8 Christoph Hellwig <hch@infradead.org> - 2016-07-28 15:40 +0200 Re: [GIT PULL] freevxfs updates for 4.8 Linus Torvalds <torvalds@linux-foundation.org> - 2016-07-28 22:10 +0200 [GIT PULL] freevxfs updates for 4.8 Christoph Hellwig <hch@infradead.org> - 2016-07-29 10:00 +0200
csiph-web