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