Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-01-28 20:07:49 to 2008-02-06 18:31:43 UTC [more...]

(fwd) nfs hang on 2.6.24
 2008-02-06 18:31 UTC  (9+ messages)

NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9
 2008-02-06 18:25 UTC  (16+ messages)

NFS performance (Currently 2.6.20)
 2008-02-06 18:24 UTC  (5+ messages)

[PATCH 0/2] convert lockd to kthread API (try #10)
 2008-02-06 18:21 UTC  (3+ messages)
` [PATCH 1/2] SUNRPC: export svc_sock_update_bufs
  ` [PATCH 2/2] NLM: Convert lockd to use kthreads

[PATCH 0/4] NLM: fix lockd hang when client blocking on released lock isn't responding
 2008-02-06 16:34 UTC  (5+ messages)
` [PATCH 1/4] NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clients
  ` [PATCH 2/4] NLM: have server-side RPC clients default to soft RPC tasks
    ` [PATCH 3/4] NLM: don't reattempt GRANT_MSG when there is already an RPC in flight
      ` [PATCH 4/4] NLM: don't requeue block if it was invalidated while GRANT_MSG was "

[PATCH 0/2] convert lockd to kthread API (try #9)
 2008-02-06 12:34 UTC  (5+ messages)
` [PATCH 1/2] SUNRPC: export svc_sock_update_bufs
  ` [PATCH 2/2] NLM: Convert lockd to use kthreads

NFS+krb5: Failed to create krb5 context for user with uid 0
 2008-02-06  5:12 UTC  (2+ messages)

[PATCH 01/10] NFS: Always enable NFS direct I/O
 2008-02-05 23:26 UTC  (2+ messages)

[PATCH 4/5] NFSD: Remove NFSD_TCP kernel build option
 2008-02-05 23:08 UTC  (12+ messages)

[NFS] Where is Tom Tucker's git tree gone?
 2008-02-05 22:43 UTC  (4+ messages)

[PATCH 00/10] RFC: NFS-related fs/Kconfig updates
 2008-02-05 20:41 UTC  (3+ messages)

[PATCH 06/10] NFSD: Remove NFSv4 dependency on NFSv3
 2008-02-05 20:24 UTC  (2+ messages)

[NFS] [PATCH] Make UDF exportable
 2008-02-05 19:26 UTC  (3+ messages)

[PATCH 10/10] NFSD: Remove redundant "select" clauses in fs/Kconfig
 2008-02-05 18:09 UTC 

[PATCH 09/10] NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"
 2008-02-05 18:09 UTC 

[PATCH 08/10] NFSD: Move "select FS_POSIX_ACL if NFSD_V4"
 2008-02-05 18:09 UTC 

[PATCH 07/10] NFSD: Use "depends on" for PROC_FS dependency
 2008-02-05 18:09 UTC 

[PATCH 05/10] SUNRPC: Update help Kconfig text
 2008-02-05 18:09 UTC 

[PATCH 04/10] NFSD: Update help text for CONFIG_NFSD
 2008-02-05 18:08 UTC 

[PATCH 03/10] NFS: Update help text for CONFIG_NFS_FS
 2008-02-05 18:08 UTC 

[PATCH 02/10] NFSD: Remove NFSD_TCP kernel build option
 2008-02-05 18:08 UTC 

[PATCH 2/5] NFSD: Update help text for CONFIG_NFSD
 2008-02-05  2:32 UTC  (3+ messages)

[PATCH 5/5] NFSD: Use "depends on" for PROC_FS dependency
 2008-02-05  0:37 UTC  (4+ messages)

[PATCH 1/5] NFS: Update help text for CONFIG_NFS_FS
 2008-02-05  0:40 UTC  (4+ messages)

[PATCH 3/5] SUNRPC: Update help Kconfig text
 2008-02-05  0:04 UTC 

[PATCH 0/5] RFC: NFS Kconfig clean up
 2008-02-05  0:04 UTC 

nfs server patches for 2.6.25
 2008-02-04 23:24 UTC  (75+ messages)
` [PATCH 001/100] nfsd4: probe callback channel only once
  ` [PATCH 002/100] nfsd: move callback rpc_client creation into separate thread
    ` [PATCH 003/100] Fix incorrect assignment
      ` [PATCH 004/100] knfsd: fix broken length check in nfs4idmap.c
        ` [PATCH 005/100] SUNRPC: Prevent length underflow in read_flush()
          ` [PATCH 006/100] SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace
            ` [PATCH 007/100] NLM: Fix sign of length of NLM variable length strings
              ` [PATCH 008/100] NFSD: Use unsigned length argument for decode_filename
                ` [PATCH 009/100] NFSD: File name length signage in nfsd request argument structures
                  ` [PATCH 010/100] NFSD: Adjust filename length argument of nfsd_lookup
                    ` [PATCH 011/100] NFSD: Use unsigned length argument for decode_pathname
                      ` [PATCH 012/100] NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargs
                        ` [PATCH 013/100] NFSD: Path name length signage in nfsd request argument structures
                          ` [PATCH 014/100] knfsd: fix cache.c comment
                            ` [PATCH 015/100] nfsd: Fix handling of negative lengths in read_buf()
                              ` [PATCH 016/100] knfsd: cleanup nfsd4 properly on module init failure
                                  ` [PATCH 018/100] nfsd: fail module init on reply cache "
                                    ` [PATCH 019/100] knfsd: cache unregistration needn't return error
                                      ` [PATCH 020/100] nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases
                                        ` [PATCH 021/100] nfsd: fail init on /proc/fs/nfs/exports creation failure
                                          ` [PATCH 022/100] nfsd: move cache proc (un)registration to separate function
                                            ` [PATCH 023/100] knfsd: allow cache_register to return error on failure
                                              ` [PATCH 024/100] nfsd: move nfsd/auth.h into fs/nfsd
                                                ` [PATCH 025/100] nfsd: minor fs/nfsd/auth.h cleanup
                                                  ` [PATCH 026/100] nfsd4: kill some unneeded setclientid comments
                                                    ` [PATCH 027/100] nfsd: eliminate final bogus case from setclientid logic
                                                      ` [PATCH 028/100] nfsd: uniquify cl_confirm values
                                                        ` [PATCH 029/100] nfsd4: kill unnecessary same_name() in setclientid_confirm
                                                          ` [PATCH 030/100] nfsd4: remove unnecessary cl_verifier check from setclientid_confirm
                                                            ` [PATCH 031/100] nfsd4: kill unneeded cl_confirm check
                                                              ` [PATCH 032/100] nfsd: fix encode_entryplus_baggage() indentation
                                                                    ` [PATCH 034/100] nfsd4: miscellaneous nfs4state.c style fixes
                                                                    ` [PATCH 035/100] nfsd4: recognize callback channel failure earlier
                                                                      ` [PATCH 036/100] lockd: fix reference count leaks in async locking case
                                                                        ` [PATCH 037/100] nfsd4: fix bad seqid on lock request incompatible with open mode
                                                                          ` [PATCH 038/100] nfsd: Allow AIX client to read dir containing mountpoints
                                                                            ` [PATCH 039/100] lockd: fix a leak in nlmsvc_testlock asynchronous request handling

[PATCH 2/3] enhanced ESTALE error handling
 2008-02-04 19:02 UTC  (11+ messages)
` [PATCH 2/3] enhanced syscall ESTALE error handling (v2)

[PATCH] SUNRPC xptrdma: simplify build configuration
 2008-02-04 14:45 UTC  (3+ messages)

file locking patches
 2008-02-04  0:25 UTC 

Kernel oops, RHEL 4
 2008-02-02  0:09 UTC  (4+ messages)

nfsd patches for 2.6.25
 2008-02-01 23:28 UTC 

[PATCH 3/3] enhanced ESTALE error handling
 2008-02-01 21:29 UTC  (4+ messages)
` [PATCH 3/3] enhanced NFS ESTALE error handling (v2)

[PATCH 0/3] enhanced ESTALE error handling
 2008-02-01 20:57 UTC  (2+ messages)
` [PATCH 0/3] enhanced ESTALE error handling (v2)

[PATCH 1/3] enhanced ESTALE error handling
 2008-02-01 20:57 UTC  (2+ messages)
` [PATCH 1/3] enhanced lookup ESTALE error handling (v2)

[PATCH 1/3] NLM add resume procfs file
 2008-02-01 17:24 UTC  (5+ messages)

[PATCH 0/3] NLM per-ip base grace period
 2008-01-31 22:39 UTC  (2+ messages)
` [Cluster-devel] "

kernel exports table flushes out on running exportfs -a over mips
 2008-01-31 22:08 UTC  (3+ messages)

[PATCH 4/5] NFS: Save the values of the "mount*=" mount options
 2008-01-31 20:00 UTC 

[PATCH 5/5] NFS: Show most mount options via nfs_show_options()
 2008-01-31 20:00 UTC 

[PATCH 2/5] NFS: Fix up data types of fields in nfs_parsed_mount_options
 2008-01-31 20:00 UTC 

[PATCH 3/5] NFS: Save the value of the "port=" mount option
 2008-01-31 20:00 UTC 

[PATCH 0/5] Provide complete NFS mount option reporting
 2008-01-31 20:00 UTC 

[PATCH 1/5] NFS: numeric mount parameters are unsigned
 2008-01-31 20:00 UTC 

[NFS] [PATCH] nfs-utils: fix CROSSMOUNT test in utils/mountd/cache.c
 2008-01-31 19:19 UTC 

[PATCH 4/4] NFS: Show most mount options via nfs_show_options()
 2008-01-30 21:58 UTC  (3+ messages)

nfsd module refcount is out of control
 2008-01-30 14:23 UTC 

atimes not updated over NFS
 2008-01-30 12:13 UTC  (22+ messages)

[GIT] Please pull NFS client changes for 2.6.25
 2008-01-30  7:27 UTC 

[PATCH 3/3] NLM enable per-ip base grace period
 2008-01-30  0:23 UTC  (2+ messages)

[PATCH 2/3] NLM per-ip grace period - core
 2008-01-30  0:14 UTC  (6+ messages)

[PATCH 3/4] NFS: Save "mount*=" mount options
 2008-01-30  0:13 UTC 

[PATCH 2/4] NFS: Fix up data types of fields in nfs_parsed_mount_options
 2008-01-30  0:13 UTC 

[PATCH 1/4] NFS: numeric mount parameters are unsigned
 2008-01-30  0:13 UTC 

[PATCH 0/4] Display all NFS mount options via nfs_show_options
 2008-01-30  0:13 UTC 

[PATCH 0/2] fixes for 2.6.25
 2008-01-29 21:56 UTC  (4+ messages)
` [PATCH 1/2] SUNRPC: spin svc_rqst initialization to its own function
  ` [PATCH 2/2] NLM: tear down RPC clients in nlm_shutdown_hosts

NFS over TCP idle timeout
 2008-01-29 21:53 UTC  (5+ messages)

[PATCH 0/2] NLM: fix use after free in lockd
 2008-01-29 14:41 UTC  (13+ messages)
` [PATCH 1/2] NLM: tear down RPC clients in nlm_shutdown_hosts
  ` [PATCH 2/2] NLM: break out of nlmsvc_retry_blocked if lockd is coming down

nfs2/3 ESTALE bug on mount point (v2.6.24-rc8)
 2008-01-29  3:48 UTC  (5+ messages)
` [NFS] "


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