Linux NFS development
 help / color / mirror / Atom feed
* RPCL source file for NFSv3 XATTR ?
@ 2010-06-21 11:42 DENIEL Philippe
  2010-06-21 23:22 ` James Morris
  0 siblings, 1 reply; 3+ messages in thread
From: DENIEL Philippe @ 2010-06-21 11:42 UTC (permalink / raw)
  To: linux-nfs

Hi,

I just saw James's patches about XATTR support in NFSv3. I am really
interested in this : in nfs-ganesha, my userspace NFS server, I already
implemented XATTR as "fake directories" (in fact, if your have an fs
object, for example a file name "myfile", then you can cd in a fake
directory .xattr.d.myfile where each "fake files" is an extended
attribute. Set/Gey on xattr are made via calls to WRITE/READ on the fake
files (and you can create/delete them as well). The NFSv3 XATTR interest
because is seem to have connexions with the gexattr/setxattr/removexattr
API, which means connexion with 'attr' command line and so make xattr
through NFS much more transparent than what I did with my .xattr.d.*
fake directories.
I could quickly had the NFSv3 Xattr (with compatibility with James's
patches), I just have to implement the right additional NFSv3 functions.
In order to do this, I just need RPCL descriptions of the xattr
dedicated NFSv3 functions. Where could I find this ?

    Thanks in advance for your help

       Philippe


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

* Re: RPCL source file for NFSv3 XATTR ?
  2010-06-21 11:42 RPCL source file for NFSv3 XATTR ? DENIEL Philippe
@ 2010-06-21 23:22 ` James Morris
  2010-06-22  7:14   ` DENIEL Philippe
  0 siblings, 1 reply; 3+ messages in thread
From: James Morris @ 2010-06-21 23:22 UTC (permalink / raw)
  To: DENIEL Philippe; +Cc: linux-nfs

On Mon, 21 Jun 2010, DENIEL Philippe wrote:

> I could quickly had the NFSv3 Xattr (with compatibility with James's
> patches), I just have to implement the right additional NFSv3 functions.
> In order to do this, I just need RPCL descriptions of the xattr
> dedicated NFSv3 functions. Where could I find this ?

There is no RPCL as yet -- it's on the todo list.


-- 
James Morris
<jmorris@namei.org>

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

* Re: RPCL source file for NFSv3 XATTR ?
  2010-06-21 23:22 ` James Morris
@ 2010-06-22  7:14   ` DENIEL Philippe
  0 siblings, 0 replies; 3+ messages in thread
From: DENIEL Philippe @ 2010-06-22  7:14 UTC (permalink / raw)
  To: James Morris; +Cc: linux-nfs

James Morris a écrit :
> On Mon, 21 Jun 2010, DENIEL Philippe wrote:
>
>   
>> I could quickly had the NFSv3 Xattr (with compatibility with James's
>> patches), I just have to implement the right additional NFSv3 functions.
>> In order to do this, I just need RPCL descriptions of the xattr
>> dedicated NFSv3 functions. Where could I find this ?
>>     
>
> There is no RPCL as yet -- it's on the todo list.
>   
In fact, I just need RPCL file to compile it into the related C 
structures and XDR functions. If you can provide me with such stuff (I 
am doing user space development, I am not sure the stuff from the kernel 
sources is actually useful to me), then I'll have enough material to 
start adding the feature to my product.

    Regards,

       Philippe

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

end of thread, other threads:[~2010-06-22  7:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 11:42 RPCL source file for NFSv3 XATTR ? DENIEL Philippe
2010-06-21 23:22 ` James Morris
2010-06-22  7:14   ` DENIEL Philippe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox