All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: trond.myklebust@fys.uio.no, dhowells@redhat.com,
	linux-fsdevel@vger.kernel.org
Subject: Re: How to handle non-local renames?
Date: Thu, 28 Sep 2006 12:21:42 +0100	[thread overview]
Message-ID: <20060928112142.GB29920@ftp.linux.org.uk> (raw)
In-Reply-To: <E1GStVl-0002cI-00@dorka.pomaz.szeredi.hu>

On Thu, Sep 28, 2006 at 12:53:01PM +0200, Miklos Szeredi wrote:
> > > > Simpler: if alias and our dentry share the parent, it's locked and
> > > > we can rename without s_vfs_rename_mutex.  If they do not, walk the
> > > > tree under alias, unhash all non-directories and kill all directories.
> > > 
> > > What do you mean by "killing directories"?  Unhashing the inode?
> > > 
> > > Are these OK, without holding i_mutex on alias and descendents?
> > 
> > Only dcache locking is needed for unhashing dentries (which is what
> > we do to non-directories).  For directories, we should silently
> > unhash inodes and make sure that all future operations on those inodes
> > would fail.  Up to filesystem how you do that.  Additionally, make
> > sure that revalidation fails on those suckers.
> 
> OK, what about operations currently in progress on those directories
> and files?  Is there no way these can cause trouble?

We need variants of d_move() and d_rehash() that do not take dcache_lock,
so that such fs would use them under dcache_lock, then check if parent
is dead and do the same kind of unhashing/killing if it is.  I.e.
pretend that we'd won the race and killer lookup came later.

  reply	other threads:[~2006-09-28 11:21 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-17 20:43 How to handle non-local renames? Miklos Szeredi
2006-09-18 16:38 ` Trond Myklebust
2006-09-18 18:00   ` Miklos Szeredi
2006-09-19  8:24   ` Miklos Szeredi
2006-09-22  0:00     ` Trond Myklebust
2006-09-22  6:22       ` Miklos Szeredi
2006-09-28 10:02         ` Al Viro
2006-09-28 10:03           ` Al Viro
2006-09-28 10:22             ` Miklos Szeredi
2006-09-28 10:16           ` Miklos Szeredi
2006-09-28 10:27             ` Al Viro
2006-09-28 10:53               ` Miklos Szeredi
2006-09-28 11:21                 ` Al Viro [this message]
2006-09-28 11:44                   ` Miklos Szeredi
2006-09-28 11:54                     ` Al Viro
2006-09-28 12:31           ` Trond Myklebust
2006-09-28 12:42             ` Al Viro
2006-09-28 12:57               ` Trond Myklebust
2006-09-28 13:15                 ` Al Viro
2006-09-28 13:31                   ` Trond Myklebust
2006-09-28 14:20                     ` Al Viro
2006-09-28 18:24                       ` Trond Myklebust
2006-09-28 20:50                         ` Randy Dunlap
2006-09-29 14:55                           ` Trond Myklebust
2006-09-29 16:03                             ` Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060928112142.GB29920@ftp.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --cc=dhowells@redhat.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --cc=trond.myklebust@fys.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.