messages from 2012-11-14 16:08:09 to 2012-11-26 20:17:14 UTC [more...]
[PATCH v2 00/27] NFSv4.1: Add support for session dynamic slot management
2012-11-26 20:16 UTC (26+ messages)
` [PATCH v2 01/28] NFSv4.1: Handle session reset and bind_conn_to_session before lease check
` [PATCH v2 02/28] NFSv4.1: Don't confuse CREATE_SESSION arguments and results
` [PATCH v2 03/28] NFSv4.1: Adjust CREATE_SESSION arguments when mounting a new filesystem
` [PATCH v2 04/28] NFSv4.1: We must bump the clientid sequence number after CREATE_SESSION
` [PATCH v2 05/28] NFSv4.1: nfs4_alloc_slots doesn't need zeroing
` [PATCH v2 06/28] NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots
` [PATCH v2 07/28] NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_time
` [PATCH v2 08/28] NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer
` [PATCH v2 09/28] NFSv4.1: Label each entry in the session slot tables with its slot number
` [PATCH v2 10/28] NFSv4.1: Simplify struct nfs4_sequence_args too
` [PATCH v2 11/28] NFSv4.1: Simplify slot allocation
` [PATCH v2 12/28] NFSv4.1: Clean up nfs4_free_slot
` [PATCH v2 13/28] NFSv4.1: Ensure that the client tracks the server target_highest_slotid
` [PATCH v2 14/28] NFSv4.1: Reset the sequence number for slots that have been deallocated
` [PATCH v2 15/28] NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocation
` [PATCH v2 16/28] NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slot
` [PATCH v2 17/28] NFSv4.1: Allow the server to recall all but one slot
` [PATCH v2 18/28] NFSv4.1: Support dynamic resizing of the session slot table
` [PATCH v2 19/28] NFSv4.1: Allow SEQUENCE to resize the slot table on the fly
` [PATCH v2 20/28] NFSv4.1: Remove the state manager code to resize the slot table
` [PATCH v2 21/28] NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets
` [PATCH v2 22/28] NFSv4.1: If slot allocation fails due to OOM, retry more quickly
` [PATCH v2 23/28] NFSv4.1: Clean up session draining
` [PATCH v2 24/28] NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_lease
` [PATCH v2 25/28] NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c
[PATCH 1/3] mount.nfs: Continue to trying address when the server return ENOENT
2012-11-26 20:17 UTC (3+ messages)
` [PATCH 2/3] mount.nfs: error message clean up
` [PATCH 3/3] mountd: Return ENOENT when an export does not exist
Slow NFS loop performance
2012-11-26 17:45 UTC (9+ messages)
[PATCH v2 00/10] NFSD: Improve fault injection
2012-11-26 16:26 UTC (7+ messages)
fixes for 3.8
2012-11-26 16:24 UTC (11+ messages)
` [PATCH 1/8] nfsd: fix v4 reply caching
` [PATCH 2/8] nfsd4: no, we're not going to check tags for utf8
` [PATCH 3/8] nfsd4: simplify reading of opnum
` [PATCH 4/8] nfsd4: reorganize write decoding
` [PATCH 5/8] nfsd4: move more write parameters into xdr argument
` [PATCH 6/8] nfsd4: delay filling in write iovec array till after xdr decoding
` [PATCH 7/8] nfsd4: downgrade some fs/nfsd/nfs4state.c BUG's
` [PATCH 8/8] nfsd4: return badname on use "." or "..", or "/"
NFSd threads amount policy in containers context
2012-11-26 16:09 UTC
[PATCH 0/2] nfsd: containerise NFSv4 recovery state
2012-11-26 13:16 UTC (3+ messages)
` [PATCH 1/2] nfsd: recovery - make rec_file per net
` [PATCH 2/2] nfsd: recovery - make in_grace "
[PATCH 0/5] nfsd: more NFSv4 state containerization
2012-11-26 12:22 UTC (6+ messages)
` [PATCH 1/5] nfsd: make client_lock per net
` [PATCH 2/5] nfsd: make delegations shutdown network namespace aware
` [PATCH 3/5] nfsd: cleanup NFSd state shutdown a bit
` [PATCH 4/5] nfsd: cleanup NFSd state start "
` [PATCH 5/5] nfsd: call state init and shutdown twice
[PATCH] pnfs: improve debug prints in filelayout_set_layoutcommit
2012-11-26 9:30 UTC
[PATCH] pnfsd-lexp: CONFIG_PNFSD_LEXP_COMMIT_THRU_MDS
2012-11-26 9:26 UTC
(no subject)
2012-11-26 7:01 UTC
nfs cache bug (when server delete the file ,nfs client can read file also)
2012-11-26 5:41 UTC (7+ messages)
NFS exportfs options
2012-11-25 14:48 UTC (3+ messages)
[PATCH v4 22/31] nfs: add support for read_iter, write_iter
2012-11-23 17:50 UTC (4+ messages)
` [PATCH v4 23/31] nfs: simplify swap
NFSd state: nfs4_lock_state() and nfs4_lock_state()
2012-11-23 11:31 UTC (5+ messages)
[nfs:devel 73/73] fs/nfs/nfs4proc.c:743:31: error: expected ')' before ';' token
2012-11-23 5:48 UTC
nfs cache bug (when server delete the file ,nfs client can read file also)
2012-11-23 4:32 UTC
[RFC PATCH v2 00/15] NFSd state containerization
2012-11-22 8:05 UTC (6+ messages)
[PATCH 00/20] NFSv4.1: Add support for session dynamic slot management
2012-11-21 22:43 UTC (21+ messages)
` [PATCH 01/20] NFSv4.1: Don't confuse CREATE_SESSION arguments and results
` [PATCH 02/20] NFSv4.1: Adjust CREATE_SESSION arguments when mounting a new filesystem
` [PATCH 03/20] NFSv4.1: We must bump the clientid sequence number after CREATE_SESSION
` [PATCH 04/20] NFSv4.1: nfs4_alloc_slots doesn't need zeroing
` [PATCH 05/20] NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots
` [PATCH 06/20] NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_time
` [PATCH 07/20] NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer
` [PATCH 08/20] NFSv4.1: Label each entry in the session slot tables with its slot number
` [PATCH 09/20] NFSv4.1: Simplify struct nfs4_sequence_args too
` [PATCH 10/20] NFSv4.1: Simplify slot allocation
` [PATCH 11/20] NFSv4.1: Clean up nfs4_free_slot
` [PATCH 12/20] NFSv4.1: Ensure that the client tracks the server target_highest_slotid
` [PATCH 13/20] NFSv4.1: Reset the sequence number for slots that have been deallocated
` [PATCH 14/20] NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocation
` [PATCH 15/20] NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slot
` [PATCH 16/20] NFSv4.1: Allow the server to recall all but one slot
` [PATCH 17/20] NFSv4.1: Support dynamic resizing of the session slot table
` [PATCH 18/20] NFSv4.1: Allow SEQUENCE to resize the slot table on the fly
` [PATCH 19/20] NFSv4.1: Remove the state manager code to resize the slot table
` [PATCH 20/20] NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets
Metadata Server for PNFS testing
2012-11-21 16:08 UTC (3+ messages)
[PATCH] nfsd4: remove state lock from nfs4_state_shutdown
2012-11-21 15:07 UTC
showmount -e issue
2012-11-21 7:09 UTC
Labeled NFS [v5]
2012-11-21 3:28 UTC (8+ messages)
[RFC PATCH V2] mount: Added the -o v4.1 mount option
2012-11-19 21:51 UTC (14+ messages)
[RFC PATCH 1/4] NFS: Add an ioctl to allow applications limited control over caching
2012-11-19 17:42 UTC (6+ messages)
` [RFC PATCH 2/4] NFS: Add an ioctl to flush and invalidate a limited range of data
` [RFC PATCH 3/4] NFS: Allow users to return the delegation
` [RFC PATCH 4/4] NFS: Allow a process to set an aggressive caching policy on a file
Fwd: [Question] NFS and default file / folder permission
2012-11-19 17:22 UTC (2+ messages)
[PATCH] svcgssd: Encryption types not being parsed correctly
2012-11-19 15:53 UTC (2+ messages)
[RFC PATCH] mount: Added the -o v4.1 mount option
2012-11-19 15:15 UTC
[PATCH v2] NFS: Reduce stack use in encode_exchange_id()
2012-11-17 0:53 UTC (2+ messages)
[PATCH] SUNRPC: Allow rpc_clone_client() to share rpc_auth objects
2012-11-16 23:28 UTC
[PATCH] NFS: Reduce stack use in encode_exchange_id()
2012-11-16 22:25 UTC (3+ messages)
Kernel update 3.5.7 -> 3.6.3 breaks NFS4
2012-11-16 19:19 UTC (11+ messages)
[PATCH] nfs(5): Document the minorversion= mount option
2012-11-16 14:12 UTC (8+ messages)
Williams
2012-11-16 12:57 UTC
Labeled NFS [v5]
2012-11-16 4:59 UTC (18+ messages)
3.7-rc1 NFSv3/sec=krb5 mkdir failure
2012-11-16 2:41 UTC (11+ messages)
[PATCH v3] SUNRPC: set desired file system root before connecting local transports
2012-11-15 18:58 UTC (19+ messages)
PNFS Kernel - CONFIG_SPNFS not found
2012-11-15 18:26 UTC (3+ messages)
xattr support in NFS?
2012-11-15 18:23 UTC (4+ messages)
Linux pNFS status meeting 11/15/12 *today*
2012-11-15 13:07 UTC (2+ messages)
` *Cancelled* :Linux "
!
2012-11-14 21:03 UTC (2+ messages)
xattr support in NFS?
2012-11-14 20:24 UTC (2+ messages)
` !
xattr support in NFS?
2012-11-14 17:03 UTC (2+ 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).