Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1451933 > unrolled thread
| Started by | Christoph Hellwig <hch@infradead.org> |
|---|---|
| First post | 2016-07-28 15:40 +0200 |
| Last post | 2016-07-29 10:00 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Christoph Hellwig <hch@infradead.org> |
|---|---|
| Date | 2016-07-28 15:40 +0200 |
| Subject | [GIT PULL] freevxfs updates for 4.8 |
| Message-ID | <rZTHz-6SS-17@gated-at.bofh.it> |
Hi Linus, after many years I finally have some major freevxfs updated, thanks to Krzysztof Błaszkowski: The following changes since commit bf1bb4b460c8dc3a33793bff21464a9d816697ad: freevxfs: update Kconfig information (2016-06-13 10:20:39 +0200) 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 ----------------------------------------------------------------
[toc] | [next] | [standalone]
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Date | 2016-07-28 22:10 +0200 |
| Message-ID | <rZZN0-2Fu-21@gated-at.bofh.it> |
| In reply to | #1451933 |
On Thu, Jul 28, 2016 at 6:33 AM, Christoph Hellwig <hch@infradead.org> wrote:
>
> after many years I finally have some major freevxfs updated, thanks to
> Krzysztof Błaszkowski:
>
> The following changes since commit bf1bb4b460c8dc3a33793bff21464a9d816697ad:
>
> freevxfs: update Kconfig information (2016-06-13 10:20:39 +0200)
>
> are available in the git repository at:
>
> git://git.infradead.org/users/hch/freevxfs.git tags/freevxfs-for-4.8
I really want to see the expected diffstat too. A real full
pull-request, in other words.
I don't pull without that, because I want to not only compare what I
get with what I'm told I will get, I also simply want to have an idea
of what is going on even before pulling.
Linus
[toc] | [prev] | [next] | [standalone]
| From | Christoph Hellwig <hch@infradead.org> |
|---|---|
| Date | 2016-07-29 10:00 +0200 |
| Message-ID | <s0aS6-1HF-37@gated-at.bofh.it> |
| In reply to | #1451933 |
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(-)
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web