Linux NFS development
 help / color / mirror / Atom feed
 messages from 2004-12-09 22:28:23 to 2005-01-21 20:47:03 UTC [more...]

[BUG] Onboard Ethernet Pro 100 on a SMP box: a very strange errors
 2005-01-21 20:46 UTC 

Debian Bug#203077: Locks not released on NFS client reboot
 2005-01-21 19:10 UTC  (21+ messages)

append-only attribute support
 2005-01-21 18:12 UTC  (3+ messages)

2.4.21 NFSv3 performance graph
 2005-01-21 17:45 UTC  (6+ messages)

messages in syslog
 2005-01-20 20:07 UTC 

NFSv3, 2.6, ext3 and dir_index
 2005-01-20 19:26 UTC  (2+ messages)

[KJ] [PATCH 10/40] fs/vfs: replace schedule_timeout() with msleep()
 2005-01-20 19:10 UTC 

[KJ] [PATCH 7/40] fs/nfs4callback: replace schedule_timeout() with ssleep()
 2005-01-20 19:03 UTC 

NFSv3, 2.6, ext3 and dir_index
 2005-01-20 16:38 UTC 

NFS lockups/hangs on RHEL3 x86_64 U4 ?
 2005-01-19 22:21 UTC 

BUG: autofs4 + cd /net/<Netapp>/vol/vol[0-3] = portusage problems
 2005-01-19 16:43 UTC 

BUG: autofs4 + cd /net/<Netapp>/vol/vol[0-3] = port usage problems
 2005-01-19  5:00 UTC  (2+ messages)
              ` Re: [autofs] "

6 patches
 2005-01-18 18:06 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

NFS mount time problem
 2005-01-17 22:04 UTC 

[2.6 patch] fix placement of static inline in nfsd.h
 2005-01-17 10:30 UTC 

Debian Bug#203077: Locks not released on NFS client reboot
 2005-01-15  5:44 UTC  (2+ messages)

NFS file xfer of size of client memory = bad scene
 2005-01-15  5:43 UTC  (2+ messages)

quota ignored on NFS
 2005-01-14 22:31 UTC 

Debian Bug#203077: Locks not released on NFS client reboot
 2005-01-14 21:32 UTC  (2+ messages)

[PATCH] -o intr mount option prevents core dumps on 2.4 kernel
 2005-01-14 19:52 UTC  (14+ messages)

Debian Bug#203077: Locks not released on NFS client reboot (fwd)
 2005-01-14 14:56 UTC 

Help diagnosing bizarre NFS problem
 2005-01-14  4:34 UTC  (2+ messages)

lockd/rpc bug
 2005-01-14  1:35 UTC 

ANNOUNCE: nfs-utils 1.0.7-pre2
 2005-01-13 20:34 UTC  (11+ messages)

How I can detect NFS server failure at the client side at linux
 2005-01-13 17:24 UTC  (2+ messages)

General NFSv3 + Linux kernel timeline?
 2005-01-12 17:46 UTC  (2+ messages)

General NFSv3 + Linux kernel timeline?
 2005-01-11 16:32 UTC 

a serious problem about using NFS as FTP SERVER
 2005-01-09  5:06 UTC 

[2.6 patch] fs/nfsd/: possible cleanups
 2005-01-08 22:01 UTC 

[2.6 patch] fs/lockd/clntproc.c: make 2 functions static
 2005-01-08 21:53 UTC 

ps -aux hangs on [nfsd]
 2005-01-07 11:05 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 4 of 23] Preparation for delegation: client callback probe
` [PATCH kNFSd 5 of 23] Probe the callback path upon a successful setclientid_confirm
` [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 2 of 23] Check the callback netid in gen_callback
` [PATCH kNFSd 7 of 23] Get rid of the special delegation_stateid_t, use the existing stateid_t
` [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 8 of 23] Add structures for delegation support
` [PATCH kNFSd 17 of 23] Attempt to hand out a delegation
` [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 15 of 23] Kernel thread for delegation callback
` [PATCH kNFSd 10 of 23] Find a delegation for a file given a stateid
` [PATCH kNFSd 18 of 23] Remove unnecessary stateowner existence check
` [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 12 of 23] Changes to expire_client
` [PATCH kNFSd 14 of 23] Delegation recall callback rpc
` [PATCH kNFSd 22 of 23] Add to the laundromat service for delegations
` [PATCH kNFSd 19 of 23] Check for openmode violations given a delegation stateid
` [PATCH kNFSd 20 of 23] Add checking of delegation stateids to nfs4_preprocess_stateid_op
` [PATCH kNFSd 21 of 23] Add the DELEGRETURN operation
` [PATCH kNFSd 23 of 23] Clear the recall_lru of delegations at shutdown

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 

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  (6+ messages)
` [PATCH] xprt sharing (was Re: xprt_bindresvport)

[PATCH 1 of 6] svcrpc: add a per-flavor set_client method
 2004-12-09 22:28 UTC  (2+ messages)
` [PATCH 2 of 6] svcrpc: rename pg_authenticate

[PATCH 5 of 6] lockd: don't try to match callback requests against export table
 2004-12-09 22:28 UTC  (2+ messages)
` [PATCH 6 of 6] nfsd: remove pg_authenticate field


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