Age | Commit message (Expand) | Author | Files | Lines |
2012-08-20 | nfsd4: fix security flavor of NFSv4.0 callback | J. Bruce Fields | 2 | -3/+2 |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -46/+63 |
2012-07-31 | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 12 | -125/+175 |
2012-07-31 | nfsd: Push mnt_want_write() outside of i_mutex | Jan Kara | 5 | -46/+63 |
2012-07-27 | NFSd: make boot_time variable per network namespace | Stanislav Kinsbursky | 3 | -16/+25 |
2012-07-27 | NFSd: make grace end flag per network namespace | Stanislav Kinsbursky | 2 | -5/+4 |
2012-07-27 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 3 | -23/+27 |
2012-07-27 | SUNRPC: service request network namespace helper introduced | Stanislav Kinsbursky | 2 | -4/+4 |
2012-07-27 | NFSd: make nfsd4_manager allocated per network namespace context. | Stanislav Kinsbursky | 2 | -13/+21 |
2012-07-27 | nfsd4: fix missing fault_inject.h include | J. Bruce Fields | 1 | -0/+1 |
2012-07-25 | NFSd: set nfsd_serv to NULL after service destruction | Stanislav Kinsbursky | 2 | -5/+7 |
2012-07-25 | NFSd: introduce nfsd_destroy() helper | Stanislav Kinsbursky | 3 | -17/+14 |
2012-07-25 | nfsd: add get_uint for u32's | J. Bruce Fields | 1 | -3/+3 |
2012-07-25 | NFSd: fix locking in nfsd_forget_delegations() | Stanislav Kinsbursky | 1 | -6/+17 |
2012-07-25 | nfsd4: fix cr_principal comparison check in same_creds | Vivek Trivedi | 1 | -2/+2 |
2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 1 | -5/+5 |
2012-07-14 | don't pass nameidata * to vfs_create() | Al Viro | 1 | -2/+2 |
2012-07-10 | nfsd: share some function prototypes | J. Bruce Fields | 1 | -0/+2 |
2012-07-10 | nfsd: allow owner_override only for regular files | J. Bruce Fields | 1 | -1/+9 |
2012-07-10 | nfsd4: release openowners on free in >=4.1 case | J. Bruce Fields | 1 | -6/+13 |
2012-07-10 | nfsd4: our filesystems are normally case sensitive | J. Bruce Fields | 1 | -1/+1 |
2012-06-20 | nfsd4: process_open2 cleanup | J. Bruce Fields | 1 | -5/+3 |
2012-06-20 | nfsd4: nfsd4_lock() cleanup | J. Bruce Fields | 1 | -12/+3 |
2012-06-20 | nfsd4: remove unnecessary comment | J. Bruce Fields | 1 | -1/+0 |
2012-06-20 | NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEID | Chuck Lever | 2 | -7/+16 |
2012-06-20 | nfsd: probe the back channel on new connections | Weston Andros Adamson | 1 | -0/+5 |
2012-06-14 | nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels | J. Bruce Fields | 1 | -2/+2 |
2012-06-01 | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 12 | -319/+334 |
2012-05-31 | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 9 | -144/+234 |
2012-05-31 | nfsd4: fix, consolidate client_has_state | J. Bruce Fields | 1 | -11/+4 |
2012-05-31 | nfsd4: don't remove rebooted client record until confirmation | J. Bruce Fields | 1 | -4/+9 |
2012-05-31 | nfsd4: remove some dprintk's and a comment | J. Bruce Fields | 1 | -8/+0 |
2012-05-31 | nfsd4: return "real" sequence id in confirmed case | J. Bruce Fields | 1 | -1/+1 |
2012-05-31 | nfsd4: fix exchange_id to return confirm flag | J. Bruce Fields | 1 | -1/+1 |
2012-05-31 | nfsd4: clarify that renewing expired client is a bug | J. Bruce Fields | 1 | -1/+2 |
2012-05-31 | nfsd4: simpler ordering of setclientid_confirm checks | J. Bruce Fields | 1 | -13/+11 |
2012-05-31 | nfsd4: setclientid: remove pointless assignment | J. Bruce Fields | 1 | -2/+1 |
2012-05-31 | nfsd4: fix error return in non-matching-creds case | J. Bruce Fields | 1 | -36/+26 |
2012-05-31 | nfsd4: fix setclientid_confirm same_cred check | J. Bruce Fields | 1 | -1/+1 |
2012-05-31 | nfsd4: merge 3 setclientid cases to 2 | J. Bruce Fields | 1 | -7/+2 |
2012-05-31 | nfsd4: pull out common code from setclientid cases | J. Bruce Fields | 1 | -21/+5 |
2012-05-31 | nfsd4: merge last two setclientid cases | J. Bruce Fields | 1 | -9/+4 |
2012-05-31 | nfsd4: setclientid/confirm comment cleanup | J. Bruce Fields | 1 | -56/+11 |
2012-05-31 | nfsd4: setclientid remove unnecessary terms from a logical expression | J. Bruce Fields | 1 | -3/+2 |
2012-05-31 | nfsd4: move rq_flavor into svc_cred | J. Bruce Fields | 4 | -9/+9 |
2012-05-31 | nfsd4: stricter cred comparison for setclientid/exchange_id | J. Bruce Fields | 1 | -1/+21 |
2012-05-31 | nfsd4: move principal name into svc_cred | J. Bruce Fields | 3 | -20/+20 |
2012-05-31 | nfsd4: allow removing clients not holding state | J. Bruce Fields | 1 | -2/+19 |
2012-05-31 | nfsd4: rearrange exchange_id logic to simplify | J. Bruce Fields | 1 | -20/+20 |
2012-05-31 | nfsd4: exchange_id cleanup: comments | J. Bruce Fields | 1 | -26/+10 |