All of lore.kernel.org
 help / color / mirror / Atom feed
* VFS tree for 3.17?
@ 2014-07-16 11:41 Christoph Hellwig
  2014-07-22 16:24 ` Christoph Hellwig
  0 siblings, 1 reply; 10+ messages in thread
From: Christoph Hellwig @ 2014-07-16 11:41 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-fsdevel, linux-kernel

Hi Al,

Do you plan to put a VFS tree together for 3.17?  To me the various
renameat2 bits from Miklos are something I'd really prefer to not miss,
but there might be other bits waiting for attention as well.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: VFS tree for 3.17?
  2014-07-16 11:41 VFS tree for 3.17? Christoph Hellwig
@ 2014-07-22 16:24 ` Christoph Hellwig
  2014-07-22 16:47   ` Richard Weinberger
  2014-07-24 15:30   ` Christoph Hellwig
  0 siblings, 2 replies; 10+ messages in thread
From: Christoph Hellwig @ 2014-07-22 16:24 UTC (permalink / raw)
  To: Al Viro
  Cc: linux-fsdevel, linux-kernel, Andrew Morton, Linus Torvalds,
	Stephen Rothwell, Miklos Szeredi

On Wed, Jul 16, 2014 at 04:41:36AM -0700, Christoph Hellwig wrote:
> Hi Al,
> 
> Do you plan to put a VFS tree together for 3.17?  To me the various
> renameat2 bits from Miklos are something I'd really prefer to not miss,
> but there might be other bits waiting for attention as well.

Another weeks has passed and I'd really like to make sure we don't
let the VFS leap.

I'll try to put together a tree over the next days so we can at least
get a minium amount of linux-next exposure.  Candidates are:

 - the direct-io.c warning fix from Boaz (really should 3.16 actually)
 - the unmount on symlink reference count fix
 - the rename/rename2 patches from Mikilos.  These are a bit older
   and could use a respin.

Anything else I've missed?


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: VFS tree for 3.17?
  2014-07-22 16:24 ` Christoph Hellwig
@ 2014-07-22 16:47   ` Richard Weinberger
  2014-07-24 15:30   ` Christoph Hellwig
  1 sibling, 0 replies; 10+ messages in thread
From: Richard Weinberger @ 2014-07-22 16:47 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Al Viro, linux-fsdevel, LKML, Andrew Morton, Linus Torvalds,
	Stephen Rothwell, Miklos Szeredi

On Tue, Jul 22, 2014 at 6:24 PM, Christoph Hellwig <hch@infradead.org> wrote:
> On Wed, Jul 16, 2014 at 04:41:36AM -0700, Christoph Hellwig wrote:
>> Hi Al,
>>
>> Do you plan to put a VFS tree together for 3.17?  To me the various
>> renameat2 bits from Miklos are something I'd really prefer to not miss,
>> but there might be other bits waiting for attention as well.
>
> Another weeks has passed and I'd really like to make sure we don't
> let the VFS leap.
>
> I'll try to put together a tree over the next days so we can at least
> get a minium amount of linux-next exposure.  Candidates are:
>
>  - the direct-io.c warning fix from Boaz (really should 3.16 actually)
>  - the unmount on symlink reference count fix

This fix is also stable material.
The issue as introduced in 3.12 by 8033426e6b
(vfs: allow umount to handle mountpoints without revalidating them)

>  - the rename/rename2 patches from Mikilos.  These are a bit older
>    and could use a respin.
>
> Anything else I've missed?
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: VFS tree for 3.17?
  2014-07-22 16:24 ` Christoph Hellwig
  2014-07-22 16:47   ` Richard Weinberger
@ 2014-07-24 15:30   ` Christoph Hellwig
  2014-07-24 16:35     ` Miklos Szeredi
                       ` (3 more replies)
  1 sibling, 4 replies; 10+ messages in thread
From: Christoph Hellwig @ 2014-07-24 15:30 UTC (permalink / raw)
  To: Al Viro
  Cc: linux-fsdevel, linux-kernel, Andrew Morton, Linus Torvalds,
	Stephen Rothwell, Miklos Szeredi

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.


^ 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-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 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 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
                       ` (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

end of thread, other threads:[~2014-07-30 20:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-16 11:41 VFS tree for 3.17? Christoph Hellwig
2014-07-22 16:24 ` Christoph Hellwig
2014-07-22 16:47   ` Richard Weinberger
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
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
2014-07-30 20:54       ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.