aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2015-06-10nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig
2015-04-23nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields
2015-04-23nfsd: return correct openowner when there is a race to put one in the hashJeff Layton
2015-03-23nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble
2015-01-16nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-10-07locks: give lm_break a return valueJeff Layton
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton
2014-10-07locks: define a lm_setup handler for leasesJeff Layton
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton
2014-09-26nfsd: introduce nfsd4_callback_opsChristoph Hellwig
2014-09-26nfsd: split nfsd4_callback initialization and useChristoph Hellwig
2014-09-26nfsd: introduce a generic nfsd4_cbChristoph Hellwig
2014-09-17nfsd4: clarify how grace period endsJ. Bruce Fields
2014-09-17nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton
2014-09-17nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton
2014-09-09NFSD: Get reference of lockowner when coping file_lockKinglong Mee
2014-09-09NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee
2014-08-28NFSD: Remove duplicate initialization of file_lockKinglong Mee
2014-08-17nfsd: call nfs4_put_deleg_lease outside of state_lockJeff Layton
2014-08-17nfsd: protect lease-related nfs4_file fields with fi_lockJeff Layton
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton
2014-08-05nfsd: remove nfs4_lock_state: nfs4_state_shutdown_netJeff Layton
2014-08-05nfsd: remove nfs4_lock_state: nfs4_laundromatJeff Layton
2014-08-05nfsd: Remove nfs4_lock_state(): reclaim_complete()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renewTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_closeTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_release_lockownerTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateidTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()Trond Myklebust
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton
2014-08-05nfsd: add a list_head arg to nfsd_foreach_client_lockJeff Layton
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton