login
Header Space

 
 

Mailing list archives

Search results

Found 283 matching messages (0.006 seconds). Page 1 of 15.

nfs locking for cluster filesystems

... a call to the routine in the fl_grant field of the lock_manager_operations struct. This differs ... @netapp.com>" commit c2fa1b8a6c059dd08a802545fed3badc8df2adc1 Author: J. Bruce Fields Date: Tue Feb 20 16:10:11 ...

linux-fsdevel - J. Bruce Fields - May 7 2007 - 11:25

Re: [PATCH 6/6] nfs: disable leases over NFS

... > On Thu, Jul 05, 2007 at 11:41:00AM -0400, J. Bruce Fields wrote: > > OK, after looking at ... of use. (Untested.) --b. From: J. Bruce Fields ... be allowed. Signed-off-by: "J. Bruce Fields" --- ...

linux-fsdevel - J. Bruce Fields - Jul 11 2007 - 19:10

Re: [RFC, PATCH] locks: remove posix deadlock detection

... Oct 2007 13:43:21 -0400 > "J. Bruce Fields" wrote: > ... > > From: J. Bruce Fields > > > > We currently attempt to ... deadlock detection. > > > > Signed-off-by: J. Bruce Fields > ...

linux-fsdevel - J. Bruce Fields - Oct 30 2007 - 11:51

Re: [patch 2/4] Configure out file locking features

... -08-04 at 14:25 -0400, J. Bruce Fields wrote: > > On Mon, Aug 04, ... :51AM -0700, Tim Bird wrote: > > > J. Bruce Fields wrote: > > > > On Mon, Aug 04, 2008 at 03:52:37PM + ... Aug 2008 12:38:48 -0400, > > > >> "J. Bruce Fields" a écrit ...

linux-fsdevel - J. Bruce Fields - Aug 4 2008 - 15:42

[PATCH 8/10] lockd: always preallocate block in nlmsvc_lock()

From: J. Bruce Fields Normally we could skip ever having to ... Signed-off-by: J. Bruce Fields --- fs/lockd/svclock.c | 34 +++++++++++----------------------- 1 files changed, 11 ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 2/10] nfsd4: Convert NFSv4 to new lock interface

From: J. Bruce Fields Convert NFSv4 to the new lock interface. We ... cluster-coherent locking to NFS. Signed-off-by: J. Bruce Fields --- fs/nfsd/nfs4state.c | 15 ++++++++------- 1 files changed, 8 ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 10/10] gfs2: nfs lock support for gfs2

From: J. Bruce Fields From: Marc Eshel ... to GFS2. (Untested.) Signed-off-by: J. Bruce Fields --- fs/gfs2/lm.c | 10 ++++ fs/gfs2/lm.h | ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 2/10] nfsd4: Convert NFSv4 to new lock interface

From: J. Bruce Fields Convert NFSv4 to the new lock interface. We ... cluster-coherent locking to NFS. Signed-off-by: J. Bruce Fields --- fs/nfsd/nfs4state.c | 15 ++++++++------- 1 files changed, 8 ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 8/10] lockd: always preallocate block in nlmsvc_lock()

From: J. Bruce Fields Normally we could skip ever having to ... Signed-off-by: J. Bruce Fields --- fs/lockd/svclock.c | 34 +++++++++++----------------------- 1 files changed, 11 ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 4/10] locks: add fl_notify arguments

From: J. Bruce Fields We're using fl_notify to asynchronously return the result of a lock request ... error. (Also ignored for now.) Signed-off-by: J. Bruce Fields --- fs/lockd/svclock.c ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 4/10] locks: add fl_notify arguments

From: J. Bruce Fields We're using fl_notify to asynchronously return the result of a lock request ... error. (Also ignored for now.) Signed-off-by: J. Bruce Fields --- fs/lockd/svclock.c ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 10/10] gfs2: nfs lock support for gfs2

From: J. Bruce Fields From: Marc Eshel ... to GFS2. (Untested.) Signed-off-by: J. Bruce Fields --- fs/gfs2/lm.c | 10 ++++ fs/gfs2/lm.h | ...

linux-fsdevel - J. Bruce Fields - Dec 6 2006 - 01:34

[PATCH 2/14] locks: factor out generic/filesystem switch from test_lock

From: J. Bruce Fields - unquoted Factor out the code that switches between generic and ... the use of lockd and nfsd. Signed-off-by: "J. Bruce Fields" --- fs/locks.c | ...

linux-fsdevel - J. Bruce Fields - Feb 3 2007 - 01:33

[PATCH 2/14] locks: factor out generic/filesystem switch from test_lock

From: J. Bruce Fields - unquoted Factor out the code that switches between generic and ... the use of lockd and nfsd. Signed-off-by: "J. Bruce Fields" --- fs/locks.c | ...

linux-fsdevel - J. Bruce Fields - Feb 3 2007 - 01:33

Re: [NFS] [PATCH 2/14] locks: factor out generic/filesystem switch from test_lock

... , Trond Myklebust wrote: > On Sat, 2007-02-03 at 00:33 -0500, J. Bruce Fields wrote: > > From: J. Bruce Fields - unquoted > > +int vfs_test_lock(struct file *filp, struct file_lock *fl, struct ...

linux-fsdevel - J. Bruce Fields - Feb 3 2007 - 21:52

[PATCH 3/17] locks: make ->lock release private data before returning in GETLK case

From: J. Bruce Fields - unquoted The file_lock argument to ->lock is used to ... for it in this case. Signed-off-by: "J. Bruce Fields" --- fs/locks.c | 4 ---- fs/nfs/nfs4proc.c | 2 ++ ...

linux-fsdevel - J. Bruce Fields - Apr 5 2007 - 19:40

[PATCH 1/17] locks: trivial removal of unnecessary parentheses

From: J. Bruce Fields - unquoted Remove some unnecessary parentheses. Signed-off-by: "J. Bruce Fields" --- fs/locks.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ...

linux-fsdevel - J. Bruce Fields - Apr 5 2007 - 19:40

[PATCH 5/17] locks: factor out generic/filesystem switch from test_lock

From: J. Bruce Fields - unquoted Factor out the code that switches between generic and filesystem- ... for the use of lockd and nfsd. Signed-off-by: "J. Bruce Fields" --- fs/locks.c | ...

linux-fsdevel - J. Bruce Fields - Apr 5 2007 - 19:40

[PATCH 2/17] locks: create posix-to-flock helper functions

From: J. Bruce Fields - unquoted Factor out a bit of messy code ... existing flock-to-posix helper functions. Cc: Christoph Hellwig Signed-off-by: "J. Bruce Fields" --- fs/locks.c ...

linux-fsdevel - J. Bruce Fields - Apr 5 2007 - 19:40

Re: [PATCH 1/17] locks: trivial removal of unnecessary parentheses

... On Thu, 5 Apr 2007 19:40:51 -0400 "J. Bruce Fields" wrote: > > > > From: J. Bruce Fields - unquoted > > > > Remove some unnecessary parentheses. > > Please don't do this. ...

linux-fsdevel - J. Bruce Fields - Apr 8 2007 - 14:37

speck-geostationary