messages from 2009-03-28 00:04:48 to 2009-04-01 00:16:47 UTC [more...]
[PATCH 0/4] Allow NFS to use ordinary path lookup when mounting NFSv4
2009-04-01 0:16 UTC (10+ messages)
` [PATCH 1/4] VFS: Add a VFS helper function vfs_remote_path_lookup()
` [PATCH 2/4] NFSv4: Use vfs_path_lookup() instead of nfs4_path_walk()
` [PATCH 4/4] NFS: Correct the NFS mount path when following a referral
[PATCH 0/47] NFSv4.1 Sessions server code for 2.6.30
2009-03-31 23:38 UTC (103+ messages)
` [PATCH 01/47] nfsd: don't use the deferral service, return NFS4ERR_DELAY
` [PATCH 02/47] sunrpc: add cl_private field to struct rpc_clnt
` [PATCH v2 01/47] nfsd: don't use the deferral service, return NFS4ERR_DELAY
` [PATCH v2 02/47] nfsd: embed nfsd4_current_state in nfsd4_compoundres
` [PATCH v2 03/47] nfsd: add a struct nfsd4_slot pointer to struct nfsd4_compound_state
` [PATCH v2 04/47] nfs41: common protocol definitions
` [PATCH v2 05/47] nfsd41: change NFSERR_REPLAY_ME
` [PATCH v2 06/47] nfsd41: Add Kconfig symbols for NFSv4.1
` [PATCH v2 07/47] nfsd41: define nfs41 error codes
` [PATCH v2 08/47] nfsd41: sessions basic data types
` [PATCH v2 09/47] nfsd41: introduce nfs4_client cl_sessions list
` [PATCH v2 10/47] nfsd41: release_session when client is expired
` [PATCH v2 11/47] nfsd41: sessionid hashing
` [PATCH v2 12/47] nfsd41: xdr infrastructure
` [PATCH v2 13/47] nfsd: remove nfsd4_ops array size
` [PATCH v2 14/47] nfsd41: proc stubs
` [PATCH v2 15/47] nfsd41: exchange_id operation
` [PATCH v2 16/47] nfsd41: match clientid establishment method
` [PATCH v2 17/47] nfsd41: sequence operation
` [PATCH v2 18/47] nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules
` [PATCH v2 19/47] nfsd41: DRC save, restore, and clear functions
` [PATCH v2 20/47] nfsd41: hard page limit for DRC
` [PATCH v2 21/47] nfsd41: nfsd DRC logic
` [PATCH v2 22/47] nfsd41: clear DRC cache on free_session
` [PATCH v2 23/47] nfsd41: create_session operation
` [PATCH v2 24/47] nfsd41: Add a create session replay cache
` [PATCH v2 25/47] nfsd41: non-page DRC for solo sequence responses
` [PATCH v2 26/47] nfsd41: destroy_session operation
` [PATCH v2 27/47] nfsd41: stateid handling
` [PATCH v2 28/47] nfsd41: check encode size for sessions maxresponse cached
` [PATCH v2 29/47] nfsd41: clientid handling
` [PATCH v2 30/47] nfsd41: access_valid
` [PATCH v2 31/47] nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmap
` [PATCH v2 32/47] nfsd41: provide support for minor version 1 at rpc level
` [PATCH v2 33/47] nfsd: cleanup nfs4.0 callback encode routines
` [PATCH v2 34/47] sunrpc: add cl_private field to struct rpc_clnt
` [PATCH v2 35/47] nfsd: minorversion support for the back channel
` [PATCH v2 36/47] nfsd41: sunrpc: Added rpc server-side backchannel handling
` [PATCH v2 37/47] nfsd41: callback infrastructure
` [PATCH v2 38/47] nfsd41: Remember the auth flavor to use for callbacks
` [PATCH v2 39/47] nfsd41: introduce cl_cb_mutex
` [PATCH v2 40/47] nfsd41: cb_sequence callback
` [PATCH v2 41/47] nfsd41: introduce nfs4_cb_call_sync for nfs4 and nfs41
` [PATCH v2 42/47] nfsd41: cb_recall callback
` [PATCH v2 43/47] nfsd41: pass writable attrs mask to nfsd4_decode_fattr
` [PATCH v2 44/47] nfsd41: support for 3-word long attribute bitmask
` [PATCH v2 45/47] nfsd41: SUPPATTR_EXCLCREAT attribute
` [PATCH v2 46/47] nfsd41: CREATE_EXCLUSIVE4_1
` [PATCH v2 47/47] nfsd41: Documentation/filesystems/nfs41-server.txt
` [PATCH 1/2] SQUASHME: nfsd41: do not verify nfserr_sequence_pos for minorversion 0
` [PATCH 2/2] nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verify
[patch 00/29] SGI enhancedNFS patches
2009-03-31 20:28 UTC (30+ messages)
` [patch 01/29] knfsd: Add infrastructure for measuring RPC service times
` [patch 02/29] knfsd: Add stats table infrastructure
` [patch 03/29] knfsd: add userspace controls for stats tables
` [patch 04/29] knfsd: Add stats updating API
` [patch 05/29] knfsd: Infrastructure for providing stats to userspace
` [patch 06/29] knfsd: Gather per-export stats
` [patch 07/29] knfsd: Prefetch the per-export stats entry
` [patch 08/29] knfsd: Gather per-client stats
` [patch 09/29] knfsd: Cache per-client stats entry on TCP transports
` [patch 10/29] knfsd: Update per-client & per-export stats from NFSv3
` [patch 11/29] knfsd: Update per-client & per-export stats from NFSv2
` [patch 12/29] knfsd: Update per-client & per-export stats from NFSv4
` [patch 13/29] knfsd: reply cache cleanups
` [patch 14/29] knfsd: better hashing in the reply cache
` [patch 15/29] knfsd: fix reply cache memory corruption
` [patch 16/29] knfsd: use client IPv4 address in reply cache hash
` [patch 17/29] knfsd: make the reply cache SMP-friendly
` [patch 18/29] knfsd: dynamically expand the reply cache
` [patch 19/29] knfsd: faster probing in "
` [patch 20/29] knfsd: add extended reply cache stats
` [patch 21/29] knfsd: remove unreported filehandle stats counters
` [patch 22/29] knfsd: make svc_authenticate() scale
` [patch 23/29] knfsd: introduce SVC_INC_STAT
` [patch 24/29] knfsd: remove the program field from struct svc_stat
` [patch 25/29] knfsd: allocate svc_serv.sv_stats dynamically
` [patch 26/29] knfsd: make svc_serv.sv_stats per-CPU
` [patch 27/29] knfsd: move hot procedure count field out of svc_procedure
` [patch 28/29] knfsd: introduce NFSD_INC_STAT()
` [patch 29/29] knfsd: make nfsdstats per-CPU
[PATCH] lockd: call locks_release_private to cleanup per-filesystem state
2009-03-31 20:12 UTC
3-word attributes encoding
2009-03-31 20:00 UTC (5+ messages)
` [pnfs] "
[NFS] Compileing nfs-utils 1.1.5 on RHEL4 fails in tcpwrapper.c
2009-03-31 19:50 UTC (5+ messages)
lookup_one_len() returning d_count == 0
2009-03-31 19:40 UTC (3+ messages)
[pnfs] [PATCH 0/9] nfs41 for 2.6.30 session reset fix and cleanup
2009-03-31 19:01 UTC
[GIT PULL] Please pull the first batch of NFS client changes (and cachefs merge)
2009-03-31 18:07 UTC
[PATCH 00/17] Proposed fix for blacklisted ipv6.ko
2009-03-31 15:32 UTC (10+ messages)
` [PATCH 06/17] SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets
` [PATCH 06/17] SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listenersockets
` [PATCH 16/17] lockd: Start PF_INET6 listener only if IPv6 support is available
` [PATCH 16/17] lockd: Start PF_INET6 listener only if IPv6 support isavailable
Page Cache writeback too slow, SSD/noop scheduler/ext2
2009-03-31 14:10 UTC (8+ messages)
PROBLEM: nfsd crashes in 2.6.29
2009-03-31 13:21 UTC
[PATCH] NSM: Fix unaligned accesses in nsm_init_private()
2009-03-30 19:40 UTC (2+ messages)
NetworkManager and sm-notify
2009-03-30 17:50 UTC
[PATCH 0/7] nfs41-for-2.6.30 cleanup patches
2009-03-30 14:00 UTC (8+ messages)
` [PATCH 1/7] SQUASHME: nfs41: remove ifdefs around nfs_client_initdata.minorversion
` [PATCH 2/7] SQUASHME: nfs41: use kcalloc to allocate slot table
` [PATCH 3/7] SQUASHME: nfs41: alloc session with GFP_KERNEL
` [PATCH 4/7] SQUASHME: nfs41: embed resp_len in nfs_getaclres
` [PATCH 5/7] SQUASHME: Revert "NFS: fix decode_fs_locations_maxsz"
` [PATCH 6/7] SQUASHME: nfs41: get fs_locations replen before encoding the GETATTR
` [PATCH 7/7] SQUASHME: nfs41: get getacl "
[PATCH 0/46] nfs41 sessions infrastructure
2009-03-30 12:40 UTC (27+ messages)
` [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 09/46] nfs41: sessions client infrastructure
` [PATCH 17/46] nfs41: use nfs4_getaclres
` [PATCH 19/46] nfs41: use nfs4_setaclres
` [PATCH 24/46] NFS: fix decode_fs_locations_maxsz
` [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
` [pnfs] "
Large bone - more pleasure
2009-03-30 12:14 UTC
[PATCH 0/3] nfsd41: fix callback minorversion
2009-03-29 19:11 UTC (4+ messages)
` [PATCH 1/3] SQUASHME: get callback minorversion from fore channel's
` [PATCH 2/3] SQUASHME: nfsd41: use nfsd4_cb_sequence for callback minorversion
` [PATCH 3/3] SQUASHME: Revert "sunrpc: add cl_private field to struct rpc_clnt"
[PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list
2009-03-28 12:44 UTC (11+ 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;
as well as URLs for NNTP newsgroup(s).