| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: add some comments to the nfsd4 object definitions | Jeff Layton | 2014-08-05 | 1 | -0/+8 |
* | nfsd: protect clid and verifier generation with client_lock | Jeff Layton | 2014-08-05 | 1 | -3/+3 |
* | nfsd: Move the open owner hash table into struct nfs4_client | Trond Myklebust | 2014-07-31 | 1 | -1/+0 |
* | nfsd: NFSv4 lock-owners are not associated to a specific file | Trond Myklebust | 2014-07-09 | 1 | -4/+0 |
* | nfsd: add a new /proc/fs/nfsd/max_connections file | Jeff Layton | 2014-07-08 | 1 | -0/+6 |
* | NFSD: Don't start lockd when only NFSv4 is running | Kinglong Mee | 2014-01-03 | 1 | -0/+1 |
* | nfsd4: make del_recall_lru per-network-namespace | J. Bruce Fields | 2013-04-04 | 1 | -0/+1 |
* | nfsd: make NFSd service structure allocated per net | Stanislav Kinsbursky | 2012-12-10 | 1 | -0/+2 |
* | nfsd: make NFSd service boot time per-net | Stanislav Kinsbursky | 2012-12-10 | 1 | -0/+5 |
* | nfsd: per-net NFSd up flag introduced | Stanislav Kinsbursky | 2012-12-10 | 1 | -0/+2 |
* | nfsd: make NFSv4 recovery client tracking options per net | Stanislav Kinsbursky | 2012-12-10 | 1 | -0/+2 |
* | NFSD: Clean up forgetting clients | Bryan Schumaker | 2012-12-03 | 1 | -0/+3 |
* | nfsd: make NFSv4 grace time per net | Stanislav Kinsbursky | 2012-11-28 | 1 | -0/+1 |
* | nfsd: make NFSv4 lease time per net | Stanislav Kinsbursky | 2012-11-28 | 1 | -0/+2 |
* | nfsd: recovery - make in_grace per net | Stanislav Kinsbursky | 2012-11-28 | 1 | -0/+1 |
* | nfsd: recovery - make rec_file per net | Stanislav Kinsbursky | 2012-11-28 | 1 | -0/+2 |
* | nfsd: make client_lock per net | Stanislav Kinsbursky | 2012-11-28 | 1 | -0/+3 |
* | nfsd: make laundromat network namespace aware | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+2 |
* | nfsd: make close_lru list per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+6 |
* | nfsd: make client_lru list per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+5 |
* | nfsd: make sessionid_hashtbl allocated per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+3 |
* | nfsd: make lockowner_ino_hashtbl allocated per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+4 |
* | nfsd: make ownerstr_hashtbl allocated per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+1 |
* | nfsd: make unconf_name_tree per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+4 |
* | nfsd: make unconf_id_hashtbl allocated per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+1 |
* | nfsd: make conf_name_tree per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+4 |
* | nfsd: make conf_id_hashtbl allocated per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+1 |
* | nfsd: make reclaim_str_hashtbl allocated per net | Stanislav Kinsbursky | 2012-11-15 | 1 | -0/+12 |
* | NFSd: make boot_time variable per network namespace | Stanislav Kinsbursky | 2012-07-27 | 1 | -0/+1 |
* | NFSd: make grace end flag per network namespace | Stanislav Kinsbursky | 2012-07-27 | 1 | -0/+1 |
* | NFSd: make nfsd4_manager allocated per network namespace context. | Stanislav Kinsbursky | 2012-07-27 | 1 | -0/+2 |
* | nfsd: make name-to-id cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 1 | -1/+1 |
* | nfsd: make id-to-name cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 1 | -0/+3 |
* | nfsd: make expkey cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 1 | -0/+1 |
* | nfsd: make export cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 1 | -0/+2 |
* | nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled | Jeff Layton | 2012-03-29 | 1 | -1/+0 |
* | nfsd: add notifier to handle mount/unmount of rpc_pipefs sb | Jeff Layton | 2012-03-26 | 1 | -0/+1 |
* | nfsd: add a per-net-namespace struct for nfsd | Jeff Layton | 2012-03-26 | 1 | -0/+34 |