| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs: add handling for CB_NOTIFY_LOCK in client | Jeff Layton | 2016-09-22 | 1 | -0/+9 |
* | NFSv4.x: Add kernel parameter to control the callback server | Trond Myklebust | 2016-09-19 | 1 | -1/+2 |
* | NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threads | Trond Myklebust | 2016-09-19 | 1 | -0/+2 |
* | NFSv4.x: Allow multiple callbacks in flight | Trond Myklebust | 2016-01-25 | 1 | -1/+2 |
* | NFS: Remove the left function defines in callback.h | Kinglong Mee | 2015-10-21 | 1 | -6/+0 |
* | NFS: Remove the left global variable nfs_callback_tcpport | Kinglong Mee | 2015-10-21 | 1 | -1/+0 |
* | NFS: Get rid of the unneeded addr stored in callback arguments | Kinglong Mee | 2015-10-21 | 1 | -5/+0 |
* | NFS: Add in v4.2 callback operation | Bryan Schumaker | 2013-06-08 | 1 | -0/+2 |
* | NFS: Make callbacks minor version generic | Bryan Schumaker | 2013-06-08 | 1 | -0/+1 |
* | NFSv4.1: Clean up session draining | Trond Myklebust | 2012-12-06 | 1 | -2/+0 |
* | NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slot | Trond Myklebust | 2012-12-06 | 1 | -1/+1 |
* | nfs: declare nfs_callback_tcp_port in header | Stanislav Kinsbursky | 2012-10-02 | 1 | -0/+1 |
* | NFS: make nfs_callback_tcpport6 per network context | Stanislav Kinsbursky | 2012-10-01 | 1 | -1/+0 |
* | NFS: make nfs_callback_tcpport per network context | Stanislav Kinsbursky | 2012-10-01 | 1 | -1/+0 |
* | NFS: pass net to nfs_callback_down() | Stanislav Kinsbursky | 2012-10-01 | 1 | -1/+1 |
* | NFS: Convert v4 into a module | Bryan Schumaker | 2012-07-30 | 1 | -1/+1 |
* | NFSv4.1: Convert slotid from u8 to u32 | Trond Myklebust | 2012-02-15 | 1 | -1/+1 |
* | NFS: search for client session id in proper network namespace | Stanislav Kinsbursky | 2012-02-06 | 1 | -0/+1 |
* | NFS: add an endian notation | Dan Carpenter | 2012-01-12 | 1 | -1/+1 |
* | NFSv4.1: Fix the callback 'highest_used_slotid' behaviour | Trond Myklebust | 2011-08-04 | 1 | -1/+1 |
* | pnfs: CB_NOTIFY_DEVICEID | Marc Eshel | 2011-05-29 | 1 | -0/+17 |
* | NFS do not find client in NFSv4 pg_authenticate | Andy Adamson | 2011-01-25 | 1 | -2/+2 |
* | pnfs: update nfs4_callback_recallany to handle layouts | Alexandros Batsakis | 2011-01-06 | 1 | -0/+8 |
* | pnfs: CB_LAYOUTRECALL xdr code | Fred Isaman | 2011-01-06 | 1 | -0/+19 |
* | NFS add session back channel draining | Andy Adamson | 2011-01-06 | 1 | -1/+2 |
* | NFS refactor nfs_find_client and reference client across callback processing | Andy Adamson | 2011-01-06 | 1 | -7/+21 |
* | NFS associate sessionid with callback connection | Andy Adamson | 2011-01-06 | 1 | -0/+1 |
* | nfs41: implement cb_recall_slot | Andy Adamson | 2010-02-10 | 1 | -0/+8 |
* | nfs41: v2 fix cb_recall bug | Alexandros Batsakis | 2009-12-05 | 1 | -1/+4 |
* | nfs41: V2 initial support for CB_RECALL_ANY | Alexandros Batsakis | 2009-12-05 | 1 | -0/+11 |
* | nfs41: Backchannel: update cb_sequence args and results | Ricardo Labiaga | 2009-06-17 | 1 | -2/+2 |
* | nfs41: cb_sequence proc implementation | Benny Halevy | 2009-06-17 | 1 | -0/+4 |
* | nfs41: cb_sequence protocol level data structures | Benny Halevy | 2009-06-17 | 1 | -0/+35 |
* | nfs41: consider minorversion in callback_xdr:process_op | Benny Halevy | 2009-06-17 | 1 | -0/+1 |
* | nfs41: callback numbers definitions | Benny Halevy | 2009-06-17 | 1 | -0/+10 |
* | nfs41: decode minorversion 1 cb_compound header | Benny Halevy | 2009-06-17 | 1 | -1/+0 |
* | nfs41: store minorversion in cb_compound_hdr_arg | Benny Halevy | 2009-06-17 | 1 | -0/+1 |
* | nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist | Andy Adamson | 2009-06-17 | 1 | -5/+2 |
* | nfs41: Implement NFSv4.1 callback service process. | Ricardo Labiaga | 2009-06-17 | 1 | -0/+7 |
* | nfs41: minorversion support for nfs4_{init,destroy}_callback | Benny Halevy | 2009-06-17 | 1 | -1/+1 |
* | NFS: Start PF_INET6 callback listener only if IPv6 support is available | Chuck Lever | 2009-03-28 | 1 | -0/+1 |
* | NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_in | Chuck Lever | 2008-01-30 | 1 | -1/+1 |
* | NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in | Chuck Lever | 2008-01-30 | 1 | -1/+1 |
* | NFS: Fix more sparse warnings | Trond Myklebust | 2007-05-14 | 1 | -2/+2 |
* | [PATCH] xdr annotations: fs/nfs/callback* | Al Viro | 2006-10-20 | 1 | -2/+2 |
* | [PATCH] fs/nfs/callback* passes error values big-endian | Al Viro | 2006-10-20 | 1 | -3/+3 |
* | NFS: Fix NFS4 callback up/down prototypes | David Howells | 2006-09-22 | 1 | -1/+6 |
* | NFSv4: Allow user to set the port used by the NFSv4 callback channel | Trond Myklebust | 2006-01-06 | 1 | -0/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+70 |