Age | Commit message (Expand) | Author |
2013-02-28 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-02-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2013-02-23 | fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used | Zhang Yanfei |
2013-02-15 | nfsd: enable NFSv4 state in containers | Stanislav Kinsbursky |
2013-02-13 | nfsd: Properly compare and initialize kuids and kgids | Eric W. Biederman |
2013-02-11 | nfsd4: free_stid can be static | Fengguang Wu |
2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton |
2013-02-05 | nfsd4: simplify idr allocation | J. Bruce Fields |
2013-02-05 | nfsd: Fix memleak | majianpeng |
2013-01-23 | nfsd: fix unused "nn" variable warning in free_client() | Stanislav Kinsbursky |
2013-01-23 | nfsd: Don't unlock the state while it's not locked | Yanchuan Nian |
2013-01-23 | nfsd: Pass correct slot number to nfsd4_put_drc_mem() | Yanchuan Nian |
2012-12-17 | nfsd4: don't leave freed stateid hashed | J. Bruce Fields |
2012-12-17 | nfsd4: disable zero-copy on non-final read ops | J. Bruce Fields |
2012-12-10 | NFSD: Pass correct buffer size to rpc_ntop | Bryan Schumaker |
2012-12-10 | nfsd: make NFSd service structure allocated per net | Stanislav Kinsbursky |
2012-12-04 | nfsd4: lockt, release_lockowner should renew clients | J. Bruce Fields |
2012-12-03 | NFSD: Forget state for a specific client | Bryan Schumaker |
2012-12-03 | NFSD: Reading a fault injection file prints a state count | Bryan Schumaker |
2012-12-03 | NFSD: Fault injection operations take a per-client forget function | Bryan Schumaker |
2012-12-03 | NFSD: Clean up forgetting and recalling delegations | Bryan Schumaker |
2012-12-03 | NFSD: Clean up forgetting openowners | Bryan Schumaker |
2012-12-03 | NFSD: Clean up forgetting locks | Bryan Schumaker |
2012-12-03 | NFSD: Clean up forgetting clients | Bryan Schumaker |
2012-12-03 | NFSD: Lock state before calling fault injection function | Bryan Schumaker |
2012-11-28 | NFSD: Fold fault_inject.h into state.h | Bryan Schumaker |
2012-11-28 | nfsd: make NFSv4 grace time per net | Stanislav Kinsbursky |
2012-11-28 | nfsd: make NFSv4 lease time per net | Stanislav Kinsbursky |
2012-11-28 | nfsd: call state init and shutdown twice | Stanislav Kinsbursky |
2012-11-28 | nfsd: cleanup NFSd state start a bit | Stanislav Kinsbursky |
2012-11-28 | nfsd: cleanup NFSd state shutdown a bit | Stanislav Kinsbursky |
2012-11-28 | nfsd: make delegations shutdown network namespace aware | Stanislav Kinsbursky |
2012-11-28 | nfsd: make client_lock per net | Stanislav Kinsbursky |
2012-11-28 | nfsd4: remove state lock from nfs4_state_shutdown | Stanislav Kinsbursky |
2012-11-26 | nfsd4: downgrade some fs/nfsd/nfs4state.c BUG's | J. Bruce Fields |
2012-11-15 | nfsd: make laundromat network namespace aware | Stanislav Kinsbursky |
2012-11-15 | nfsd: pass nfsd_net instead of net to grace enders | Stanislav Kinsbursky |
2012-11-15 | nfsd: use service net instead of hard-coded init_net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make close_lru list per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make client_lru list per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make sessionid_hashtbl allocated per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make lockowner_ino_hashtbl allocated per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make ownerstr_hashtbl allocated per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make unconf_name_tree per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make unconf_id_hashtbl allocated per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make conf_name_tree per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make conf_id_hashtbl allocated per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make reclaim_str_hashtbl allocated per net | Stanislav Kinsbursky |
2012-11-15 | nfsd: make nfs4_client network namespace dependent | Stanislav Kinsbursky |
2012-11-15 | nfsd: use service net instead of hard-coded net where possible | Stanislav Kinsbursky |