public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-01-13 22:14:41 to 2010-01-25 22:04:08 UTC [more...]

[PATCH 0/8] What's in the 'bugfixes' branch of the NFS client git tree
 2010-01-25 21:57 UTC  (2+ messages)
  ` [PATCH 1/8] NFS: Fix a reference leak in nfs_wb_cancel_page()

nfs client performance while server is down
 2010-01-25 21:26 UTC  (13+ messages)

[2.6.32.3] potentially uninitialised field in nfs_atomic_lookup
 2010-01-25 18:45 UTC  (2+ messages)

pynfs Server failures
 2010-01-25 18:43 UTC  (2+ messages)

[PATCH] statd: Teach nfs_compare_sockaddr() to handle NULL arguments
 2010-01-25 18:18 UTC  (4+ messages)

Random I/O over NFS has horrible performance due to small I/O transfers
 2010-01-25 16:43 UTC  (6+ messages)

mount.nfs: Unknown error 521
 2010-01-24 23:09 UTC 

Source address in server callbacks fix
 2010-01-23 14:37 UTC  (3+ messages)

[PATCH] mount.nfs: prefer IPv4 addresses over IPv6 (try #2)
 2010-01-23 14:30 UTC  (17+ messages)
` NFS/IPv6 servers on GNU/Linux?

[RFC][PATCH] nfs: don't assume fscache_acquire_cookie will always succeed
 2010-01-23  3:48 UTC  (6+ messages)

2.6.32.2 - WARNING: at lib/kref.c:43 kref_get+0x,23/0x2b()
 2010-01-22 23:03 UTC 

[RFC] [PATCH 0/4] Protocol family negotiation in mount.nfs
 2010-01-22 21:06 UTC  (5+ messages)
  ` [PATCH 1/4] text-based mount: Retry when server can't be reached
  ` [PATCH 2/4] text-based mount: Replace nfs_lookup() with getaddrinfo(3)
  ` [PATCH 3/4] text-based mount: Set addr= option in nfs_try_mount_foo()
  ` [PATCH 4/4] text-based mount: Support protocol family negotiation

[PATCH 1/1] nfs: fix race between renewd, umount, and the state manager in V4.1
 2010-01-22 20:24 UTC  (8+ messages)

[PATCH 3/3] nfs41: cleanup callback code to use __be32 type
 2010-01-22 18:48 UTC  (2+ messages)

[PATCH 0/3] NFSD IPv6 patches
 2010-01-22 18:06 UTC  (16+ messages)
` [PATCH 1/3] SUNRPC: Use rpc_pton() in ip_map_parse()
` [PATCH 3/3] NFSD: Enable NFS server use of PF_INET6

nfs-error-RPC: multiple fragments per record not supported
 2010-01-22  3:07 UTC  (3+ messages)

[PATCH 1/2] nfs41: fix nfs4_callback_recallslot
 2010-01-21 19:58 UTC  (6+ messages)
` [PATCH 2/2] nfs41: clear NFS4CLNT_RECALL_SLOT bit on session reset

[PATCH 2/2] nfs41: clear NFS4CLNT_RECALL_SLOT bit on session reset
 2010-01-21 19:54 UTC 

[PATCH 6/7] nfs41: implement cb_recall_slot
 2010-01-21 16:33 UTC  (4+ messages)

Difference between v2.6.31 and v2.6.32 spikes READs
 2010-01-21  1:22 UTC  (3+ messages)

[PATCH 0/7] nfs41: return correct errors on callback replays version 3
 2010-01-20 20:38 UTC  (9+ messages)
` [PATCH 1/7] nfs41: fix wrong error on callback header xdr overflow
  ` [PATCH 2/7] nfs41: directly encode back channel error
    ` [PATCH 3/7] nfs41: remove uneeded checks in callback processing
      ` [PATCH 4/7] nfs41: prepare for back channel drc
        ` [PATCH 5/7] nfs41: back channel drc minimal implementation
          ` [PATCH 6/7] nfs41: implement cb_recall_slot
            ` [PATCH 7/7] nfs41: resize slot table in reset

[PATCH] mount.nfs: Configuration file parser ignoring options
 2010-01-20 20:07 UTC  (2+ messages)

[pnfs] http git tree
 2010-01-20 14:31 UTC 

NFS error RPC: multiple fragments per record not supported
 2010-01-20 13:38 UTC 

Ирина Золотова has added you as a friend on the website VK.com
 2010-01-18 17:16 UTC 

Git repository / package repository for Cthon 2010
 2010-01-19 22:46 UTC  (2+ messages)

Weird exportfs behavior
 2010-01-19 21:10 UTC  (4+ messages)

unmount -l does not send unmount request to the server
 2010-01-19 16:37 UTC 

[RFC] After nfs restart, locks can't be recovered which record by lockd before
 2010-01-19 10:36 UTC  (13+ messages)

enabling IPv6
 2010-01-19  0:39 UTC  (10+ messages)
` should mount.nfs prefer IPv4 addresses (was: enabling IPv6)

[PATCH 0/6] IPv6 support for nfs-utils tcpwrapper shim (take 2)
 2010-01-18  1:54 UTC  (8+ messages)
  ` [PATCH 1/6] tcpwrappers: Use xlog() instead of perror(3) and syslog(2)
  ` [PATCH 2/6] tcp_wrappers: Use getifaddrs(3) if it is available
  ` [PATCH 3/6] tcp_wrapper: Clean up logit()
  ` [PATCH 4/6] tcpwrapper: Fix signage problems in the tcp_wrappers hash function
  ` [PATCH 5/6] tcpwrapper: Eliminated shadowed declaration warnings
  ` [PATCH 6/6] tcpwrapper: Add support for IPv6

[PATCH 00/24] Remaining IPv6 patches for statd
 2010-01-16 13:22 UTC  (26+ messages)
  ` [PATCH 01/24] libnsm.a: Add RPC construction helper functions
  ` [PATCH 02/24] sm-notify: Replace RPC code
  ` [PATCH 03/24] statd: Update rmtcall.c
  ` [PATCH 04/24] sm-notify: factor socket creation out of notify()
  ` [PATCH 05/24] sm-notify: Support creating a PF_INET6 socket in smn_create_socket()
  ` [PATCH 06/24] sm-notify: IPv6 support in reserved port binding "
  ` [PATCH 07/24] sm-notify: Use getaddrinfo(3) to create bind address "
  ` [PATCH 08/24] sm-notify: Support IPv6 DNS lookups in smn_lookup
  ` [PATCH 09/24] nfs-utils: Collect socket address helpers into one location
  ` [PATCH 10/24] statd: Introduce statd version of matchhostname()
  ` [PATCH 11/24] statd: add nsm_present_address() API
  ` [PATCH 12/24] statd: add IPv6 support in sm_notify_1_svc()
  ` [PATCH 13/24] statd: Support IPv6 is caller_is_localhost()
  ` [PATCH 14/24] statd: Support IPv6 in sm_simu_crash_1_svc
  ` [PATCH 15/24] sm-notify: Save mon_name and my_name strings
  ` [PATCH 16/24] libnsm.a: Factor atomic write code out of nsm_get_state()
  ` [PATCH 17/24] libnsm.a: Add support for multiple lines in monitor record files
  ` [PATCH 18/24] statd: Add API to canonicalize mon_names
  ` [PATCH 19/24] statd: Support IPv6 in sm_mon_1_svc()
  ` [PATCH 20/24] statd: Support IPv6 in sm_stat_1_svc()
  ` [PATCH 21/24] statd: Remove NL_ADDR() macro
  ` [PATCH 22/24] libnsm.a: retain CAP_NET_BIND when dropping privileges
  ` [PATCH 23/24] statd: Support TI-RPC statd listener
  ` [PATCH 24/24] statd: update rpc.statd(8) and sm-notify(8) to reflect IPv6 support

CRUDE OIL SALE AND LICENSE
 2010-01-16 11:48 UTC 

[PATCH 0/6] IPv6 support for nfs-utils tcpwrapper shim
 2010-01-15 19:32 UTC  (12+ messages)
  ` [PATCH 1/6] tcpwrappers: Use xlog() instead of perror(3) and syslog(2)
  ` [PATCH 2/6] tcp_wrappers: Use getifaddrs(3) if it is available
  ` [PATCH 3/6] tcp_wrapper: Clean up logit()
  ` [PATCH 4/6] tcpwrapper: Fix signage problems in the tcp_wrappers hash function
  ` [PATCH 5/6] tcpwrapper: Eliminated shadowed declaration warnings
  ` [PATCH 6/6] tcpwrapper: Add support for IPv6

NFS V3 Problems
 2010-01-15  8:17 UTC 

[PATCH] fs/nfs/write.c: make local symbol static
 2010-01-15  3:16 UTC 

[PATCH] xprtsock.c: make bc_{malloc/free} static
 2010-01-14 22:42 UTC  (2+ messages)

To Automount or to Not Automount?
 2010-01-14 22:07 UTC  (4+ messages)

[PATCH] nfsd41: Create the recovery entry for the NFSv4.1 client
 2010-01-14 17:26 UTC  (2+ messages)

[2.6.33-rc3] NFS4 and dentry issues
 2010-01-14  8:39 UTC  (3+ messages)

[PATCH 1/1] nfs: fix race between renewd, umount, and the state manager in V4.1
 2010-01-14  0:15 UTC 

[NFS] how to display fsid on client?
 2010-01-13 23:32 UTC  (2+ messages)

Is it safe to increase RPC_CREDCACHE_HASHBITS?
 2010-01-13 22:08 UTC 


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