* Re: VFS tree for 3.17?
2014-07-24 15:30 ` Christoph Hellwig
@ 2014-07-24 16:35 ` Miklos Szeredi
2014-07-26 15:03 ` Christoph Hellwig
2014-07-24 23:18 ` Stephen Rothwell
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Miklos Szeredi @ 2014-07-24 16:35 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Al Viro, Linux-Fsdevel, Kernel Mailing List, Andrew Morton,
Linus Torvalds, Stephen Rothwell, linux-unionfs
On Thu, Jul 24, 2014 at 5:30 PM, Christoph Hellwig <hch@infradead.org> wrote:
> If there's anything else for 3.17 please send it my way.
(linux-unionfs CC-d)
overlayfs? I think it's mature enough, but I thought that a year ago,
and there's been a format change since then... So how do people feel?
Thanks,
Miklos
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: VFS tree for 3.17?
2014-07-24 16:35 ` Miklos Szeredi
@ 2014-07-26 15:03 ` Christoph Hellwig
0 siblings, 0 replies; 10+ messages in thread
From: Christoph Hellwig @ 2014-07-26 15:03 UTC (permalink / raw)
To: Miklos Szeredi
Cc: Christoph Hellwig, Al Viro, Linux-Fsdevel, Kernel Mailing List,
Andrew Morton, Linus Torvalds, Stephen Rothwell, linux-unionfs
On Thu, Jul 24, 2014 at 06:35:24PM +0200, Miklos Szeredi wrote:
> overlayfs? I think it's mature enough, but I thought that a year ago,
> and there's been a format change since then... So how do people feel?
Even if I had reviewed it recently I wouldn't pull in something that
large without wainting for Al to reappear.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: VFS tree for 3.17?
2014-07-24 15:30 ` Christoph Hellwig
2014-07-24 16:35 ` Miklos Szeredi
@ 2014-07-24 23:18 ` Stephen Rothwell
2014-07-26 15:02 ` [GIT PULL] VFS fixes for 3.16 Christoph Hellwig
2014-07-30 17:20 ` VFS tree for 3.17? J. Bruce Fields
3 siblings, 0 replies; 10+ messages in thread
From: Stephen Rothwell @ 2014-07-24 23:18 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Al Viro, linux-fsdevel, linux-kernel, Andrew Morton,
Linus Torvalds, Miklos Szeredi
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
Hi Christoph,
On Thu, 24 Jul 2014 08:30:57 -0700 Christoph Hellwig <hch@infradead.org> wrote:
>
> I've pushed out the current queue to:
>
> git://git.infradead.org/users/hch/vfs.git vfs-for-3.17
>
> Stephen, can you include this in linux-next for testing? I plan to
> send the first two patches to Linus on Saturday as they seems worth
> to fix for this release still, between a user triggered refcount one off
> and a fix for a just introduced warning.
Added from today (called "hch-vfs").
Thanks for adding your subsystem tree as a participant of linux-next. As
you may know, this is not a judgment of your code. The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window.
You will need to ensure that the patches/commits in your tree/series have
been:
* submitted under GPL v2 (or later) and include the Contributor's
Signed-off-by,
* posted to the relevant mailing list,
* reviewed by you (or another maintainer of your subsystem tree),
* successfully unit tested, and
* destined for the current or next Linux merge window.
Basically, this should be just what you would send to Linus (or ask him
to fetch). It is allowed to be rebased if you deem it necessary.
--
Cheers,
Stephen Rothwell
sfr@canb.auug.org.au
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] VFS fixes for 3.16
2014-07-24 15:30 ` Christoph Hellwig
2014-07-24 16:35 ` Miklos Szeredi
2014-07-24 23:18 ` Stephen Rothwell
@ 2014-07-26 15:02 ` Christoph Hellwig
2014-07-30 17:20 ` VFS tree for 3.17? J. Bruce Fields
3 siblings, 0 replies; 10+ messages in thread
From: Christoph Hellwig @ 2014-07-26 15:02 UTC (permalink / raw)
To: Linus Torvalds, Al Viro; +Cc: linux-fsdevel, linux-kernel
Hi Linus,
here's a userspace triggered vfsmount leak fix, and a compile warning
fix for 3.16:
The following changes since commit 82e13c71bc655b6dc7110da4e164079dadb44892:
Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux (2014-07-23 17:55:11 -0700)
are available in the git repository at:
git://git.infradead.org/users/hch/vfs.git vfs-for-3.16
for you to fetch changes up to 295dc39d941dc2ae53d5c170365af4c9d5c16212:
fs: umount on symlink leaks mnt count (2014-07-24 06:18:12 -0400)
----------------------------------------------------------------
Boaz Harrosh (1):
direct-io: fix uninitialized warning in do_direct_IO()
Vasily Averin (1):
fs: umount on symlink leaks mnt count
fs/direct-io.c | 14 +++++++-------
fs/namei.c | 3 ++-
2 files changed, 9 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: VFS tree for 3.17?
2014-07-24 15:30 ` Christoph Hellwig
` (2 preceding siblings ...)
2014-07-26 15:02 ` [GIT PULL] VFS fixes for 3.16 Christoph Hellwig
@ 2014-07-30 17:20 ` J. Bruce Fields
2014-07-30 20:54 ` Christoph Hellwig
3 siblings, 1 reply; 10+ messages in thread
From: J. Bruce Fields @ 2014-07-30 17:20 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Al Viro, linux-fsdevel, linux-kernel, Andrew Morton,
Linus Torvalds, Stephen Rothwell, Miklos Szeredi
On Thu, Jul 24, 2014 at 08:30:57AM -0700, Christoph Hellwig wrote:
> I've pushed out the current queue to:
>
> git://git.infradead.org/users/hch/vfs.git vfs-for-3.17
>
> Stephen, can you include this in linux-next for testing? I plan to
> send the first two patches to Linus on Saturday as they seems worth
> to fix for this release still, between a user triggered refcount one off
> and a fix for a just introduced warning.
>
> If there's anything else for 3.17 please send it my way.
There's these fixes to d_splice_alias and related code:
git://linux-nfs.org/~bfields/linux-topics.git for-viro
(last posted in June).
The project isn't really finished but I think those patches are
justifiable on their own.
Happy to repost.
--b.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: VFS tree for 3.17?
2014-07-30 17:20 ` VFS tree for 3.17? J. Bruce Fields
@ 2014-07-30 20:54 ` Christoph Hellwig
0 siblings, 0 replies; 10+ messages in thread
From: Christoph Hellwig @ 2014-07-30 20:54 UTC (permalink / raw)
To: J. Bruce Fields
Cc: Al Viro, linux-fsdevel, linux-kernel, Andrew Morton,
Linus Torvalds, Stephen Rothwell, Miklos Szeredi
On Wed, Jul 30, 2014 at 01:20:09PM -0400, J. Bruce Fields wrote:
> There's these fixes to d_splice_alias and related code:
>
> git://linux-nfs.org/~bfields/linux-topics.git for-viro
>
> (last posted in June).
>
> The project isn't really finished but I think those patches are
> justifiable on their own.
I've pulled in all the actual code changes. I've skipped the export
change as I'm not going to pull in anything to make life easier for
leacher and cheaters.
^ permalink raw reply [flat|nested] 10+ messages in thread