linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* lease and lock patches
@ 2007-07-13 23:34 J. Bruce Fields
  2007-07-18 23:22 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: J. Bruce Fields @ 2007-07-13 23:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fsdevel, Andrew Morton, switeho, Trond.Myklebust,
	Marc Eshel, richterd, Christoph Hellwig

Please pull from the 'for-linus' branch at

  git://linux-nfs.org/~bfields/linux.git for-linus

for a series of patches which add a setlease() file method.  The
longer-term goal is to allow cluster and network filesystems to give out
consistent leases when possible, in particular to allow nfsd to give out
delegations on cluster filesystems.  For now, though, we're using this
just to disallow leases selectively on certain filesystems (nfs and gfs2
for now) where they don't make sense.

Also includes some minor locks.c cleanup.

J. Bruce Fields (9):
      locks: convert an -EINVAL return to a BUG
      locks: clean up lease_alloc()
      locks: share more common lease code
      locks: rename lease functions to reflect locks.c conventions
      locks: provide a file lease method enabling cluster-coherent leases
      locks: export setlease to filesystems
      nfs: disable leases over NFS
      locks: make posix_test_lock() interface more consistent
      locks: fix vfs_test_lock() comment

Marc Eshel (1):
      gfs2: stop giving out non-cluster-coherent leases

david m. richter (1):
      leases: minor break_lease() comment clarification

 fs/gfs2/ops_file.c  |   24 +++++++++++
 fs/locks.c          |  112 ++++++++++++++++++++++++++------------------------
 fs/nfs/file.c       |   16 +++++++-
 fs/nfsd/nfs4state.c |   10 ++--
 include/linux/fs.h  |    4 +-
 5 files changed, 105 insertions(+), 61 deletions(-)

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

* Re: lease and lock patches
  2007-07-13 23:34 lease and lock patches J. Bruce Fields
@ 2007-07-18 23:22 ` J. Bruce Fields
  0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2007-07-18 23:22 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fsdevel, Andrew Morton, switeho, Trond.Myklebust,
	Marc Eshel, richterd, Christoph Hellwig

Would it still be possible to merge this for 2.6.23?  They've been
through linux-fsdevel, Christoph has taken a pass through them, and I
don't know of any unaddressed problems.

--b.

On Fri, Jul 13, 2007 at 07:34:57PM -0400, J. Bruce Fields wrote:
> Please pull from the 'for-linus' branch at
> 
>   git://linux-nfs.org/~bfields/linux.git for-linus
> 
> for a series of patches which add a setlease() file method.  The
> longer-term goal is to allow cluster and network filesystems to give out
> consistent leases when possible, in particular to allow nfsd to give out
> delegations on cluster filesystems.  For now, though, we're using this
> just to disallow leases selectively on certain filesystems (nfs and gfs2
> for now) where they don't make sense.
> 
> Also includes some minor locks.c cleanup.
> 
> J. Bruce Fields (9):
>       locks: convert an -EINVAL return to a BUG
>       locks: clean up lease_alloc()
>       locks: share more common lease code
>       locks: rename lease functions to reflect locks.c conventions
>       locks: provide a file lease method enabling cluster-coherent leases
>       locks: export setlease to filesystems
>       nfs: disable leases over NFS
>       locks: make posix_test_lock() interface more consistent
>       locks: fix vfs_test_lock() comment
> 
> Marc Eshel (1):
>       gfs2: stop giving out non-cluster-coherent leases
> 
> david m. richter (1):
>       leases: minor break_lease() comment clarification
> 
>  fs/gfs2/ops_file.c  |   24 +++++++++++
>  fs/locks.c          |  112 ++++++++++++++++++++++++++------------------------
>  fs/nfs/file.c       |   16 +++++++-
>  fs/nfsd/nfs4state.c |   10 ++--
>  include/linux/fs.h  |    4 +-
>  5 files changed, 105 insertions(+), 61 deletions(-)
> -
> 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

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

end of thread, other threads:[~2007-07-18 23:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-13 23:34 lease and lock patches J. Bruce Fields
2007-07-18 23:22 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).