messages from 2012-04-24 15:40:55 to 2012-04-27 17:28:04 UTC [more...]
[PATCH v5 0/9] Fix SECINFO procedure
2012-04-27 17:27 UTC (10+ messages)
` [PATCH v5 1/9] NFS: Fix SECINFO_NO_NAME
` [PATCH v5 2/9] NFS: Handle exceptions coming out of nfs4_proc_fs_locations()
` [PATCH v5 3/9] NFS: Do secinfo as part of lookup
` [PATCH v5 4/9] NFS: Fix following referral mount points with different security
` [PATCH v5 5/9] NFS: Honor the authflavor set in the clone mount data
` [PATCH v5 6/9] NFS: Remove unused function nfs_lookup_with_sec()
` [PATCH v5 7/9] NFS: Remove secinfo knowledge out of the generic client
` [PATCH v5 8/9] NFS: Create a submount rpc_op
` [PATCH v5 9/9] NFS: Remove extra rpc_clnt argument to proc_lookup
[PATCH 0/6] Extended file stat system call
2012-04-27 16:32 UTC (55+ messages)
` [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available
` [PATCH 2/6] xstat: Ext4: Return extended attributes
` [PATCH 4/6] xstat: NFS: "
[PATCH v4 0/9] Fix SECINFO procedure
2012-04-27 16:12 UTC (12+ messages)
` [PATCH v4 1/9] NFS: Fix SECINFO_NO_NAME
` [PATCH v4 2/9] NFS: Handle exceptions coming out of nfs4_proc_fs_locations()
` [PATCH v4 3/9] NFS: Do secinfo as part of lookup
` [PATCH v4 4/9] NFS: Fix following referral mount points with different security
` [PATCH v4 5/9] NFS: Honor the authflavor set in the clone mount data
` [PATCH v4 6/9] NFS: Remove unused function nfs_lookup_with_sec()
` [PATCH v4 7/9] NFS: Remove secinfo knowledge out of the generic client
` [PATCH v4 8/9] NFS: Create a submount rpc_op
` [PATCH v4 9/9] NFS: Remove extra rpc_clnt argument to proc_lookup
NFSv4 UCS client implementation experience
2012-04-27 16:05 UTC
[PATCH] NFSv4: Add modalias for "nfs4"
2012-04-27 15:41 UTC (11+ messages)
[PATCH 0/3] SUNRPC: separate per-net data creation from service creation
2012-04-27 14:08 UTC (7+ messages)
` [PATCH 1/3] SUNRPC: new svc_bind() routine introduced
` [PATCH 2/3] SUNRPC: check rpcbind clients usage counter before decrement
` [PATCH 3/3] SUNRPC: move per-net operations from svc_destroy()
` [PATCH v2 "
[PATCH] nfsd: add IPv6 addr escaping to fs_location hosts
2012-04-27 12:48 UTC (2+ messages)
[PATCH] nfsd: add IPv6 addr escaping to fs_location hosts
2012-04-27 11:42 UTC (3+ messages)
[PATCH] mountd: support IPv6 [] escaping with fsloc hosts
2012-04-27 11:28 UTC (2+ messages)
[PATCH 0/3] SUNRPC: three bugfixes for PipeFS event handling
2012-04-27 9:00 UTC (8+ messages)
` [PATCH 2/3] SUNRPC: traverse clients tree on PipeFS event
` [PATCH v2 "
[PATCH 1/8] NFSv4: Fix a typo in NFS4_enc_link_sz
2012-04-26 21:03 UTC (8+ messages)
` [PATCH 2/8] NFS: Simplify nfs_fhget()
` [PATCH 3/8] NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHE
` [PATCH 4/8] NFSv2/v3: Simulate the change attribute
` [PATCH 5/8] NFS: Simplify the cache invalidation code
` [PATCH 6/8] NFSv4: Simplify the NFSv4 OPEN compound
` [PATCH 7/8] NFSv4: Simplify the NFSv4 CREATE compound
` [PATCH 8/8] NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds
[PATCH 1/4] Fix debugging reference from non-GSS to optional GSS code
2012-04-26 20:07 UTC (8+ messages)
` [PATCH 2/4] Make svc_auth_none always available
` [PATCH 3/4] No longer require NIS
` [PATCH 4/4] Fix debugging-related namespace pollution
[PATCH 1/1] mounts.nfs: v2 and v3 background mounts should retry when server is down
2012-04-26 17:36 UTC (3+ messages)
[PATCH 01/20] NFS: Fix comment misspelling in struct nfs_client definition
2012-04-26 19:57 UTC (11+ messages)
` [PATCH 13/20] NFS: Fix recovery from NFS4ERR_CLID_INUSE
Linux server client ID behavior
2012-04-26 19:06 UTC (3+ messages)
[PATCH v5 0/9] nfsdcld: add a daemon to track NFSv4 client names on stable storage
2012-04-26 17:38 UTC (2+ messages)
[PATCH v1 02/12] vfs: make fstatat retry on ESTALE errors from getattr call
2012-04-26 15:57 UTC (11+ messages)
` [PATCH v1 03/12] vfs: fix readlinkat to retry on ESTALE
` [PATCH v1 04/12] vfs: add new "reval" argument to kern_path_create and user_path_create
` [PATCH v1 05/12] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v1 06/12] vfs: fix mkdir "
` [PATCH v1 07/12] vfs: add a "reval" flag to args for user_path_parent
` [PATCH v1 08/12] vfs: make rmdir retry on ESTALE errors
` [PATCH v1 09/12] vfs: make do_unlinkat "
` [PATCH v1 10/12] vfs: fix symlinkat to "
` [PATCH v1 11/12] vfs: fix linkat "
` [PATCH v1 12/12] vfs: fix renameat "
[PATCH v1 00/12] vfs: add the ability to retry on ESTALE to several syscalls
2012-04-26 15:54 UTC (2+ messages)
` [PATCH v1 01/12] vfs: add a retry_estale helper function to handle retries on ESTALE
[PATCH 00/10] NFS: callback threads containerization
2012-04-26 15:56 UTC (11+ messages)
` [PATCH 01/10] NFS: pass net to nfs_callback_down()
` [PATCH 02/10] NFS: callback service creation function introduced
` [PATCH 03/10] NFS: move per-net callback thread initialization to nfs_callback_up_net()
` [PATCH 04/10] NFS: callback up - transport backchannel cleanup
` [PATCH 05/10] NFS: callback service start function introduced
` [PATCH 06/10] NFS: callback up - users counting cleanup
` [PATCH 07/10] NFS: make nfs_callback_tcpport per network context
` [PATCH 08/10] NFS: make nfs_callback_tcpport6 "
` [PATCH 09/10] NFS; callback per-net usage counting introduced
` [PATCH 10/10] NFS: add debug messages to callback down function
Linux pNFS status meeting 04/26/12
2012-04-26 14:38 UTC
OPEN THE ATTACHMENT AND READ YOUR MESSAGE AND GET BACK TO ME
2012-04-26 14:37 UTC
[PATCH v2] SUNRPC: skip dead but not buried clients on PipeFS events
2012-04-26 6:31 UTC (5+ messages)
LOOKUP Reply Error:NFS3ERR_NO_ENT
2012-04-25 23:27 UTC (3+ messages)
LOOKUP Reply Error:NFS3ERR_NO_ENT
2012-04-25 22:20 UTC (2+ messages)
[PATCH] nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseek
2012-04-25 22:18 UTC (2+ messages)
[PATCH 0/6] Lockd: service start cleanup patch set
2012-04-25 14:23 UTC (7+ messages)
` [PATCH 1/6] LockD: pass service to per-net up and down functions
` [PATCH 2/6] LockD: use existent per-net data function on service creation
` [PATCH 3/6] LockD: service creation function introduced
` [PATCH 4/6] LockD: move global usage counter manipulation from error path
` [PATCH 5/6] LockD: service start function introduced
` [PATCH 6/6] LockD: add debug message to start and stop functions
[3.2.10] NFSv3 CLOSE_WAIT hang
2012-04-25 14:16 UTC (2+ messages)
[PATCH RFC] vfs: make fstatat retry on ESTALE errors from getattr call
2012-04-25 12:04 UTC (14+ messages)
` [PATCH RFC v3] vfs: make fstatat retry once "
nfs-utils-1.2.5 getpagesize error in utils/blkmpd/device-process.c
2012-04-25 0:43 UTC (2+ messages)
[PATCH 0/6] fix some problems with v4root handling in mountd
2012-04-24 22:05 UTC (4+ messages)
` [PATCH 4/6] v4set_root: force "fsid=0" for all exports of '/'
[PATCH] nfs4: fix referrals on mounts that use IPv6 addrs
2012-04-24 20:50 UTC
[PATCH] nfs4: fix referrals on mounts that use IPv6 addrs
2012-04-24 20:42 UTC (2+ messages)
[GIT PULL] please pull NFS client bugfixes
2012-04-24 20:18 UTC
[PATCH 0/2] NFS: Make v2 configurable
2012-04-24 18:58 UTC (3+ messages)
` [PATCH 1/2] NFS: Create an NFS v3 stat_to_errno()
` [PATCH 2/2] NFS: Make v2 configurable
[PATCH 1/1] NFS: Prevent garbage cinfo->ds from leaking out
2012-04-24 18:50 UTC
[PATCH v3 0/8] Fix SECINFO procedure
2012-04-24 17:56 UTC (9+ messages)
` [PATCH v3 1/8] NFS: Fix SECINFO_NO_NAME
` [PATCH v3 2/8] NFS: Handle exceptions coming out of nfs4_proc_fs_locations()
` [PATCH v3 3/8] NFS: Do secinfo as part of lookup
` [PATCH v3 4/8] NFS: Remove secinfo knowledge out of the generic client
` [PATCH v3 5/8] NFS: Create a submount rpc_op
` [PATCH v3 6/8] NFS: Fix following referral mount points with different security
` [PATCH v3 7/8] NFS: Honor the authflavor set in the clone mount data
` [PATCH v3 8/8] NFS: Remove extra rpc_clnt argument to proc_lookup
[PATCH] nfs4: fix referrals on mounts that use IPv6 addrs
2012-04-24 16:20 UTC (5+ messages)
[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
2012-04-24 16:10 UTC (9+ messages)
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type
[PATCH] rpcbind: Only listen on requested hostnames for NC_TPI_COTS connections
2012-04-24 15:58 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