summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2014-05-30nfsd4: use session limits to release send buffer reservationJ. Bruce Fields
2014-05-30nfsd4: adjust buflen to session channel limitJ. Bruce Fields
2014-05-30nfsd4: convert 4.1 replay encodingJ. Bruce Fields
2014-05-28nfsd4: no need for encode_compoundres to adjust lengthsJ. Bruce Fields
2014-05-23nfsd4: embed xdr_stream in nfsd4_compoundresJ. Bruce Fields
2014-05-22nfsd: remove nfsd4_free_slabChristoph Hellwig
2014-05-22Merge 3.15 bugfixes for 3.16J. Bruce Fields
2014-05-21nfsd4: fix delegation cleanup on errorJ. Bruce Fields
2014-05-21nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields
2014-05-21nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields
2014-05-08NFSD: Get rid of empty function nfs4_state_initKinglong Mee
2014-05-07NFSd: Clean up nfs4_preprocess_stateid_opTrond Myklebust
2014-05-06NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust
2014-05-06NFSd: Remove 'inline' designation for free_client()Trond Myklebust
2014-05-06NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust
2014-05-06NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust
2014-03-30nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+Trond Myklebust
2014-03-28nfsd4: minor nfsd4_replay_cache_entry cleanupJ. Bruce Fields
2014-03-28nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields
2014-03-28nfsd4: update comments with obsolete function nameJ. Bruce Fields
2014-03-28NFSD: Using free_conn free connectionKinglong Mee
2014-03-28NFSD: Traverse unconfirmed client through hash-tableKinglong Mee
2014-01-27nfsd: consider CLAIM_FH when handing out delegationMing Chen
2014-01-27nfsd4: minor nfs4_setlease cleanupJ. Bruce Fields
2014-01-06NFSD: Fix a memory leak in nfsd4_create_sessionKinglong Mee
2014-01-03NFSD: fix bad length checking for backchannelKinglong Mee
2014-01-03NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee
2014-01-03Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields
2013-11-04Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"J. Bruce Fields
2013-10-30nfsd4: nfsd_shutdown_net needs state lockJ. Bruce Fields
2013-10-29nfsd4: need to destroy revoked delegations in destroy_clientBenny Halevy
2013-10-29nfsd: no need to unhash_stid before freeBenny Halevy
2013-10-28nfsd: remove_stid can be incorporated into nfs4_put_delegationBenny Halevy
2013-10-28nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stidBenny Halevy
2013-10-28nfsd: nfs4_free_stidBenny Halevy
2013-10-24nfsd: switch to %p[dD]Al Viro
2013-10-02nfsd: switch to %p[dD]Al Viro
2013-08-30nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields
2013-08-30Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields
2013-08-30Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields
2013-08-07nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields
2013-07-26nfsd4: fix setlease error returnJ. Bruce Fields
2013-07-23nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-07-08nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields
2013-07-01nfsd4: return delegation immediately if lease failsJ. Bruce Fields
2013-07-01nfsd4: do not throw away 4.1 lock state on last unlockJ. Bruce Fields
2013-07-01nfsd4: clean up nfs4_open_delegationJ. Bruce Fields