Linux NFS development
 help / color / mirror / Atom feed
 messages from 2009-03-02 17:41:59 to 2009-03-09 21:03:04 UTC [more...]

[Patch 0/9] NFS Mount Configuration File
 2009-03-09 21:03 UTC  (6+ messages)
` [Patch 1/9] Make idmapd's Configuration Parsing Code Available
` [Patch 2/9] Ignore blanks in section definitions and before assignment statements
` [Patch 3/9] Ensure configuration values are stored in lower case
` [Patch 4/9] Mount support routines used to convert mount options
` [Patch 5/9] Hooks needs incorporate file configuration code

[PATCH 00/23] Clean ups and bug fixes for 2.6.30
 2009-03-09 18:24 UTC  (30+ messages)
  ` [PATCH 01/23] SUNRPC: Fix return type of svc_addr_len()
  ` [PATCH 02/23] SUNRPC: Clean up static inline functions in svc_xprt.h
  ` [PATCH 03/23] SUNRPC: Clean up svc_find_xprt() calling sequence
  ` [PATCH 04/23] NFSD: Refactor transport removal out of __write_ports()
  ` [PATCH 05/23] NFSD: Refactor transport addition "
  ` [PATCH 06/23] NFSD: Refactor portlist socket closing into a helper
  ` [PATCH 07/23] NFSD: Refactor socket creation out of __write_ports()
  ` [PATCH 08/23] NFSD: Note an additional requirement when passing TCP sockets to portlist
  ` [PATCH 09/23] NFSD: Finish refactoring __write_ports()
  ` [PATCH 10/23] NFSD: move lockd_up() before svc_addsock()
  ` [PATCH 11/23] NFSD: Prevent a buffer overflow in svc_xprt_names()
  ` [PATCH 12/23] SUNRPC: pass buffer size to svc_addsock()
  ` [PATCH 13/23] SUNRPC: pass buffer size to svc_sock_names()
  ` [PATCH 14/23] SUNRPC: Switch one_sock_name() to use snprintf()
  ` [PATCH 15/23] SUNRPC: Support PF_INET6 in one_sock_name()
  ` [PATCH 16/23] SUNRPC: Clean up one_sock_name()
  ` [PATCH 17/23] NFS: Move NFS client's IP address parser to nfs_common/
  ` [PATCH 18/23] NFSD: Support IPv6 addresses in write_failover_ip()
  ` [PATCH 19/23] NFSD: Prevent buffer overflow in write_threads()
  ` [PATCH 20/23] NFSD: Prevent buffer overflow in write_versions()
  ` [PATCH 21/23] NFSD: Prevent buffer overflow in write_maxblksize()
  ` [PATCH 22/23] NFSD: Prevent buffer overflow in write_leasetime()
  ` [PATCH 23/23] NFSD: Prevent buffer overflow in write_recoverydir()

[PATCH 0/2] Non-IPv6 related client patches for 2.6.30
 2009-03-09 18:20 UTC  (3+ messages)
  ` [PATCH 1/2] SUNRPC: Avoid spurious wake-up during UDP connect processing
  ` [PATCH 2/2] NFS: Do not display the setting of the "intr" mount option

NFS4ERR_SYMLINK error
 2009-03-09 18:18 UTC  (6+ messages)

[PATCH 0/3] nfs-utils: fix memory usage problems in gssd
 2009-03-09 16:17 UTC  (5+ messages)
` [PATCH 1/3] nfs-utils: initialize fakeseed in prepare_krb5_rfc1964_buffer
` [PATCH 2/3] nfs-utils: NULL-terminate buffer after read in read_service_info
` [PATCH 3/3] nfs-utils: free buffer allocated by gssd_k5_err_msg

[PATCH] [RESEND] NFS: Handle -ESTALE error in access()
 2009-03-09 12:55 UTC  (2+ messages)

[PATCH] Bug 11061, NFS mounts dropped
 2009-03-09  7:06 UTC  (22+ messages)

[NFS] Performance advise in intranet
 2009-03-07  9:44 UTC 

Memory corruption in nfs3_xdr_setaclargs()
 2009-03-06 22:51 UTC  (7+ messages)

[PATCH 0/2] NFSD: fix handling of unsupported nfsv4 ops
 2009-03-06 20:36 UTC  (4+ messages)

NFS significantly slow on uncache data, high %iowait, for kernel 2.6
 2009-03-06 19:42 UTC  (2+ messages)

[PATCH 0/2] Fix NLM GRANT on IPv6-enabled kernels
 2009-03-06 19:08 UTC  (3+ messages)
  ` [PATCH 1/2] NLM: Shrink the IPv4-only version of nlm_cmp_addr()
  ` [PATCH 2/2] NLM: Fix GRANT callback address comparison when IPv6 is enabled

[NFS] bulk email data for medical
 2009-03-06 18:50 UTC 

[PATCH] nfsd: be creative with time stmaps so that NFS client can reliably discover changes
 2009-03-06  6:12 UTC  (2+ messages)

[PATCH] Remove redundant NFS_STALE() call in __nfs_revalidate_inode()
 2009-03-06  4:10 UTC  (2+ messages)

[PATCH] Short write in nfsd becomes a full write to the client
 2009-03-06  1:16 UTC 

[PATCH 0/4] NFS/RDMA Connectathon fixes
 2009-03-05 21:18 UTC  (5+ messages)
  ` [PATCH 1/4] SVCRDMA: remove faulty assertions in rpc/rdma chunk validation
  ` [PATCH 2/4] XPRTRDMA: correct an rpc/rdma inline send marshaling error
  ` [PATCH 3/4] SUNRPC: dynamically load RPC transport modules on-demand
  ` [PATCH 4/4] NFS: load the rpc/rdma transport module automatically

[PATCH 0/9] Address type width mismatches between TI-RPC and glibc
 2009-03-05 17:42 UTC  (10+ messages)
  ` [PATCH 1/9] configure: add defensive quoting in some function checks
  ` [PATCH 2/9] configure: move TI-RPC checks into aclocal/
  ` [PATCH 3/9] nfs-utils: replace function-specific switches with HAVE_LIBTIRPC
  ` [PATCH 4/9] configure: pull common nfsidmap and event checks into aclocal/
  ` [PATCH 5/9] configure: Move rpcsecgss checking into aclocal
  ` [PATCH 6/9] nfs-utils: don't need extra libs to do AC_CHECK_LIBS for librpcsecgss
  ` [PATCH 7/9] configure: move IPv6 feature checks into aclocal/
  ` [PATCH 8/9] nfs-utils: Include legacy or TI-RPC headers, not both
  ` [PATCH 9/9] nfs-utils: clean up handling of libgssglue in gssd Makefile

nfs-utils-1.1.5 released
 2009-03-05 12:52 UTC 

[PATCH 0/6] Further nfs-utils clean ups
 2009-03-05 11:26 UTC  (8+ messages)
  ` [PATCH 1/6] nfs-utils: Replace getservbyname(3)
  ` [PATCH 2/6] configure: Remove CPPFLAGS substitution
  ` [PATCH 3/6] nfs-utils: Provide type-checked version of svc_getcaller()
  ` [PATCH 4/6] mount.nfs: squelch compiler warning for TI-RPC builds
  ` [PATCH 5/6] gssd: Use same style for including config.h that rest of nfs-utils uses
  ` [PATCH 6/6] gssd: include gssapi/gssapi.h before write_bytes.h

[PATCH 1/6] mount: Fix a bug in the legacy version of nfs_name_to_address()
 2009-03-04 22:59 UTC  (2+ messages)

Possible bug in nfs-utils source
 2009-03-04 22:59 UTC  (4+ messages)

[PATCH] Don't convert NFS4ERR_RESOURCE to EREMOTEIO
 2009-03-04 19:49 UTC  (8+ messages)

pread/pwrite bug on linux?
 2009-03-04 18:48 UTC  (6+ messages)

[PATCH 0/46] nfs41 sessions infrastructure
 2009-03-04  0:02 UTC  (46+ messages)
` [PATCH 02/46] nfs41: Add Kconfig symbols for NFSv4.1
` [PATCH 03/46] nfs41: define NFS4_MAX_MINOR_VERSION based on CONFIG_NFS_V4_1
` [PATCH 04/46] nfs41: nfs_client.cl_minorversion
` [PATCH 05/46] nfs41: add mount command option minorversion
` [PATCH 06/46] nfs41: Use mount minorversion option
` [PATCH 07/46] nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORT
` [PATCH 08/46] nfs41: client xdr definitions
` [PATCH 09/46] nfs41: sessions client infrastructure
` [PATCH 10/46] nfs41: find slot
` [PATCH 11/46] nfs41: free slot
` [PATCH 12/46] nfs41: use nfs4_server_caps_arg
` [PATCH 13/46] nfs41: use nfs4_readlink_res
` [PATCH 14/46] nfs41: use nfs4_statfs_res
` [PATCH 15/46] nfs41: use nfs4_fsinfo_res
` [PATCH 16/46] nfs41: use nfs4_pathconf_res
` [PATCH 17/46] nfs41: use nfs4_getaclres
` [PATCH 18/46] NFS: get rid of unused xdr decode_setattr(, res) argument
` [PATCH 19/46] nfs41: use nfs4_setaclres
` [PATCH 20/46] nfs41: use nfs4_fs_locations_res
` [PATCH 21/46] sunrpc: add cl_private field to struct rpc_clnt
` [PATCH 22/46] nfs41: sunrpc: use private void pointer in rpc_clnt
` [PATCH 23/46] nfs41: encode minorversion in compound header
` [PATCH 24/46] NFS: fix decode_fs_locations_maxsz
` [PATCH 25/46] NFS: use decode_change_info_maxsz for xdr maxsz calculations
` [PATCH 26/46] NFS: define and initialize compound_hdr.replen
` [PATCH 27/46] NFS: update hdr->replen for every encode op
` [PATCH 28/46] NFS: use dynamically computed compound_hdr.replen for xdr_inline_pages offset
` [PATCH 29/46] nfs41: xdr {encode,decode}_sequence
` [PATCH 30/46] nfs41: stubs for nfs41 procedures
` [PATCH 31/46] nfs41: introduce nfs4_call_sync
` [PATCH 32/46] nfs41: set up seq_res.sr_slotid
` [PATCH 33/46] nfs41: nfs4_setup_sequence
` [PATCH 34/46] nfs41: setup_sequence method
` [PATCH 35/46] nfs41: nfs41_sequence_free_slot
` [PATCH 36/46] nfs41: nfs41_sequence_done
` [PATCH 37/46] nfs41: nfs41_call_sync_done
` [PATCH 38/46] nfs41: close sequence setup/done support
` [PATCH 39/46] nfs41: open "
` [PATCH 40/46] nfs41: lock "
` [PATCH 41/46] nfs41: locku "
` [PATCH 42/46] nfs41: unlink "
` [PATCH 43/46] nfs41: read "
` [PATCH 44/46] nfs41 write sequence setup done support
` [PATCH 45/46] nfs41 commit "
` [PATCH 46/46] nfs41 delegreturn "

[PATCH 00/17] Proposed fix for blacklisted ipv6.ko
 2009-03-03 22:34 UTC  (18+ messages)
  ` [PATCH 01/17] SUNRPC: Pass a family argument to svc_register()
  ` [PATCH 02/17] SUNRPC: svc_setup_socket() gets protocol family from socket
  ` [PATCH 03/17] SUNRPC: Change svc_create_xprt() to take a @family argument
  ` [PATCH 04/17] SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
  ` [PATCH 05/17] NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
  ` [PATCH 06/17] SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets
  ` [PATCH 07/17] SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services
  ` [PATCH 08/17] SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpers
  ` [PATCH 09/17] SUNRPC: Clean up address type casts in rpcb_v4_register()
  ` [PATCH 10/17] SUNRPC: Use "0" as r_owner
  ` [PATCH 11/17] SUNRPC: Allow callers to pass rpcb_v4_register a NULL address
  ` [PATCH 12/17] SUNRPC: Simplify svc_unregister()
  ` [PATCH 13/17] SUNRPC: Simplify kernel RPC service registration
  ` [PATCH 14/17] SUNRPC: rpcb_register() should handle errors silently
  ` [PATCH 15/17] SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4
  ` [PATCH 16/17] lockd: Start PF_INET6 listener only if IPv6 support is available
  ` [PATCH 17/17] NFS: Start PF_INET6 callback "

Locked system
 2009-03-03 21:38 UTC  (4+ messages)

kernel BUG at kernel/workqueue.c:291
 2009-03-03 21:21 UTC  (6+ messages)

[PATCH] Fixed cross-compilation of nfs-utils tools
 2009-03-03 18:31 UTC  (3+ messages)

Permission denied when mounting NFS (was okay before)
 2009-03-03 17:30 UTC  (13+ messages)

[PATCH] NFS: Handle -ESTALE error in access()
 2009-03-03 16:07 UTC  (2+ messages)

[PATCH 0/3] NFS regression in 2.6.26?, "task blocked for more than 120 seconds"
 2009-03-03 14:16 UTC  (9+ messages)

[NFS] nfsd hangs 2.6.28 through 2.6.28.7
 2009-03-03  9:25 UTC  (2+ messages)

2.6.27.19 lockd waits too long
 2009-03-03  9:45 UTC 

[NFS] mount.nfs kernel version check override
 2009-03-03  0:02 UTC  (2+ messages)

redundant reverse DNS on NFS mount or umount
 2009-03-02 17:44 UTC  (3+ messages)


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