Age | Commit message (Expand) | Author | Files | Lines |
2013-04-09 | nfsd4: check backchannel attributes on create_session | J. Bruce Fields | 1 | -24/+1 |
2013-04-04 | nfsd4: minor cb_recall simplification | J. Bruce Fields | 1 | -5/+3 |
2012-11-28 | nfsd: make NFSv4 lease time per net | Stanislav Kinsbursky | 1 | -3/+5 |
2012-11-15 | nfsd: make nfs4_client network namespace dependent | Stanislav Kinsbursky | 1 | -1/+1 |
2012-11-14 | nfsd4: get_backchannel_cred should be static | Fengguang Wu | 1 | -1/+1 |
2012-11-07 | nfsd4: backchannel should use client-provided security flavor | J. Bruce Fields | 1 | -2/+1 |
2012-11-07 | nfsd4: common helper to initialize callback work | J. Bruce Fields | 1 | -1/+6 |
2012-11-07 | nfsd4: use callback security parameters in create_session | J. Bruce Fields | 1 | -14/+35 |
2012-09-10 | nfsd: remove duplicate init in nfsd4_cb_recall | Namjae Jeon | 1 | -1/+0 |
2012-08-20 | nfsd4: fix security flavor of NFSv4.0 callback | J. Bruce Fields | 1 | -2/+2 |
2012-06-20 | nfsd4: remove unnecessary comment | J. Bruce Fields | 1 | -1/+0 |
2012-05-31 | nfsd4: move principal name into svc_cred | J. Bruce Fields | 1 | -2/+3 |
2012-03-28 | nfsd4: use auth_unix unconditionally on backchannel | J. Bruce Fields | 1 | -1/+2 |
2012-03-26 | nfsd: convert nfs4_client->cl_cb_flags to a generic flags field | Jeff Layton | 1 | -7/+7 |
2012-03-26 | Merge nfs containerization work from Trond's tree | J. Bruce Fields | 1 | -4/+4 |
2012-03-09 | nfsd4: make sure set CB_PATH_DOWN sequence flag set | J. Bruce Fields | 1 | -1/+1 |
2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust | 1 | -3/+3 |
2012-01-31 | SUNRPC: handle RPC client pipefs dentries by network namespace aware routines | Stanislav Kinsbursky | 1 | -1/+1 |
2012-01-05 | SUNRPC: Clean up the RPCSEC_GSS service ticket requests | Trond Myklebust | 1 | -1/+1 |
2011-10-24 | nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid | Benny Halevy | 1 | -0/+10 |
2011-09-26 | nfsd4: move client * to nfs4_stateid, add init_stid helper | J. Bruce Fields | 1 | -4/+4 |
2011-09-13 | nfsd4: add common dl_stid field to delegation | J. Bruce Fields | 1 | -1/+1 |
2011-02-22 | NFSD: fix decode_cb_sequence4resok | Benny Halevy | 1 | -1/+1 |
2011-02-14 | NFSD: use nfserr for status after decode_cb_op_status | Benny Halevy | 1 | -4/+2 |
2011-01-14 | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -52/+99 |
2011-01-14 | nfsd4: fix callback restarting | J. Bruce Fields | 1 | -12/+9 |
2011-01-13 | nfsd4: initialize cb_per_client | J. Bruce Fields | 1 | -0/+1 |
2011-01-11 | nfsd4: allow restarting callbacks | J. Bruce Fields | 1 | -6/+28 |
2011-01-11 | nfsd4: simplify nfsd4_cb_prepare | J. Bruce Fields | 1 | -22/+4 |
2011-01-11 | nfsd4: add helper function to run callbacks | J. Bruce Fields | 1 | -2/+7 |
2011-01-11 | nfsd4: make sure sequence flags are set after destroy_session | J. Bruce Fields | 1 | -0/+6 |
2011-01-11 | nfsd4: keep finer-grained callback status | J. Bruce Fields | 1 | -12/+14 |
2011-01-11 | nfsd4: allow backchannel recovery | J. Bruce Fields | 1 | -3/+33 |
2011-01-04 | nfs4: set source address when callback is generated | Takuma Umeya | 1 | -0/+1 |
2011-01-04 | nfsd: declare several functions of nfs4callback as static | Kirill A. Shutemov | 1 | -3/+4 |
2010-12-16 | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 1 | -8/+8 |
2010-12-16 | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 1 | -14/+8 |
2010-12-16 | NFS: Repair whitespace damage in NFS PROC macro | Chuck Lever | 1 | -26/+26 |
2010-12-16 | NFSD: Update XDR decoders in NFSv4 callback client | Chuck Lever | 1 | -176/+239 |
2010-12-16 | NFSD: Update XDR encoders in NFSv4 callback client | Chuck Lever | 1 | -77/+178 |
2010-10-21 | nfsd4: only require krb5 principal for NFSv4.0 callbacks | J. Bruce Fields | 1 | -7/+8 |
2010-10-21 | nfsd4: move minorversion to client | J. Bruce Fields | 1 | -4/+4 |
2010-10-21 | nfsd4: separate callback change and callback probe | J. Bruce Fields | 1 | -5/+10 |
2010-10-21 | nfsd4: callback program number is per-session | J. Bruce Fields | 1 | -0/+1 |
2010-10-21 | nfsd4: make backchannel sequence number per-session | J. Bruce Fields | 1 | -4/+4 |
2010-10-21 | nfsd4: use client pointer to backchannel session | J. Bruce Fields | 1 | -4/+5 |
2010-10-01 | nfsd4: Move callback setup to callback queue | J. Bruce Fields | 1 | -21/+52 |
2010-10-01 | nfsd4: remove separate cb_args struct | J. Bruce Fields | 1 | -23/+22 |
2010-10-01 | nfsd4: use generic callback code in null case | J. Bruce Fields | 1 | -15/+18 |
2010-10-01 | nfsd4: generic callback code | J. Bruce Fields | 1 | -39/+31 |