Age | Commit message (Expand) | Author | Files | Lines |
2014-05-23 | nfsd4: allow larger 4.1 session drc slots | J. Bruce Fields | 1 | -1/+1 |
2014-05-07 | NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functions | Trond Myklebust | 1 | -2/+0 |
2014-05-07 | nfsd: remove <linux/nfsd/nfsfh.h> | Christoph Hellwig | 1 | -1/+0 |
2013-07-02 | nfsd4: implement minimal SP4_MACH_CRED | J. Bruce Fields | 1 | -0/+1 |
2013-04-16 | nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKED | J. Bruce Fields | 1 | -0/+3 |
2013-04-08 | nfsd4: cleanup handling of nfsv4.0 closed stateid's | J. Bruce Fields | 1 | -3/+1 |
2013-04-03 | nfsd: convert the file_hashtbl to a hlist | Jeff Layton | 1 | -1/+1 |
2013-04-03 | nfsd4: don't destroy in-use session | J. Bruce Fields | 1 | -1/+3 |
2013-04-03 | nfsd4: don't destroy in-use clients | J. Bruce Fields | 1 | -13/+3 |
2013-04-03 | nfsd4: fix race on client shutdown | J. Bruce Fields | 1 | -2/+0 |
2013-02-13 | nfsd: Modify nfsd4_cb_sec to use kuids and kgids | Eric W. Biederman | 1 | -2/+2 |
2012-12-03 | NFSD: Forget state for a specific client | Bryan Schumaker | 1 | -0/+1 |
2012-12-03 | NFSD: Reading a fault injection file prints a state count | Bryan Schumaker | 1 | -0/+5 |
2012-12-03 | NFSD: Fault injection operations take a per-client forget function | Bryan Schumaker | 1 | -5/+7 |
2012-11-28 | NFSD: Fold fault_inject.h into state.h | Bryan Schumaker | 1 | -0/+15 |
2012-11-15 | nfsd: pass nfsd_net instead of net to grace enders | Stanislav Kinsbursky | 1 | -1/+1 |
2012-11-15 | nfsd: use service net instead of hard-coded init_net | Stanislav Kinsbursky | 1 | -1/+1 |
2012-11-15 | nfsd: make reclaim_str_hashtbl allocated per net | Stanislav Kinsbursky | 1 | -5/+7 |
2012-11-15 | nfsd: make nfs4_client network namespace dependent | Stanislav Kinsbursky | 1 | -0/+1 |
2012-11-13 | nfsd: get rid of cl_recdir field | Jeff Layton | 1 | -2/+0 |
2012-11-13 | nfsd: move the confirmed and unconfirmed hlists to a rbtree | Jeff Layton | 1 | -1/+2 |
2012-11-13 | nfsd: don't search for client by hash on legacy reboot recovery gracedone | Jeff Layton | 1 | -2/+2 |
2012-11-13 | nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim record | Jeff Layton | 1 | -1/+1 |
2012-11-13 | nfsd: break out reclaim record removal into separate function | Jeff Layton | 1 | -0/+1 |
2012-11-13 | nfsd: have nfsd4_find_reclaim_client take a char * argument | Jeff Layton | 1 | -1/+1 |
2012-11-10 | nfsd: remove unused argument to nfs4_has_reclaimed_state | Jeff Layton | 1 | -1/+1 |
2012-11-08 | nfsd4: backchannel should use client-provided security flavor | J. Bruce Fields | 1 | -0/+1 |
2012-11-08 | nfsd4: common helper to initialize callback work | J. Bruce Fields | 1 | -1/+1 |
2012-11-08 | nfsd4: implement backchannel_ctl operation | J. Bruce Fields | 1 | -0/+5 |
2012-11-08 | nfsd4: use callback security parameters in create_session | J. Bruce Fields | 1 | -0/+1 |
2012-11-08 | nfsd4: clean up callback security parsing | J. Bruce Fields | 1 | -2/+7 |
2012-10-02 | nfsd4: enforce per-client sessions/no-sessions distinction | J. Bruce Fields | 1 | -1/+1 |
2012-08-21 | nfsd: trivial comment updates | Jeff Layton | 1 | -5/+1 |
2012-08-21 | nfsd4: fix security flavor of NFSv4.0 callback | J. Bruce Fields | 1 | -1/+0 |
2012-07-28 | NFSd: make boot_time variable per network namespace | Stanislav Kinsbursky | 1 | -0/+1 |
2012-07-28 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 1 | -1/+2 |
2012-06-20 | NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEID | Chuck Lever | 1 | -1/+0 |
2012-06-01 | nfsd4: move principal name into svc_cred | J. Bruce Fields | 1 | -1/+0 |
2012-03-26 | nfsd: add nfsd4_client_tracking_ops struct and a way to set it | Jeff Layton | 1 | -6/+9 |
2012-03-26 | nfsd: convert nfs4_client->cl_cb_flags to a generic flags field | Jeff Layton | 1 | -4/+7 |
2012-03-07 | nfsd41: free_session/free_client must be called under the client_lock | Benny Halevy | 1 | -12/+1 |
2012-02-15 | nfsd4: check for uninitialized slot | J. Bruce Fields | 1 | -0/+1 |
2012-02-15 | nfsd4: rearrange struct nfsd4_slot | J. Bruce Fields | 1 | -3/+4 |
2012-01-06 | nfsd4: nfsd4_create_clid_dir return value is unused | J. Bruce Fields | 1 | -1/+1 |
2011-11-16 | nfsd4: add a separate (lockowner, inode) lookup | J. Bruce Fields | 1 | -0/+1 |
2011-10-24 | nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid | Benny Halevy | 1 | -0/+1 |
2011-10-18 | nfsd4: do idr preallocation with stateid allocation | J. Bruce Fields | 1 | -2/+2 |
2011-10-18 | nfsd4: clean up open owners on OPEN failure | J. Bruce Fields | 1 | -0/+1 |
2011-10-18 | nfsd4: make is_open_owner boolean | J. Bruce Fields | 1 | -1/+1 |
2011-10-11 | nfsd4: cleanup state.h comments | J. Bruce Fields | 1 | -37/+8 |