Found 49 matching messages (0.017 seconds). Page 1 of 3.
- Re: [patch] nfsd: rename MAY_ flags
... you please take care of this patch for 2.6.27?
Yep, ... - S_IFREG, MAY_LOCK))) {
> + S_IFREG, NFSD_MAY_LOCK))) {
> dprintk("NFSD: nfsd4_lock: permission denied!\n");
> return ... > return 0;
> #if 0
> dprintk("nfsd: permission 0x%x%s%s%s ...
linux-fsdevel - J. Bruce Fields - Jun 16 2008 - 13:20
- Re: [patch] nfsd: rename MAY_ flags
... you please take care of this patch for 2.6.27?
Yep, ... - S_IFREG, MAY_LOCK))) {
> + S_IFREG, NFSD_MAY_LOCK))) {
> dprintk("NFSD: nfsd4_lock: permission denied!\n");
> return ... > return 0;
> #if 0
> dprintk("nfsd: permission 0x%x%s%s%s ...
linux-kernel - J. Bruce Fields - Jun 16 2008 - 13:20
- [PATCH] nfsd: fail module init on reply cache init failure
... ;
- if (!hash_list) {
- nfsd_cache_shutdown();
- printk (KERN_ERR "nfsd: cannot allocate %Zd bytes for hash ... ;
nfsd_export_init(); /* Exports table */
nfsd_lockd_init(); /* lockd->nfsd callbacks */
nfsd_idmap_init(); /* Name to ID mapping ...
linux-nfs - J. Bruce Fields - Nov 15 2007 - 17:56
- Re: [NFS] [PATCH] nfsd: fail module init on reply cache init failure
... > - if (!hash_list) {
> - nfsd_cache_shutdown();
> - printk (KERN_ERR "nfsd: cannot allocate %Zd bytes for hash ... > nfsd_export_init(); /* Exports table */
> nfsd_lockd_init(); /* lockd->nfsd callbacks */
> nfsd_idmap_init(); /* Name to ID ...
linux-nfs - Peter Staubach - Nov 16 2007 - 10:29
- [PATCH] nfsd: Fix compatibility issue with AIX client using READDIR when directory contains a sub-mounted filesystem
...
attributes are requested.
The following patch implements bypassing cross_mnt() if only
... /nfs4xdr.c | 27 ++++++++++++++++++++++-----
include/linux/nfsd/xdr4.h | 4 +++-
3 files ... ;
diff --git a/include/linux/nfsd/xdr4.h b/include/linux/ ...
linux-nfs - Frank Filz - Nov 26 2007 - 17:19
- Re: [PATCH] nfsd: Fix compatibility issue with AIX client using READDIR when directory contains a sub-mounted filesystem
... attributes are requested.
>
> The following patch implements bypassing cross_mnt() if only
... nfs4xdr.c | 27 ++++++++++++++++++++++-----
> include/linux/nfsd/xdr4.h | 4 +++-
> 3 files ... diff --git a/include/linux/nfsd/xdr4.h b/include/linux ...
linux-nfs - J. Bruce Fields - Nov 26 2007 - 18:28
- Re: [PATCH] nfsd: Fix compatibility issue with AIX client using READDIR when directory contains a sub-mounted filesystem
... .
Ok, here's an updated patch removing the #defines. I did ...
attributes are requested.
The following patch implements bypassing cross_mnt() if only
... /nfs4xdr.c | 27 ++++++++++++++++++++++-----
include/linux/nfsd/xdr4.h | 2 +-
3 files ...
linux-nfs - Frank Filz - Nov 27 2007 - 15:34
- Re: [PATCH] nfsd/nfs4acl: Number of used used array elements needs to be zeroed.
... by: Jiri Pirko
>> ---
>> fs/nfsd/nfs4acl.c | 2 ++
>> 1 files changed, 2 ... .c
>> index 54b8b41..7dcd90f 100644
>> --- a/fs/nfsd/nfs4acl.c
>> +++ b/fs/nfsd/ ... .c
index b6ed383..54b8b41 100644
--- a/fs/nfsd/nfs4acl.c
+++ b/fs/nfsd/ ...
linux-kernel - Benny Halevy - Sep 4 2008 - 12:40
- Re: [PATCH] nfsd/nfs4acl: Number of used used array elements needs to be zeroed.
... Jiri Pirko
> >> ---
> >> fs/nfsd/nfs4acl.c | 2 ++
> >> 1 files changed ... >> index 54b8b41..7dcd90f 100644
> >> --- a/fs/nfsd/nfs4acl.c
> >> +++ b/fs/nfsd ... > index b6ed383..54b8b41 100644
> --- a/fs/nfsd/nfs4acl.c
> +++ b/fs/nfsd ...
linux-kernel - J. Bruce Fields - Sep 4 2008 - 12:51
- Re: [PATCH] nfsd/nfs4acl: Number of used used array elements needs to be zeroed.
... by: Jiri Pirko
> >> ---
> >> fs/nfsd/nfs4acl.c | 2 ++
> >> 1 files changed, ... > >> index 54b8b41..7dcd90f 100644
> >> --- a/fs/nfsd/nfs4acl.c
> >> +++ b/fs/nfsd/ ... this is covered in one
of the patches that bruce sent out in the ...
linux-kernel - david m. richter - Sep 4 2008 - 12:47
- [PATCH] NFSD: fix uninitialized variable
...
complains about a real bug:
fs/nfsd/nfs4acl.c: In function ‘_posix_to_nfsv4_one’:
fs/ ... be used uninitialized in this function
fs/nfsd/nfs4acl.c:227: warning: ‘pas.group’ ... used uninitialized in this function
fs/nfsd/nfs4acl.c:227: warning: ‘pas.other’ ...
linux-kernel - Jeff Garzik - May 27 2007 - 06:34
- [PATCH] nfsd: fail init on /proc/fs/nfs/exports creation failure
...
---
fs/nfsd/nfsctl.c | 37 ++++++++++++++++++++++++++++---------
1 files changed, ... )
nfsd_export_init(); /* Exports table */
nfsd_lockd_init(); /* lockd->nfsd callbacks */
nfsd_idmap_init(); /* Name to ID mapping ...
linux-nfs - J. Bruce Fields - Nov 15 2007 - 17:57
- [PATCH] nfsd: cleanup nfsd module initialization cleanup
... Fields
---
fs/nfsd/nfsctl.c | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/ ... .c
index d8d50a7..ecf3779 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/ ...
linux-nfs - J. Bruce Fields - Nov 15 2007 - 17:56
- [PATCH] nfsd: fix oops on access from high-numbered ports
... here is not straightforward; a later patch will
clean up fh_verify().
Thanks to ... Hejtmanek
---
fs/nfsd/nfsfh.c | 4 ++--
1 files changed ... , int type, int access)
dprintk("nfsd: fh_verify - just checking\n");
dentry = ...
linux-kernel - J. Bruce Fields - Mar 14 2008 - 19:37
- [PATCH] nfsd: fix oops on access from high-numbered ports
... here is not straightforward; a later patch will
clean up fh_verify().
Thanks to ... Hejtmanek
---
fs/nfsd/nfsfh.c | 4 ++--
1 files changed ... , int type, int access)
dprintk("nfsd: fh_verify - just checking\n");
dentry = ...
linux-fsdevel - J. Bruce Fields - Mar 14 2008 - 19:37
- [patch] nfsd: clean up mnt_want_write calls
... Hellwig
---
fs/nfsd/vfs.c | 25 +++++++++++--------------
1 file ...
Index: linux-2.6/fs/nfsd/vfs.c
===================================================================
--- linux-2.6. ... +0200
+++ linux-2.6/fs/nfsd/vfs.c 2008-06-13 ...
linux-kernel - Miklos Szeredi - Jul 1 2008 - 09:38
- [patch] nfsd: clean up mnt_want_write calls
... Hellwig
---
fs/nfsd/vfs.c | 25 +++++++++++--------------
1 file ...
Index: linux-2.6/fs/nfsd/vfs.c
===================================================================
--- linux-2.6. ... +0200
+++ linux-2.6/fs/nfsd/vfs.c 2008-06-13 ...
linux-fsdevel - Miklos Szeredi - Jul 1 2008 - 09:38
- Re: [patch] nfsd: clean up mnt_want_write calls
... -by: Christoph Hellwig
> ---
> fs/nfsd/vfs.c | 25 +++++++++++--------------
> 1 file changed, 11 ... >
> Index: linux-2.6/fs/nfsd/vfs.c
> ===================================================================
> --- linux-2.6.orig/fs/ ...
linux-kernel - J. Bruce Fields - Jul 1 2008 - 15:24
- Re: [patch] nfsd: clean up mnt_want_write calls
... -by: Christoph Hellwig
> ---
> fs/nfsd/vfs.c | 25 +++++++++++--------------
> 1 file changed, 11 ... >
> Index: linux-2.6/fs/nfsd/vfs.c
> ===================================================================
> --- linux-2.6.orig/fs/ ...
linux-fsdevel - J. Bruce Fields - Jul 1 2008 - 15:24
- [PATCH] nfsd/nfs4state: Remove unnecessary daemonize call.
... W. Biederman
---
fs/nfsd/nfs4state.c | 2 --
1 files changed, ... insertions(+), 2 deletions(-)
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 678f3be..3cc8ce4 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/ ...
linux-kernel - Eric W. Biederman - Apr 19 2007 - 02:55