messages from 2014-07-16 20:58:47 to 2014-07-22 15:00:07 UTC [more...]
[PATCH v4 00/10] nfsd: more delegation fixes to prepare for client_mutex removal
2014-07-22 15:00 UTC (39+ messages)
` [PATCH v4 01/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v4 02/10] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v4 03/10] nfsd: simplify stateid allocation and file handling
` [PATCH v4 04/10] nfsd: Fix delegation revocation
` [PATCH v4 05/10] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v4 06/10] nfsd: Convert delegation counter to an atomic_long_t type
` [PATCH v4 07/10] nfsd: drop unused stp arg to alloc_init_deleg
` [PATCH v4 08/10] nfsd: clean up arguments to nfs4_open_delegation
` [PATCH v4 09/10] nfsd: clean up nfs4_set_delegation
` [PATCH v4 10/10] nfsd: give block_delegation and delegation_blocked its own spinlock
[PATCH v4 00/21] NFS/RDMA client patches for 3.17
2014-07-22 14:54 UTC (22+ messages)
` [PATCH v4 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
` [PATCH v4 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
` [PATCH v4 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL
` [PATCH v4 04/21] xprtrdma: Update rkeys after transport reconnect
` [PATCH v4 05/21] xprtrdma: On disconnect, don't ignore pending CQEs
` [PATCH v4 06/21] xprtrdma: Don't invalidate FRMRs if registration fails
` [PATCH v4 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg
` [PATCH v4 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails
` [PATCH v4 09/21] xprtrdma: Chain together all MWs in same buffer pool
` [PATCH v4 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list
` [PATCH v4 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
` [PATCH v4 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
` [PATCH v4 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
` [PATCH v4 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests
` [PATCH v4 15/21] xprtrdma: Disable completions for LOCAL_INV "
` [PATCH v4 16/21] xprtrdma: Rename frmr_wr
` [PATCH v4 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately
` [PATCH v4 18/21] xprtrdma: Schedule reply tasklet once per upcall
` [PATCH v4 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void
` [PATCH v4 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
` [PATCH v4 21/21] xprtrdma: Handle additional connection events
[PATCH 1/4] knfsd: Store the filehandle with the struct nfs4_file
2014-07-21 22:54 UTC (4+ messages)
` [PATCH 2/4] knfsd: Use the filehandle to look up the struct nfs4_file instead of inode
` [PATCH 3/4] knfsd: nfs4_check_fh - make it actually check the filehandle
` [PATCH 4/4] knfsd: Do not let nfs4_file pin the struct inode
[PATCH v5 00/10] nfsd: more delegation fixes to prepare for client_mutex removal
2014-07-21 22:52 UTC (21+ messages)
` [PATCH v5 01/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v5 02/10] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v5 03/10] nfsd: simplify stateid allocation and file handling
` [PATCH v5 04/10] nfsd: Fix delegation revocation
` [PATCH v5 05/10] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v5 06/10] nfsd: Convert delegation counter to an atomic_long_t type
` [PATCH v5 07/10] nfsd: drop unused stp arg to alloc_init_deleg
` [PATCH v5 08/10] nfsd: clean up arguments to nfs4_open_delegation
` [PATCH v5 09/10] nfsd: clean up nfs4_set_delegation
` [PATCH v5 10/10] nfsd: give block_delegation and delegation_blocked its own spinlock
` [PATCH v5 11/10] nfsd: set fl->fl_file properly in nfs4_setlease
[PATCH 1/2] SUNRPC: Enforce an upper limit on the number of cached credentials
2014-07-21 22:33 UTC (4+ messages)
` [PATCH 2/2] NFS: Enforce an upper limit on the number of cached access call
[3.8.y.z extended stable] Patch "NFS: populate ->net in mount data when remounting" has been added to staging queue
2014-07-21 21:21 UTC
[PATCH] nfsd: print status when nfsd4_open fails to open file it just created
2014-07-21 20:17 UTC (3+ messages)
fuzz tested user mode linux crashed in NFS code path
2014-07-21 15:55 UTC (10+ messages)
[PATCH] svcrdma: Select NFSv4.1 backchannel transport based on forward channel
2014-07-21 15:23 UTC (8+ messages)
[PATCH 00/40] nfsd: stateid and stateowner refcounting overhaul
2014-07-21 15:02 UTC (41+ messages)
` [PATCH 01/40] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH 02/40] nfsd: Add reference counting to the lock and open stateids
` [PATCH 03/40] nfsd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH 04/40] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH 05/40] nfsd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH 06/40] nfsd: Cleanup the freeing of stateids
` [PATCH 07/40] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH 08/40] nfsd: Add locking to protect the state owner lists
` [PATCH 09/40] nfsd: clean up races in lock stateid searching and creation
` [PATCH 10/40] nfsd: Slight cleanup of find_stateid()
` [PATCH 11/40] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH 12/40] nfsd: Add reference counting to lock stateids
` [PATCH 13/40] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH 14/40] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH 15/40] nfsd: nfsd4_process_open2() must reference "
` [PATCH 16/40] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH 17/40] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH 18/40] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH 19/40] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH 20/40] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH 21/40] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH 22/40] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH 23/40] nfsd: Add reference counting to state owners
` [PATCH 24/40] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH 25/40] nfsd: Keep a reference to the open stateid for the NFSv4.0 "
` [PATCH 26/40] nfsd: clean up lockowner refcounting when finding them
` [PATCH 27/40] nfsd: add an operation for unhashing a stateowner
` [PATCH 28/40] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH 29/40] nfsd: clean up refcounting for lockowners
` [PATCH 30/40] nfsd: make openstateids hold references to their openowners
` [PATCH 31/40] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH 32/40] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH 33/40] nfsd: Protect adding/removing lock "
` [PATCH 34/40] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH 35/40] nfsd: clean up and reorganize release_lockowner
` [PATCH 36/40] nfsd: add locking to stateowner release
` [PATCH 37/40] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH 38/40] nfsd: close potential race in nfsd4_free_stateid
` [PATCH 39/40] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH 40/40] nfsd: don't thrash the cl_lock while freeing an open stateid
[PATCH/RFC] NFS: state manager thread must start running
2014-07-21 3:35 UTC (5+ messages)
[PATCH] NFS: nfs4_do_open should add negative results to the dcache
2014-07-21 3:28 UTC
[PATCH 0/9] fs.h/dlm: Neatening and argument removals
2014-07-20 18:23 UTC (3+ messages)
` [PATCH 7/9] dlm: fs: Remove unused conf from lm_grant
` [PATCH 9/9] fs: dlm: lockd: Convert int result to unsigned char type
[GIT PULL] Please pull NFS client changes
2014-07-19 20:07 UTC
[PATCH 3.12 037/170] NFS: populate ->net in mount data when remounting
2014-07-18 12:10 UTC
[PATCH] nfsd: Fix bad reserving space for encoding rdattr_error
2014-07-18 11:55 UTC (8+ messages)
` [PATCH] NFSD: Convert magic number to sizeof() for encode and decode
[PATCH v3 0/6] nfsd: more delegation fixes to prepare for client_mutex removal
2014-07-18 11:27 UTC (11+ messages)
` [PATCH 1/6] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH 2/6] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH 3/6] nfsd: simplify stateid allocation and file handling
` [PATCH 4/6] nfsd: Fix delegation revocation
` [PATCH 5/6] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH 6/6] nfsd: Convert delegation counter to an atomic_long_t type
[patch added to the 3.12 stable tree] NFS: populate ->net in mount data when remounting
2014-07-18 7:25 UTC
[PATCH] nfsd4: handle failure to find backchannel
2014-07-18 0:01 UTC (6+ messages)
[PATCH] NFS: add checks for returned value of try_module_get()
2014-07-17 23:11 UTC
[PATCH] nfsd: silence sparse warning about accessing credentials
2014-07-17 20:16 UTC (2+ messages)
[PATCH v2 0/8] nfsd: more delegation fixes to prepare for client_mutex removal
2014-07-17 18:46 UTC (16+ messages)
` [PATCH v2 02/10] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v2 04/10] nfsd: Ensure stateids remain unique until they are freed
` [PATCH v2 06/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v2 09/10] nfsd: Fix delegation revocation
[PATCH] SUNRPC: xdr_get_next_encode_buffer should be declared static
2014-07-17 18:41 UTC (5+ messages)
[PATCH] NFS: nfs4_lookup_revalidate need to report STALE inodes
2014-07-17 14:41 UTC (10+ messages)
Announcing the release of fedfs-utils 0.9.7
2014-07-17 14:38 UTC
[PATCH v3 00/21] NFS/RDMA client patches for 3.17
2014-07-17 14:21 UTC (5+ messages)
[PATCH] Fix Python 3 compatibility of mountstats and nfs-iostat
2014-07-17 9:57 UTC
[PATCH] net: clean up some sparse endianness warnings in ipv6.h
2014-07-17 6:31 UTC (3+ messages)
` [PATCH v2] "
invalidating cache on chmod
2014-07-17 5:00 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