summaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
AgeCommit message (Expand)Author
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff 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-26nfsd: remove nfsd4_callback.cb_opChristoph Hellwig
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton
2014-08-05nfsd: add some comments to the nfsd4 object definitionsJeff Layton
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton
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 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
2014-08-01nfsd4: fix out of date commentJ. Bruce Fields
2014-07-31nfsd: Move the open owner hash table into struct nfs4_clientTrond Myklebust
2014-07-31nfsd: make openstateids hold references to their openownersJeff Layton
2014-07-31nfsd: add an operation for unhashing a stateownerJeff Layton
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton
2014-07-31nfsd: Add reference counting to state ownersJeff Layton
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust
2014-07-31nfsd: Add reference counting to the lock and open stateidsTrond Myklebust
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationJeff Layton
2014-07-23nfsd: Do not let nfs4_file pin the struct inodeJeff Layton
2014-07-23nfsd: Store the filehandle with the struct nfs4_fileTrond Myklebust
2014-07-21nfsd: Move the delegation reference counter into the struct nfs4_stidTrond Myklebust
2014-07-16nfsd: Ensure stateids remain unique until they are freedTrond Myklebust
2014-07-16nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton
2014-07-16nfsd: eliminate nfsd4_init_callbackJeff Layton
2014-07-11nfsd: make deny mode enforcement more efficient and close races in itJeff Layton
2014-07-11nfsd: shrink st_access_bmap and st_deny_bmapJeff Layton
2014-07-10nfsd: Add locking to the nfs4_file->fi_fds[] arrayTrond Myklebust
2014-07-10nfsd: Add fine grained protection for the nfs4_file->fi_stateids listTrond Myklebust
2014-07-09nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Trond Myklebust
2014-07-09nfsd: Don't get a session reference without a client referenceTrond Myklebust
2014-07-09nfsd: clean up nfsd4_release_lockownerJeff Layton
2014-07-09nfsd: NFSv4 lock-owners are not associated to a specific fileTrond Myklebust
2014-07-08nfsd: lock owners are not per open stateidTrond Myklebust
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust
2014-05-23nfsd4: allow larger 4.1 session drc slotsJ. Bruce Fields
2014-05-06NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust
2014-05-06nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig
2013-07-01nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields