Linux NFS development
 help / color / mirror / Atom feed
 messages from 2004-12-02 11:42:56 to 2005-01-06 18:31:39 UTC [more...]

[PATCH] -o intr mount option prevents core dumps on 2.4 kernel
 2005-01-06 18:31 UTC 

Primary NFS doubts. plz..................help
 2005-01-06 16:32 UTC  (3+ messages)

NFS servers stop answering
 2005-01-05 23:07 UTC  (2+ messages)

lockd and pg_authenticate in 2.6.10
 2005-01-05 19:08 UTC  (2+ messages)

[patch] flock/fcntl bug
 2005-01-05 18:30 UTC  (10+ messages)
                ` [patch] updated locking for cluster filesystem

[PATCH] prevent sunrpc deadlock with debug on
 2005-01-05 17:21 UTC  (4+ messages)

Move (mv) hangs with NFSv4
 2005-01-02 18:48 UTC  (7+ messages)

about reclaim notifications , stale handle , umount
 2004-12-23  8:15 UTC 

multi-hopping NFS - aka re-exporting mounted filesystems
 2004-12-22  7:55 UTC  (2+ messages)

[PATCH kNFSd 4 of 23] Preparation for delegation: client callback probe
 2004-12-21 16:48 UTC  (2+ messages)

[PATCH kNFSd 0 of 23] Introduction
 2004-12-21 15:56 UTC  (27+ messages)
` [PATCH kNFSd 2 of 23] Check the callback netid in gen_callback
` [PATCH kNFSd 3 of 23] Count the nfs4_client structure usage
` [PATCH kNFSd 6 of 23] Check for existence of file_lock parameter inside of the kernel lock
` [PATCH kNFSd 5 of 23] Probe the callback path upon a successful setclientid_confirm
` [PATCH kNFSd 4 of 23] Preparation for delegation: client callback probe
` [PATCH kNFSd 1 of 23] Move nfserr_openmode checking from nfsd_read/write into nfs4_preprocess_stateid_op() in preperation for delegation state
` [PATCH kNFSd 7 of 23] Get rid of the special delegation_stateid_t, use the existing stateid_t
` [PATCH kNFSd 10 of 23] Find a delegation for a file given a stateid
` [PATCH kNFSd 15 of 23] Kernel thread for delegation callback
` [PATCH kNFSd 11 of 23] Add the delegation release and free functions
` [PATCH kNFSd 13 of 23] Delay nfsd_colse for delegations until reaping
` [PATCH kNFSd 17 of 23] Attempt to hand out a delegation
` [PATCH kNFSd 8 of 23] Add structures for delegation support
` [PATCH kNFSd 14 of 23] Delegation recall callback rpc
` [PATCH kNFSd 12 of 23] Changes to expire_client
` [PATCH kNFSd 16 of 23] Helper functions for deciding to grant a delegation
` [PATCH kNFSd 9 of 23] Allocate and initialize the delegation structure
` [PATCH kNFSd 18 of 23] Remove unnecessary stateowner existence check
` [PATCH kNFSd 19 of 23] Check for openmode violations given a delegation stateid
` [PATCH kNFSd 22 of 23] Add to the laundromat service for delegations
` [PATCH kNFSd 23 of 23] Clear the recall_lru of delegations at shutdown
` [PATCH kNFSd 21 of 23] Add the DELEGRETURN operation
` [PATCH kNFSd 20 of 23] Add checking of delegation stateids to nfs4_preprocess_stateid_op

mountd
 2004-12-21  4:10 UTC 

[NFS] support of IPv6 by NFSv4
 2004-12-17 16:12 UTC 

nfs/rdma
 2004-12-17 14:47 UTC 

nfs/rdma
 2004-12-16 15:52 UTC  (2+ messages)

ANNOUNCE: nfs-utils 1.0.7 (final)
 2004-12-17  4:23 UTC 

ANNOUNCE: nfs-utils 1.0.7-pre2
 2004-12-17  4:00 UTC  (10+ messages)

nfs/rdma
 1999-12-31 20:13 UTC 

[Storage_sig] Re: Question on bug tracking for NFSv4 work
 2004-12-15 19:45 UTC 

Intermittent RHE3-u3 client mount failures to Netapp fileserver
 2004-12-15 16:47 UTC 

Intermittent RHE3-u3 client mount failures to Netapp fileserver
 2004-12-15 16:43 UTC  (2+ messages)

Intermittent RHE3-u3 client mount failures to Netapp fileserver
 2004-12-15  0:21 UTC 

statd errors
 2004-12-14 15:17 UTC 

no-root user can not mount a remote nfs directory?
 2004-12-14  6:58 UTC 

NFS client hangs
 2004-12-14  1:52 UTC  (8+ messages)

[Storage_sig] Re: Question on bug tracking for NFSv4 work
 2004-12-14  1:14 UTC  (2+ messages)

[PATCH] NFS - Fix for Infinite loop during syncing
 2004-12-14  0:14 UTC  (4+ messages)

file system handle
 2004-12-13 15:57 UTC  (4+ messages)

Client Lockups
 2004-12-13 15:51 UTC  (2+ messages)

NFSD SGID permission problem
 2004-12-11  2:25 UTC 

[patch] locking for cluster file system
 2004-12-11  0:55 UTC 

locking bug
 2004-12-10 22:15 UTC  (3+ messages)

[Storage_sig] Re: Question on bug tracking for NFSv4 work
 2004-12-10 14:51 UTC 

rsize, wsize > 32Kb : how?
 2004-12-10 13:54 UTC  (4+ messages)

invalidate cache / NFS performance on a diskless system
 2004-12-10  5:34 UTC  (2+ messages)

[Storage_sig] Re: Question on bug tracking for NFSv4 work
 2004-12-10  1:42 UTC  (4+ messages)

Release of AutofsNG 0.4
 2004-12-09 23:21 UTC 

xprt_bindresvport
 2004-12-09 22:29 UTC  (10+ messages)
` [PATCH] xprt sharing (was Re: xprt_bindresvport)

6 patches fixing server rpc callback authentication
 2004-12-09 22:28 UTC  (7+ messages)
` [PATCH 1 of 6] svcrpc: add a per-flavor set_client method
  ` [PATCH 2 of 6] svcrpc: rename pg_authenticate
    ` [PATCH 3 of 6] svcrpc: move export table checks to a per-program pg_add_client method
      ` [PATCH 4 of 6] nfs4: use new pg_set_client method to simplify nfs4 callback authentication
        ` [PATCH 5 of 6] lockd: don't try to match callback requests against export table
          ` [PATCH 6 of 6] nfsd: remove pg_authenticate field

[Storage_sig] Re: Question on bug tracking for NFSv4 work
 2004-12-09 22:08 UTC  (2+ messages)

[PATCH 0/2] [RFC] Making mount operation soft + intr
 2004-12-09 21:23 UTC  (3+ messages)
` [PATCH 1/2] Make get rootfh calls "
` [PATCH 2/2] Allow FORCEINTR override for signal masking

[PATCH] xprt sharing (2nd try)
 2004-12-09 18:23 UTC 

ANNOUNCE: nfs-utils 1.0.7-pre1
 2004-12-09 18:10 UTC  (10+ messages)

[PATCH] xprt sharing (was Re: xprt_bindresvport)
 2004-12-09 14:03 UTC 

[PATCH] xprt sharing (was Re: xprt_bindresvport)
 2004-12-09 13:41 UTC  (5+ messages)

[PATCH] xprt sharing (was Re: xprt_bindresvport)
 2004-12-09 11:14 UTC  (2+ messages)

Question on bug tracking for NFSv4 work
 2004-12-08 22:21 UTC  (2+ messages)

[PATCH] xprt sharing (was Re: xprt_bindresvport)
 2004-12-08 22:00 UTC 

lockd recovery failure
 2004-12-08 16:35 UTC  (2+ messages)

xprt_bindresvport
 2004-12-08  8:58 UTC 

Soft mounts
 2004-12-08  0:32 UTC 

Strange NFS(D) behaviour
 2004-12-07 16:19 UTC 

[PATCH] fix placement of static inline in nfsd.h
 2004-12-06 23:35 UTC 

[2.6 patch] NFS: remove an unused function (fwd)
 2004-12-06 23:02 UTC 

[PATCH][RESEND2] nfs-utils-1.0.6 permission denied on mount after 'exportfs -u'
 2004-12-06 19:43 UTC  (3+ messages)

Debian, SIGPIPE, "libnfsidmap", and init.d vs. umount
 2004-12-06 19:39 UTC  (7+ messages)
    `  "

ACL patch - is this bad or good?
 2004-12-06 19:24 UTC  (3+ messages)

[patch] lockd control of grace period for HA NFS
 2004-12-06 18:20 UTC  (3+ messages)

NFSv4 needs restart (permission denied)
 2004-12-06 18:23 UTC  (4+ messages)

[USN-36-1] NFS statd vulnerability
 2004-12-03  3:34 UTC  (3+ messages)
  `  "

How to know whether a given directory in in NFS
 2004-12-03  1:09 UTC 

How to know whether a given directory in in NFS
 2004-12-02 19:59 UTC  (6+ messages)

NFS weirdness in recent LINUX 2.4-series kernels using am-utils
 2004-12-02 18:28 UTC 


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