summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | nfsd: simplify service shutdownStanislav Kinsbursky2012-12-101-7/+2
| * | | | | | nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky2012-12-101-4/+5
| * | | | | | nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky2012-12-101-29/+15
| * | | | | | nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky2012-12-101-16/+34
| * | | | | | nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-105-78/+110
| * | | | | | nfsd: make NFSd service boot time per-netStanislav Kinsbursky2012-12-105-16/+23
| * | | | | | nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2012-12-102-0/+14
| * | | | | | nfsd: move per-net startup code to separated functionStanislav Kinsbursky2012-12-101-15/+33
| * | | | | | nfsd: pass net to __write_ports() and downStanislav Kinsbursky2012-12-101-8/+8
| * | | | | | nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky2012-12-103-4/+4
| * | | | | | nfsd: pass net to nfsd_svc()Stanislav Kinsbursky2012-12-103-4/+5
| * | | | | | nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky2012-12-103-6/+5
| * | | | | | nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky2012-12-101-9/+6
| * | | | | | nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky2012-12-101-4/+4
| * | | | | | nfsd: use "init_net" for portmapperStanislav Kinsbursky2012-12-101-2/+1
| * | | | | | nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2012-12-102-5/+13
| * | | | | | SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky2012-12-102-2/+0
| * | | | | | nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky2012-12-102-20/+30
| * | | | | | nfsd4: lockt, release_lockowner should renew clientsJ. Bruce Fields2012-12-041-18/+23
| * | | | | | svcrpc: support multiple-fragment rpc'sJ. Bruce Fields2012-12-041-25/+25
| * | | | | | svcrpc: track rpc data length separately from sk_tcplenJ. Bruce Fields2012-12-042-9/+21
| * | | | | | svcrpc: fix off-by-4 error in "incomplete TCP record" dprintkJ. Bruce Fields2012-12-041-1/+2
| * | | | | | svcrpc: delay minimum-rpc-size check till laterJ. Bruce Fields2012-12-041-9/+7
| * | | | | | svcrpc: don't byte-swap sk_reclen in placeJ. Bruce Fields2012-12-042-16/+22
| * | | | | | NFSD: Forget state for a specific clientBryan Schumaker2012-12-033-4/+49
| * | | | | | NFSD: Add a custom file operations structure for fault injectionBryan Schumaker2012-12-031-7/+49
| * | | | | | NFSD: Reading a fault injection file prints a state countBryan Schumaker2012-12-033-2/+58
| * | | | | | NFSD: Fault injection operations take a per-client forget functionBryan Schumaker2012-12-033-42/+16
| * | | | | | NFSD: Clean up forgetting and recalling delegationsBryan Schumaker2012-12-031-44/+50
| * | | | | | NFSD: Clean up forgetting openownersBryan Schumaker2012-12-031-27/+22
| * | | | | | NFSD: Clean up forgetting locksBryan Schumaker2012-12-031-8/+28
| * | | | | | NFSD: Clean up forgetting clientsBryan Schumaker2012-12-032-5/+23
| * | | | | | NFSD: Lock state before calling fault injection functionBryan Schumaker2012-12-032-16/+4
| * | | | | | nfsd4: discard some unused nfsd4_verify xdr codeJ. Bruce Fields2012-12-031-19/+2
| * | | | | | NFSD: Fold fault_inject.h into state.hBryan Schumaker2012-11-285-31/+16
| * | | | | | nfsd: make NFSv4 grace time per netStanislav Kinsbursky2012-11-284-9/+7
| * | | | | | nfsd: make NFSv4 lease time per netStanislav Kinsbursky2012-11-286-12/+19
| * | | | | | nfsd: remove redundant declarationsStanislav Kinsbursky2012-11-281-3/+0
| * | | | | | nfsd: recovery - make in_grace per netStanislav Kinsbursky2012-11-282-5/+5
| * | | | | | nfsd: recovery - make rec_file per netStanislav Kinsbursky2012-11-282-35/+37
| * | | | | | nfsd: call state init and shutdown twiceStanislav Kinsbursky2012-11-283-20/+29
| * | | | | | nfsd: cleanup NFSd state start a bitStanislav Kinsbursky2012-11-281-24/+35
| * | | | | | nfsd: cleanup NFSd state shutdown a bitStanislav Kinsbursky2012-11-281-10/+9
| * | | | | | nfsd: make delegations shutdown network namespace awareStanislav Kinsbursky2012-11-281-0/+4
| * | | | | | nfsd: make client_lock per netStanislav Kinsbursky2012-11-282-30/+46
| * | | | | | nfsd4: remove state lock from nfs4_state_shutdownStanislav Kinsbursky2012-11-281-2/+0
| * | | | | | nfsd4: remove state lock from nfsd4_load_reboot_recovery_dataJ. Bruce Fields2012-11-281-2/+0
| * | | | | | nfsd4: return badname, not inval, on "." or "..", or "/"J. Bruce Fields2012-11-271-13/+12
| * | | | | | nfsd4: downgrade some fs/nfsd/nfs4state.c BUG'sJ. Bruce Fields2012-11-261-11/+15
| * | | | | | nfsd4: delay filling in write iovec array till after xdr decodingJ. Bruce Fields2012-11-264-24/+25
OpenPOWER on IntegriCloud