Linux NFS
[Prev Page][Next Page]
- [PATCH 05/11] mountd: define _GNU_SOURCE for statfs64 and use standard dev_t, (continued)
- [PATCH v3 00/38] nfsd: stateid and stateowner refcounting overhaul,
Jeff Layton
- [PATCH v3 01/38] nfsd: Add reference counting to the lock and open stateids, Jeff Layton
- [PATCH v3 02/38] nfsd: Cleanup the freeing of stateids, Jeff Layton
- [PATCH v3 03/38] nfsd: Add a struct nfs4_file field to struct nfs4_stid, Jeff Layton
- [PATCH v3 04/38] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file, Jeff Layton
- [PATCH v3 05/38] nfsd4: use cl_lock to synchronize all stateid idr calls, Jeff Layton
- [PATCH v3 06/38] nfsd: do filp_close in sc_free callback for lock stateids, Jeff Layton
- [PATCH v3 07/38] nfsd: Add locking to protect the state owner lists, Jeff Layton
- [PATCH v3 09/38] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid, Jeff Layton
- [PATCH v3 08/38] nfsd: clean up races in lock stateid searching and creation, Jeff Layton
- [PATCH v3 10/38] nfsd: Add reference counting to lock stateids, Jeff Layton
- [PATCH v3 11/38] nfsd: nfsd4_locku() must reference the lock stateid, Jeff Layton
- [PATCH v3 12/38] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid, Jeff Layton
- [PATCH v3 16/38] nfsd: nfsd4_open_confirm() must reference the open stateid, Jeff Layton
- [PATCH v3 18/38] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op, Jeff Layton
- [PATCH v3 19/38] nfsd: Migrate the stateid reference into nfs4_lookup_stateid(), Jeff Layton
- [PATCH v3 17/38] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op, Jeff Layton
- [PATCH v3 20/38] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type(), Jeff Layton
- [PATCH v3 24/38] nfsd: add an operation for unhashing a stateowner, Jeff Layton
- [PATCH v3 22/38] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache, Jeff Layton
- [PATCH v3 25/38] nfsd: Make lock stateid take a reference to the lockowner, Jeff Layton
- [PATCH v3 26/38] nfsd: clean up refcounting for lockowners, Jeff Layton
- [PATCH v3 28/38] nfsd: don't allow CLOSE to proceed until refcount on stateid drops, Jeff Layton
- [PATCH v3 27/38] nfsd: make openstateids hold references to their openowners, Jeff Layton
- [PATCH v3 21/38] nfsd: Add reference counting to state owners, Jeff Layton
- [PATCH v3 29/38] nfsd: Protect adding/removing open state owners using client_lock, Jeff Layton
- [PATCH v3 23/38] nfsd: clean up lockowner refcounting when finding them, Jeff Layton
- [PATCH v3 33/38] nfsd: add locking to stateowner release, Jeff Layton
- [PATCH v3 30/38] nfsd: Protect adding/removing lock owners using client_lock, Jeff Layton
- [PATCH v3 35/38] nfsd: close potential race in nfsd4_free_stateid, Jeff Layton
- [PATCH v3 32/38] nfsd: clean up and reorganize release_lockowner, Jeff Layton
- [PATCH v3 38/38] nfsd: rename unhash_generic_stateid to unhash_ol_stateid, Jeff Layton
- [PATCH v3 34/38] nfsd: optimize destroy_lockowner cl_lock thrashing, Jeff Layton
- [PATCH v3 36/38] nfsd: reduce cl_lock thrashing in release_openowner, Jeff Layton
- [PATCH v3 37/38] nfsd: don't thrash the cl_lock while freeing an open stateid, Jeff Layton
- [PATCH v3 31/38] nfsd: Move the open owner hash table into struct nfs4_client, Jeff Layton
[PATCH v3 14/38] nfsd: nfsd4_process_open2() must reference the open stateid, Jeff Layton
[PATCH v3 13/38] nfsd: nfsd4_process_open2() must reference the delegation stateid, Jeff Layton
[PATCH v3 15/38] nfsd: Prepare nfsd4_close() for open stateid referencing, Jeff Layton
Re: [PATCH v3 00/38] nfsd: stateid and stateowner refcounting overhaul, J. Bruce Fields
[PATCH v5 00/21] NFS/RDMA client patches for 3.17,
Chuck Lever
- [PATCH v5 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external(), Chuck Lever
- [PATCH v5 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs, Chuck Lever
- [PATCH v5 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL, Chuck Lever
- [PATCH v5 04/21] xprtrdma: Update rkeys after transport reconnect, Chuck Lever
- [PATCH v5 05/21] xprtrdma: On disconnect, don't ignore pending CQEs, Chuck Lever
- [PATCH v5 06/21] xprtrdma: Don't invalidate FRMRs if registration fails, Chuck Lever
- [PATCH v5 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg, Chuck Lever
- [PATCH v5 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails, Chuck Lever
- [PATCH v5 09/21] xprtrdma: Chain together all MWs in same buffer pool, Chuck Lever
- [PATCH v5 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list, Chuck Lever
- [PATCH v5 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect, Chuck Lever
- [PATCH v5 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request, Chuck Lever
- [PATCH v5 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external(), Chuck Lever
- [PATCH v5 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests, Chuck Lever
- [PATCH v5 15/21] xprtrdma: Disable completions for LOCAL_INV Work Requests, Chuck Lever
- [PATCH v5 16/21] xprtrdma: Rename frmr_wr, Chuck Lever
- [PATCH v5 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately, Chuck Lever
- [PATCH v5 18/21] xprtrdma: Schedule reply tasklet once per upcall, Chuck Lever
- [PATCH v5 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void, Chuck Lever
- [PATCH v5 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro, Chuck Lever
- [PATCH v5 21/21] xprtrdma: Handle additional connection events, Chuck Lever
- Re: [PATCH v5 00/21] NFS/RDMA client patches for 3.17, Anna Schumaker
[PATCH v2 00/38] nfsd: stateid and stateowner refcounting overhaul,
Jeff Layton
- [PATCH v2 01/38] nfsd: Add reference counting to the lock and open stateids, Jeff Layton
- [PATCH v2 02/38] nfsd: Cleanup the freeing of stateids, Jeff Layton
- [PATCH v2 04/38] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file, Jeff Layton
- [PATCH v2 03/38] nfsd: Add a struct nfs4_file field to struct nfs4_stid, Jeff Layton
- [PATCH v2 05/38] nfsd4: use cl_lock to synchronize all stateid idr calls, Jeff Layton
- [PATCH v2 07/38] nfsd: Add locking to protect the state owner lists, Jeff Layton
- [PATCH v2 06/38] nfsd: do filp_close in sc_free callback for lock stateids, Jeff Layton
- [PATCH v2 08/38] nfsd: clean up races in lock stateid searching and creation, Jeff Layton
- [PATCH v2 09/38] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid, Jeff Layton
- [PATCH v2 11/38] nfsd: nfsd4_locku() must reference the lock stateid, Jeff Layton
- [PATCH v2 10/38] nfsd: Add reference counting to lock stateids, Jeff Layton
- [PATCH v2 12/38] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid, Jeff Layton
- [PATCH v2 13/38] nfsd: nfsd4_process_open2() must reference the delegation stateid, Jeff Layton
- [PATCH v2 14/38] nfsd: nfsd4_process_open2() must reference the open stateid, Jeff Layton
- [PATCH v2 15/38] nfsd: Prepare nfsd4_close() for open stateid referencing, Jeff Layton
- [PATCH v2 16/38] nfsd: nfsd4_open_confirm() must reference the open stateid, Jeff Layton
- [PATCH v2 17/38] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op, Jeff Layton
- [PATCH v2 18/38] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op, Jeff Layton
- [PATCH v2 19/38] nfsd: Migrate the stateid reference into nfs4_lookup_stateid(), Jeff Layton
- [PATCH v2 23/38] nfsd: clean up lockowner refcounting when finding them, Jeff Layton
- [PATCH v2 20/38] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type(), Jeff Layton
- [PATCH v2 22/38] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache, Jeff Layton
- [PATCH v2 26/38] nfsd: clean up refcounting for lockowners, Jeff Layton
- [PATCH v2 25/38] nfsd: Make lock stateid take a reference to the lockowner, Jeff Layton
- [PATCH v2 27/38] nfsd: make openstateids hold references to their openowners, Jeff Layton
- [PATCH v2 29/38] nfsd: Protect adding/removing open state owners using client_lock, Jeff Layton
- [PATCH v2 21/38] nfsd: Add reference counting to state owners, Jeff Layton
- [PATCH v2 24/38] nfsd: add an operation for unhashing a stateowner, Jeff Layton
- [PATCH v2 28/38] nfsd: don't allow CLOSE to proceed until refcount on stateid drops, Jeff Layton
- [PATCH v2 34/38] nfsd: optimize destroy_lockowner cl_lock thrashing, Jeff Layton
- [PATCH v2 30/38] nfsd: Protect adding/removing lock owners using client_lock, Jeff Layton
- [PATCH v2 35/38] nfsd: close potential race in nfsd4_free_stateid, Jeff Layton
- [PATCH v2 31/38] nfsd: Move the open owner hash table into struct nfs4_client, Jeff Layton
- [PATCH v2 33/38] nfsd: add locking to stateowner release, Jeff Layton
- [PATCH v2 36/38] nfsd: reduce cl_lock thrashing in release_openowner, Jeff Layton
- [PATCH v2 37/38] nfsd: don't thrash the cl_lock while freeing an open stateid, Jeff Layton
- [PATCH v2 32/38] nfsd: clean up and reorganize release_lockowner, Jeff Layton
- [PATCH v2 38/38] nfsd: rename unhash_generic_stateid to unhash_ol_stateid, Jeff Layton
NFSv4.1 ACL reference implementation,
McEvoy, James
nfs4_state_manager() vs. nfs_server_remove_lists(),
Steve Dickson
[PATCH] svcrdma: delete double assignment,
Himangi Saraogi
fuzz testing a 32 bit UML guest with NFSv4 gave: BUG kmalloc-256 (Not tainted): Redzone overwritten,
Toralf Förster
[BUG] nfs3_list_one_acl oops,
Russell King - ARM Linux
[PATCH] nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULL,
Andrey Utkin
Patch For Making Readdir_plus configurable,
Rishi Agrawal
Re: Patch For Making Readdir_plus configurable, Steve Dickson
[PATCH v6 0/9] nfsd: more delegation fixes to prepare for client_mutex removal,
Jeff Layton
- [PATCH v6 1/9] nfsd: simplify stateid allocation and file handling, Jeff Layton
- [PATCH v6 2/9] nfsd: fully unhash delegations when revoking them, Jeff Layton
- [PATCH v6 4/9] nfsd: Convert delegation counter to an atomic_long_t type, Jeff Layton
- [PATCH v6 5/9] nfsd: drop unused stp arg to alloc_init_deleg, Jeff Layton
- [PATCH v6 6/9] nfsd: clean up arguments to nfs4_open_delegation, Jeff Layton
- [PATCH v6 7/9] nfsd: clean up nfs4_set_delegation, Jeff Layton
- [PATCH v6 8/9] nfsd: give block_delegation and delegation_blocked its own spinlock, Jeff Layton
- [PATCH v6 9/9] nfsd: remove dl_fh field from struct nfs4_delegation, Jeff Layton
- [PATCH v6 3/9] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock, Jeff Layton
- Re: [PATCH v6 0/9] nfsd: more delegation fixes to prepare for client_mutex removal, J. Bruce Fields
[PATCH 1/3] SUNRPC: Reduce contention in svc_xprt_enqueue(),
Trond Myklebust
pNFS setup,
sheng qiu
[PATCH v2 0/4] nfsd: don't let nfs4_file pin down the inode when it has no open state,
Jeff Layton
Canceled: Linux NFS Town Hall meeting: Thur Jul 23, Steve Dickson
3.16 nfsd bugfix, J. Bruce Fields
[PATCH] nfsd: ensure that st_access_bmap and st_deny_bmap are initialized to 0,
Jeff Layton
how to setup pNFS,
sheng qiu
[PATCH] infsd4: convert comma to semicolon,
Himangi Saraogi
Re: libtirpc1 0.2.4-1 causes rpc.gssd to crash on nfs4 sec=krb5 mount,
Aníbal Monsalve Salazar
[PATCH 3.8 072/116] NFS: populate ->net in mount data when remounting, Kamal Mostafa
[PATCH] svcrdma: Double the default credit limit,
Chuck Lever
NFSRDMA test branch update to 3.16-rc6, Steve Wise
[PATCH 0/4] nfsd: don't let nfs4_file pin down the inode when it has no open state,
Jeff Layton
[PATCH] nfsd: bump dp->dl_time when unhashing delegation,
Jeff Layton
sync mount option not applied to subdirectories, Jeff Terrace
[PATCH v4 00/21] NFS/RDMA client patches for 3.17,
Chuck Lever
- [PATCH v4 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external(), Chuck Lever
- [PATCH v4 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs, Chuck Lever
- [PATCH v4 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL, Chuck Lever
- [PATCH v4 04/21] xprtrdma: Update rkeys after transport reconnect, Chuck Lever
- [PATCH v4 05/21] xprtrdma: On disconnect, don't ignore pending CQEs, Chuck Lever
- [PATCH v4 06/21] xprtrdma: Don't invalidate FRMRs if registration fails, Chuck Lever
- [PATCH v4 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg, Chuck Lever
- [PATCH v4 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails, Chuck Lever
- [PATCH v4 09/21] xprtrdma: Chain together all MWs in same buffer pool, Chuck Lever
- [PATCH v4 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list, Chuck Lever
- [PATCH v4 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect, Chuck Lever
- [PATCH v4 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests, Chuck Lever
- [PATCH v4 15/21] xprtrdma: Disable completions for LOCAL_INV Work Requests, Chuck Lever
- [PATCH v4 16/21] xprtrdma: Rename frmr_wr, Chuck Lever
- [PATCH v4 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately, Chuck Lever
- [PATCH v4 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external(), Chuck Lever
- [PATCH v4 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void, Chuck Lever
- [PATCH v4 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro, Chuck Lever
- [PATCH v4 21/21] xprtrdma: Handle additional connection events, Chuck Lever
- [PATCH v4 18/21] xprtrdma: Schedule reply tasklet once per upcall, Chuck Lever
- [PATCH v4 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request, Chuck Lever
- Re: [PATCH v4 00/21] NFS/RDMA client patches for 3.17, Anna Schumaker
[PATCH 1/4] knfsd: Store the filehandle with the struct nfs4_file,
Trond Myklebust
[3.8.y.z extended stable] Patch "NFS: populate ->net in mount data when remounting" has been added to staging queue, Kamal Mostafa
[PATCH 1/2] SUNRPC: Enforce an upper limit on the number of cached credentials,
Trond Myklebust
[PATCH 00/40] nfsd: stateid and stateowner refcounting overhaul,
Jeff Layton
- [PATCH 01/40] nfsd4: use cl_lock to synchronize all stateid idr calls, Jeff Layton
- [PATCH 02/40] nfsd: Add reference counting to the lock and open stateids, Jeff Layton
- [PATCH 03/40] nfsd: Add a struct nfs4_file field to struct nfs4_stid, Jeff Layton
- [PATCH 04/40] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file, Jeff Layton
- [PATCH 05/40] nfsd: Ensure atomicity of stateid destruction and idr tree removal, Jeff Layton
- [PATCH 06/40] nfsd: Cleanup the freeing of stateids, Jeff Layton
- [PATCH 07/40] nfsd: do filp_close in sc_free callback for lock stateids, Jeff Layton
- [PATCH 08/40] nfsd: Add locking to protect the state owner lists, Jeff Layton
- [PATCH 09/40] nfsd: clean up races in lock stateid searching and creation, Jeff Layton
- [PATCH 10/40] nfsd: Slight cleanup of find_stateid(), Jeff Layton
- [PATCH 11/40] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid, Jeff Layton
- [PATCH 12/40] nfsd: Add reference counting to lock stateids, Jeff Layton
- [PATCH 13/40] nfsd: nfsd4_locku() must reference the lock stateid, Jeff Layton
- [PATCH 14/40] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid, Jeff Layton
- [PATCH 15/40] nfsd: nfsd4_process_open2() must reference the delegation stateid, Jeff Layton
- [PATCH 16/40] nfsd: nfsd4_process_open2() must reference the open stateid, Jeff Layton
- [PATCH 17/40] nfsd: Prepare nfsd4_close() for open stateid referencing, Jeff Layton
- [PATCH 18/40] nfsd: nfsd4_open_confirm() must reference the open stateid, Jeff Layton
- [PATCH 19/40] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op, Jeff Layton
- [PATCH 20/40] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op, Jeff Layton
- [PATCH 21/40] nfsd: Migrate the stateid reference into nfs4_lookup_stateid(), Jeff Layton
- [PATCH 22/40] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type(), Jeff Layton
- [PATCH 23/40] nfsd: Add reference counting to state owners, Jeff Layton
- [PATCH 24/40] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache, Jeff Layton
- [PATCH 25/40] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache, Jeff Layton
- [PATCH 27/40] nfsd: add an operation for unhashing a stateowner, Jeff Layton
- [PATCH 26/40] nfsd: clean up lockowner refcounting when finding them, Jeff Layton
- [PATCH 28/40] nfsd: Make lock stateid take a reference to the lockowner, Jeff Layton
- [PATCH 29/40] nfsd: clean up refcounting for lockowners, Jeff Layton
- [PATCH 30/40] nfsd: make openstateids hold references to their openowners, Jeff Layton
- [PATCH 31/40] nfsd: don't allow CLOSE to proceed until refcount on stateid drops, Jeff Layton
- [PATCH 32/40] nfsd: Protect adding/removing open state owners using client_lock, Jeff Layton
- [PATCH 33/40] nfsd: Protect adding/removing lock owners using client_lock, Jeff Layton
- [PATCH 34/40] nfsd: Move the open owner hash table into struct nfs4_client, Jeff Layton
- [PATCH 35/40] nfsd: clean up and reorganize release_lockowner, Jeff Layton
- [PATCH 36/40] nfsd: add locking to stateowner release, Jeff Layton
- [PATCH 37/40] nfsd: optimize destroy_lockowner cl_lock thrashing, Jeff Layton
- [PATCH 38/40] nfsd: close potential race in nfsd4_free_stateid, Jeff Layton
- [PATCH 39/40] nfsd: reduce cl_lock thrashing in release_openowner, Jeff Layton
- [PATCH 40/40] nfsd: don't thrash the cl_lock while freeing an open stateid, Jeff Layton
[PATCH] nfsd: print status when nfsd4_open fails to open file it just created,
Jeff Layton
[PATCH v5 00/10] nfsd: more delegation fixes to prepare for client_mutex removal,
Jeff Layton
- [PATCH v5 06/10] nfsd: Convert delegation counter to an atomic_long_t type, Jeff Layton
- [PATCH v5 07/10] nfsd: drop unused stp arg to alloc_init_deleg, Jeff Layton
- [PATCH v5 08/10] nfsd: clean up arguments to nfs4_open_delegation, Jeff Layton
- [PATCH v5 09/10] nfsd: clean up nfs4_set_delegation, Jeff Layton
- [PATCH v5 10/10] nfsd: give block_delegation and delegation_blocked its own spinlock, Jeff Layton
- [PATCH v5 03/10] nfsd: simplify stateid allocation and file handling, Jeff Layton
- [PATCH v5 05/10] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock, Jeff Layton
- [PATCH v5 04/10] nfsd: Fix delegation revocation, Jeff Layton
- [PATCH v5 01/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock, Jeff Layton
- [PATCH v5 02/10] nfsd: Move the delegation reference counter into the struct nfs4_stid, Jeff Layton
- Re: [PATCH v5 00/10] nfsd: more delegation fixes to prepare for client_mutex removal, J. Bruce Fields
- [PATCH v5 11/10] nfsd: set fl->fl_file properly in nfs4_setlease, Jeff Layton
[PATCH] NFS: nfs4_do_open should add negative results to the dcache., NeilBrown
[PATCH 0/9] fs.h/dlm: Neatening and argument removals,
Joe Perches
[PATCH v4 00/10] nfsd: more delegation fixes to prepare for client_mutex removal,
Jeff Layton
- [PATCH v4 01/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock, Jeff Layton
- [PATCH v4 02/10] nfsd: Move the delegation reference counter into the struct nfs4_stid, Jeff Layton
- [PATCH v4 03/10] nfsd: simplify stateid allocation and file handling, Jeff Layton
- [PATCH v4 05/10] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock, Jeff Layton
- [PATCH v4 04/10] nfsd: Fix delegation revocation, Jeff Layton
- [PATCH v4 07/10] nfsd: drop unused stp arg to alloc_init_deleg, Jeff Layton
- [PATCH v4 10/10] nfsd: give block_delegation and delegation_blocked its own spinlock, Jeff Layton
- [PATCH v4 09/10] nfsd: clean up nfs4_set_delegation, Jeff Layton
- [PATCH v4 06/10] nfsd: Convert delegation counter to an atomic_long_t type, Jeff Layton
- [PATCH v4 08/10] nfsd: clean up arguments to nfs4_open_delegation, Jeff Layton
[PATCH 3.12 037/170] NFS: populate ->net in mount data when remounting, Jiri Slaby
[patch added to the 3.12 stable tree] NFS: populate ->net in mount data when remounting, Jiri Slaby
[PATCH] NFS: add checks for returned value of try_module_get(), Alexey Khoroshilov
[PATCH v3 0/6] nfsd: more delegation fixes to prepare for client_mutex removal,
Jeff Layton
Announcing the release of fedfs-utils 0.9.7, Chuck Lever
[PATCH] Fix Python 3 compatibility of mountstats and nfs-iostat,
Slavek Kabrda
invalidating cache on chmod,
J. Bruce Fields
[PATCH] svcrdma: Select NFSv4.1 backchannel transport based on forward channel,
Chuck Lever
[PATCH v2 0/8] nfsd: more delegation fixes to prepare for client_mutex removal,
Jeff Layton
- [PATCH v2 01/10] nfsd: eliminate nfsd4_init_callback, Jeff Layton
- [PATCH v2 02/10] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg, Jeff Layton
- [PATCH v2 03/10] nfsd: nfs4_alloc_init_lease should take a nfs4_file arg, Jeff Layton
- [PATCH v2 05/10] locks: add file_has_lease to prevent delegation break races, Jeff Layton
- [PATCH v2 04/10] nfsd: Ensure stateids remain unique until they are freed, Jeff Layton
- [PATCH v2 06/10] nfsd: Protect the nfs4_file delegation fields using the fi_lock, Jeff Layton
- [PATCH v2 07/10] nfsd: Move the delegation reference counter into the struct nfs4_stid, Jeff Layton
- [PATCH v2 08/10] nfsd: Simplify stateid management, Jeff Layton
- [PATCH v2 09/10] nfsd: Fix delegation revocation, Jeff Layton
- [PATCH v2 10/10] nfsd: Convert delegation counter to an atomic_long_t type, Jeff Layton
- Re: [PATCH v2 0/8] nfsd: more delegation fixes to prepare for client_mutex removal, Jeff Layton
[PATCH 3.13 118/198] NFS: populate ->net in mount data when remounting, Kamal Mostafa
[3.13.y.z extended stable] Patch "NFS: populate ->net in mount data when remounting" has been added to staging queue, Kamal Mostafa
[PATCH v2 0/2] NFS/RDMA server patches for 3.17,
Chuck Lever
[PATCH] rpcbind: Remove a strict-aliasing warning,
Steve Dickson
[PATCH 00/15] libtirpc: New Debugging Interface,
Steve Dickson
- [PATCH 02/15] gss_log: Convert existing gss debugging routines, Steve Dickson
- [PATCH 04/15] gss_log_status: reformat output to use one line., Steve Dickson
- [PATCH 03/15] gss_log: Removed DEBUG defines, Steve Dickson
- [PATCH 06/15] libtirpc_debug: Converted the rest of the #ifdef DEBUGs, Steve Dickson
- [PATCH 05/15] git_log_status: Add function names to status message, Steve Dickson
- [PATCH 01/15] libtirpc: New configurable debugging routines, Steve Dickson
- [PATCH 07/15] gss_log: Replace gss_log_debug with LIBTIRPC_DEBUG macros, Steve Dickson
- [PATCH 12/15] clnt_bcast: Convert local debug() calls to LIBTIRPC_DEBUG() calls, Steve Dickson
- [PATCH 15/15] auth_des: Converted some of the debugging syslog calls to LIBTIRPC_DEBUG() calls, Steve Dickson
- [PATCH 08/15] print_rpc_gss_sec: Make sure logging to stderr is enabled., Steve Dickson
- [PATCH 14/15] svc_dg: Convert fprintf calls to LIBTIRPC_DEBUG() calls, Steve Dickson
- [PATCH 13/15] rpcb_clnt: Convert fprintf calls to LIBTIRPC_DEBUG() calls, Steve Dickson
- [PATCH 11/15] key_call: Convert local debug() calls to LIBTIRPC_DEBUG() calls, Steve Dickson
- [PATCH 09/15] Clean up: Remove newlines from a couple debugging calls., Steve Dickson
- [PATCH 10/15] svcauth_des: Convert local debug() calls to LIBTIRPC_DEBUG() calls, Steve Dickson
[PATCH v3 00/21] NFS/RDMA client patches for 3.17,
Chuck Lever
[PATCH v3 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external(),
Chuck Lever
- [PATCH v3 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs, Chuck Lever
- [PATCH v3 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL, Chuck Lever
- [PATCH v3 04/21] xprtrdma: Update rkeys after transport reconnect, Chuck Lever
- [PATCH v3 05/21] xprtrdma: On disconnect, don't ignore pending CQEs, Chuck Lever
- [PATCH v3 06/21] xprtrdma: Don't invalidate FRMRs if registration fails, Chuck Lever
- [PATCH v3 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg, Chuck Lever
- [PATCH v3 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails, Chuck Lever
- [PATCH v3 09/21] xprtrdma: Chain together all MWs in same buffer pool, Chuck Lever
- [PATCH v3 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list, Chuck Lever
- [PATCH v3 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect, Chuck Lever
- [PATCH v3 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request, Chuck Lever
- [PATCH v3 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external(), Chuck Lever
- [PATCH v3 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests, Chuck Lever
- [PATCH v3 15/21] xprtrdma: Disable completions for LOCAL_INV Work Requests, Chuck Lever
- [PATCH v3 16/21] xprtrdma: Rename frmr_wr, Chuck Lever
- [PATCH v3 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately, Chuck Lever
- [PATCH v3 18/21] xprtrdma: Schedule reply tasklet once per upcall, Chuck Lever
- [PATCH v3 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void, Chuck Lever
- [PATCH v3 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro, Chuck Lever
- [PATCH v3 21/21] xprtrdma: Handle additional connection events, Chuck Lever
[PATCH] svcrdma: Add zero padding if the client doesn't send it,
Chuck Lever
[PATCH] gssd: configurable connection timeout for the rpcgssd service,
Rinku Kothiya
[PATCH 0/7] nfsd: more delegation fixes to prepare for client_mutex removal,
Jeff Layton
[PATCH] nfsd: silence sparse warning about accessing credentials,
Jeff Layton
[PATCH/RFC] NFS: state manager thread must start running.,
NeilBrown
[PATCH 0/2] nfsd: avoid taking state_lock in delegation lm_break callback,
Jeff Layton
[PATCH] net: clean up some sparse endianness warnings in ipv6.h,
Jeff Layton
[PATCH] NFS: nfs4_lookup_revalidate need to report STALE inodes.,
NeilBrown
[PATCH 0/7] sunrpc: sparse warning cleanups,
Jeff Layton
[PATCH 0/7] Add RCU-walk support to NFS.,
NeilBrown
[PATCH] NFS: Don't reset pg_moreio in __nfs_pageio_add_request, Trond Myklebust
nfsd4_locku / nfs4_free_lock_stateid question,
Christoph Hellwig
[PATCH] SUNRPC: xdr_get_next_encode_buffer should be declared static,
Trond Myklebust
[PATCH] NFS: Remove 2 unused variables,
Trond Myklebust
fuzz tested user mode linux crashed in NFS code path,
Toralf Förster
[PATCH] nfsd4: handle failure to find backchannel,
J. Bruce Fields
nfsd bugfix for 3.16, J. Bruce Fields
[PATCH 0/5] pgio: fix buffered write retry path,
Weston Andros Adamson
rpciod/1: page allocation failure. order:2, mode:0x20',
Adamson, Andy
[PATCH] gssd: Fixed errno typo in get_servername(),
Steve Dickson
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]