| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs: disintegrate UAPI for nfs | J. Bruce Fields | 2012-10-09 | 1 | -2/+1 |
|\ |
|
| * | make get_file() return its argument | Al Viro | 2012-09-26 | 1 | -2/+1 |
* | | nfsd4: don't allow reclaims of expired clients | J. Bruce Fields | 2012-10-01 | 1 | -8/+10 |
* | | nfsd4: remove redundant callback probe | J. Bruce Fields | 2012-10-01 | 1 | -3/+1 |
* | | nfsd4: expire old client earlier | J. Bruce Fields | 2012-10-01 | 1 | -10/+7 |
* | | nfsd4: separate session allocation and initialization | J. Bruce Fields | 2012-10-01 | 1 | -23/+23 |
* | | nfsd4: clean up session allocation | J. Bruce Fields | 2012-10-01 | 1 | -12/+20 |
* | | nfsd4: minor free_session cleanup | J. Bruce Fields | 2012-10-01 | 1 | -10/+9 |
* | | nfsd4: new_conn_from_crses should only allocate | J. Bruce Fields | 2012-10-01 | 1 | -16/+10 |
* | | nfsd4: separate connection allocation and initialization | J. Bruce Fields | 2012-10-01 | 1 | -10/+15 |
* | | nfsd4: reject bad forechannel attrs earlier | J. Bruce Fields | 2012-10-01 | 1 | -4/+2 |
* | | nfsd4: enforce per-client sessions/no-sessions distinction | J. Bruce Fields | 2012-10-01 | 1 | -20/+29 |
* | | nfsd4: set cl_minorversion at create time | J. Bruce Fields | 2012-10-01 | 1 | -10/+1 |
* | | nfsd4: don't pin clientids to pseudoflavors | J. Bruce Fields | 2012-10-01 | 1 | -1/+17 |
* | | nfsd4: eliminate redundant nfs4_free_stateid | J. Bruce Fields | 2012-09-10 | 1 | -6/+1 |
* | | nfsd4: fix nfs4 stateid leak | J. Bruce Fields | 2012-09-10 | 1 | -0/+1 |
* | | knfsd: don't allocate file_locks on the stack | Jeff Layton | 2012-08-21 | 1 | -42/+76 |
* | | knfsd: remove bogus BUG_ON() call from nfsd4_locku | Jeff Layton | 2012-08-21 | 1 | -1/+0 |
* | | nfsd4: nfsd_process_n_delegations should be static | J. Bruce Fields | 2012-08-21 | 1 | -1/+1 |
* | | nfsd: trivial comment updates | Jeff Layton | 2012-08-20 | 1 | -5/+0 |
|/ |
|
* | NFSd: make boot_time variable per network namespace | Stanislav Kinsbursky | 2012-07-27 | 1 | -16/+23 |
* | NFSd: make grace end flag per network namespace | Stanislav Kinsbursky | 2012-07-27 | 1 | -5/+3 |
* | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 2012-07-27 | 1 | -14/+15 |
* | NFSd: make nfsd4_manager allocated per network namespace context. | Stanislav Kinsbursky | 2012-07-27 | 1 | -13/+19 |
* | nfsd4: fix missing fault_inject.h include | J. Bruce Fields | 2012-07-27 | 1 | -0/+1 |
* | NFSd: fix locking in nfsd_forget_delegations() | Stanislav Kinsbursky | 2012-07-25 | 1 | -6/+17 |
* | nfsd4: fix cr_principal comparison check in same_creds | Vivek Trivedi | 2012-07-25 | 1 | -2/+2 |
* | nfsd4: release openowners on free in >=4.1 case | J. Bruce Fields | 2012-07-10 | 1 | -6/+13 |
* | nfsd4: process_open2 cleanup | J. Bruce Fields | 2012-06-20 | 1 | -5/+3 |
* | nfsd4: nfsd4_lock() cleanup | J. Bruce Fields | 2012-06-20 | 1 | -12/+3 |
* | NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEID | Chuck Lever | 2012-06-20 | 1 | -6/+16 |
* | nfsd: probe the back channel on new connections | Weston Andros Adamson | 2012-06-20 | 1 | -0/+5 |
* | nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels | J. Bruce Fields | 2012-06-14 | 1 | -2/+2 |
* | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-06-01 | 1 | -283/+242 |
|\ |
|
| * | nfsd4: fix, consolidate client_has_state | J. Bruce Fields | 2012-05-31 | 1 | -11/+4 |
| * | nfsd4: don't remove rebooted client record until confirmation | J. Bruce Fields | 2012-05-31 | 1 | -4/+9 |
| * | nfsd4: remove some dprintk's and a comment | J. Bruce Fields | 2012-05-31 | 1 | -8/+0 |
| * | nfsd4: return "real" sequence id in confirmed case | J. Bruce Fields | 2012-05-31 | 1 | -1/+1 |
| * | nfsd4: fix exchange_id to return confirm flag | J. Bruce Fields | 2012-05-31 | 1 | -1/+1 |
| * | nfsd4: clarify that renewing expired client is a bug | J. Bruce Fields | 2012-05-31 | 1 | -1/+2 |
| * | nfsd4: simpler ordering of setclientid_confirm checks | J. Bruce Fields | 2012-05-31 | 1 | -13/+11 |
| * | nfsd4: setclientid: remove pointless assignment | J. Bruce Fields | 2012-05-31 | 1 | -2/+1 |
| * | nfsd4: fix error return in non-matching-creds case | J. Bruce Fields | 2012-05-31 | 1 | -36/+26 |
| * | nfsd4: fix setclientid_confirm same_cred check | J. Bruce Fields | 2012-05-31 | 1 | -1/+1 |
| * | nfsd4: merge 3 setclientid cases to 2 | J. Bruce Fields | 2012-05-31 | 1 | -7/+2 |
| * | nfsd4: pull out common code from setclientid cases | J. Bruce Fields | 2012-05-31 | 1 | -21/+5 |
| * | nfsd4: merge last two setclientid cases | J. Bruce Fields | 2012-05-31 | 1 | -9/+4 |
| * | nfsd4: setclientid/confirm comment cleanup | J. Bruce Fields | 2012-05-31 | 1 | -56/+11 |
| * | nfsd4: setclientid remove unnecessary terms from a logical expression | J. Bruce Fields | 2012-05-31 | 1 | -3/+2 |
| * | nfsd4: move rq_flavor into svc_cred | J. Bruce Fields | 2012-05-31 | 1 | -3/+3 |