messages from 2009-02-20 18:56:55 to 2009-03-05 17:42:53 UTC [more...]
[PATCH 0/9] Address type width mismatches between TI-RPC and glibc
2009-03-05 17:42 UTC (6+ messages)
` [PATCH 1/9] configure: add defensive quoting in some function checks
` [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
NFS significantly slow on uncache data, high %iowait, for kernel 2.6
2009-03-05 17:18 UTC
Memory corruption in nfs3_xdr_setaclargs()
2009-03-05 16:33 UTC (3+ messages)
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
NFS4ERR_SYMLINK error
2009-03-05 10:09 UTC (2+ messages)
[PATCH 1/6] mount: Fix a bug in the legacy version of nfs_name_to_address()
2009-03-04 22:59 UTC (7+ messages)
` [PATCH 2/6] nfs(5): document new [no]resvport option
` [PATCH 3/6] "
` [PATCH 4/6] showmount command: remove legacy RPC logic
` [PATCH 5/6] nfs-utils: Remove fprintf() call from support/nfs/getport.c
` [PATCH 6/6] configure: fix AC_CACHE_VAL warnings on Fedora 10
Possible bug in nfs-utils source
2009-03-04 22:59 UTC (4+ messages)
[PATCH 0/2] NFSD: fix handling of unsupported nfsv4 ops
2009-03-04 21:11 UTC (3+ 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 (4+ messages)
[NFS] Using kerberos NFSv4 with Fedora 10
2009-03-02 15:46 UTC (2+ messages)
NFS4ERR_RESOURCE in setclientid_confirm
2009-03-02 17:32 UTC
BUG NULL pointer dereference in SUNRPC xs_udp_send_request
2009-03-02 16:39 UTC (12+ messages)
` [PATCH] sunrpc: xprt is not connected until after sock is set
[PATCH 0/7] Address kernel bugzilla 12256
2009-02-27 18:55 UTC (10+ messages)
` [PATCH 1/7] lockd: Use AF_INET6 listener only when IPv6 support is built in
[NFS] Write stalls over UDP and Gigabit
2009-02-27 11:13 UTC (2+ messages)
[NFS] anarchicall bakeshop democratizes nonresident
2009-02-26 23:25 UTC
[CFP, 2 days left] 2009 Linux Storage and Filesystem Workshop
2009-02-26 19:44 UTC
[NFS] Your Confirmation Required
2009-02-26 2:38 UTC
Ping: d_obtain_alias
2009-02-24 21:36 UTC (8+ messages)
` [PATCH] EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL
School Project to Create Distributed Filesystem
2009-02-23 18:43 UTC
[PATCH] Inconsistent setattr behaviour
2009-02-23 17:01 UTC (4+ messages)
PATCH: Support binding to a local IPv4 address when mounting a server
2009-02-22 23:45 UTC (19+ messages)
[NFS] NFS-HOWTO issue
2009-02-22 22:27 UTC
Look at this site!
2009-02-22 20:51 UTC
Blue-pills. Better Nights. Better LOVE
2008-02-22 11:31 UTC
[PATCH] nfsd: be creative with time stmaps so that NFS client can reliably discover changes
2009-02-22 6:59 UTC
[PATCH] nfs: flush cached directory information slightly more readily
2009-02-22 6:57 UTC
PATCH: Support binding to a local IPv4 address when mounting a server
2009-02-21 18:18 UTC
[RFC] [PATCH v2 0/1] nfsd: Improve NFS server performance
2009-02-21 16:35 UTC (5+ messages)
` [RFC] [PATCH v2 1/1]: nfsd: Change caching from ino/dev to file-handle
Cyrus sent you an eCard from 101Christmas-Carols
2009-02-21 0:39 UTC
Thoughts about cache consistency and directories in particular
2009-02-20 22:14 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox