summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03nfsd4: don't destroy in-use clientsJ. Bruce Fields1-83/+126
2013-04-03nfsd4: simplify bind_conn_to_session lockingJ. Bruce Fields1-14/+14
2013-04-03nfsd4: fix destroy_session raceJ. Bruce Fields1-16/+10
2013-04-03nfsd4: clientid lookup cleanupJ. Bruce Fields1-12/+12
2013-04-03nfsd4: destroy_clientid simplificationJ. Bruce Fields1-7/+1
2013-04-03nfsd4: remove some dprintk'sJ. Bruce Fields1-8/+1
2013-04-03nfsd4: STALE_STATEID cleanupJ. Bruce Fields1-15/+6
2013-04-03nfsd4: warn on odd create_session stateJ. Bruce Fields1-0/+2
2013-04-03nfsd: fix bug on nfs4 stateid deallocationycnian@gmail.com1-0/+1
2013-04-03nfsd4: fix use-after-free of 4.1 client on connection lossJ. Bruce Fields1-1/+1
2013-04-03nfsd4: fix race on client shutdownJ. Bruce Fields1-4/+8
2013-03-13nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-43/+58
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+3
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei1-3/+3
2013-02-15nfsd: enable NFSv4 state in containersStanislav Kinsbursky1-10/+0
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman1-3/+3
2013-02-11nfsd4: free_stid can be staticFengguang Wu1-1/+1
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton1-1/+1
2013-02-05nfsd4: simplify idr allocationJ. Bruce Fields1-29/+52
2013-02-05nfsd: Fix memleakmajianpeng1-0/+2
2013-01-23nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky1-1/+1
2013-01-23nfsd: Don't unlock the state while it's not lockedYanchuan Nian1-1/+2
2013-01-23nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian1-1/+1
2012-12-17nfsd4: don't leave freed stateid hashedJ. Bruce Fields1-0/+1
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields1-8/+0
2012-12-10NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker1-2/+2
2012-12-10nfsd: make NFSd service structure allocated per netStanislav Kinsbursky1-5/+9
2012-12-04nfsd4: lockt, release_lockowner should renew clientsJ. Bruce Fields1-18/+23
2012-12-03NFSD: Forget state for a specific clientBryan Schumaker1-0/+15
2012-12-03NFSD: Reading a fault injection file prints a state countBryan Schumaker1-0/+42
2012-12-03NFSD: Fault injection operations take a per-client forget functionBryan Schumaker1-30/+0
2012-12-03NFSD: Clean up forgetting and recalling delegationsBryan Schumaker1-44/+50
2012-12-03NFSD: Clean up forgetting openownersBryan Schumaker1-27/+22
2012-12-03NFSD: Clean up forgetting locksBryan Schumaker1-8/+28
2012-12-03NFSD: Clean up forgetting clientsBryan Schumaker1-5/+20
2012-12-03NFSD: Lock state before calling fault injection functionBryan Schumaker1-16/+2
2012-11-28NFSD: Fold fault_inject.h into state.hBryan Schumaker1-1/+0
2012-11-28nfsd: make NFSv4 grace time per netStanislav Kinsbursky1-6/+3
2012-11-28nfsd: make NFSv4 lease time per netStanislav Kinsbursky1-6/+5
2012-11-28nfsd: call state init and shutdown twiceStanislav Kinsbursky1-18/+12
2012-11-28nfsd: cleanup NFSd state start a bitStanislav Kinsbursky1-24/+35
2012-11-28nfsd: cleanup NFSd state shutdown a bitStanislav Kinsbursky1-10/+9
2012-11-28nfsd: make delegations shutdown network namespace awareStanislav Kinsbursky1-0/+4
2012-11-28nfsd: make client_lock per netStanislav Kinsbursky1-30/+43
2012-11-28nfsd4: remove state lock from nfs4_state_shutdownStanislav Kinsbursky1-2/+0
2012-11-26nfsd4: downgrade some fs/nfsd/nfs4state.c BUG'sJ. Bruce Fields1-11/+15
2012-11-15nfsd: make laundromat network namespace awareStanislav Kinsbursky1-8/+13
2012-11-15nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky1-5/+3