| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs: add handling for CB_NOTIFY_LOCK in client | Jeff Layton | 2016-09-22 | 1 | -1/+50 |
* | nfs: the length argument to read_buf should be unsigned | Jeff Layton | 2016-09-22 | 1 | -1/+1 |
* | NFS: Don't drop CB requests with invalid principals | Chuck Lever | 2016-07-11 | 1 | -1/+5 |
* | NFSv4: Label stateids with the type | Trond Myklebust | 2016-05-17 | 1 | -3/+14 |
* | NFSv4.x: Allow multiple callbacks in flight | Trond Myklebust | 2016-01-25 | 1 | -5/+7 |
* | SUNRPC: Fix callback channel | Trond Myklebust | 2015-12-07 | 1 | -5/+2 |
* | nfs4: limit callback decoding to received bytes | Benjamin Coddington | 2015-11-24 | 1 | -2/+5 |
* | NFS: Return directly if encode_sessionid fail | Kinglong Mee | 2015-10-21 | 1 | -1/+3 |
* | NFS: Fix bad checking of max taglen in callback request | Kinglong Mee | 2015-10-21 | 1 | -1/+1 |
* | NFS: Fix bad defines of callback response maxsize | Kinglong Mee | 2015-10-21 | 1 | -8/+10 |
* | NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid | Kinglong Mee | 2015-10-21 | 1 | -6/+4 |
* | NFS: Get rid of the unneeded addr stored in callback arguments | Kinglong Mee | 2015-10-21 | 1 | -5/+0 |
* | NFS: Convert use of __constant_htonl to htonl | Vaishali Thakkar | 2015-06-11 | 1 | -1/+1 |
* | NFSv4.1: Convert open-coded array allocation calls to kmalloc_array() | Trond Myklebust | 2015-02-12 | 1 | -2/+2 |
* | NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args | Trond Myklebust | 2015-02-12 | 1 | -1/+3 |
* | Merge branch 'labeled-nfs' into linux-next | Trond Myklebust | 2013-06-28 | 1 | -10/+42 |
|\ |
|
| * | NFS: Add in v4.2 callback operation | Bryan Schumaker | 2013-06-08 | 1 | -2/+34 |
| * | NFS: Make callbacks minor version generic | Bryan Schumaker | 2013-06-08 | 1 | -8/+8 |
| * | NFSv4.2: Added NFS v4.2 support to the NFS client | Steve Dickson | 2013-06-08 | 1 | -3/+3 |
* | | NFSv4.1 Fix a pNFS session draining deadlock | Andy Adamson | 2013-05-20 | 1 | -1/+1 |
|/ |
|
* | NFSv4.1: Move slot table and session struct definitions to nfs4session.h | Trond Myklebust | 2012-12-06 | 1 | -0/+1 |
* | NFSv4.1: Clean up session draining | Trond Myklebust | 2012-12-06 | 1 | -1/+1 |
* | NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slot | Trond Myklebust | 2012-12-06 | 1 | -1/+1 |
* | SUNRPC: service request network namespace helper introduced | Stanislav Kinsbursky | 2012-07-27 | 1 | -2/+2 |
* | NFS: add an endian notation for sparse | Dan Carpenter | 2012-06-12 | 1 | -1/+1 |
* | NFSv4.1: integer overflow in decode_cb_sequence_args() | Dan Carpenter | 2012-06-12 | 1 | -3/+3 |
* | NFSv4: Rate limit the state manager warning messages | Trond Myklebust | 2012-03-12 | 1 | -1/+3 |
* | NFSv4: Simplify the struct nfs4_stateid | Trond Myklebust | 2012-03-06 | 1 | -2/+2 |
* | NFSv4.1: Convert slotid from u8 to u32 | Trond Myklebust | 2012-02-15 | 1 | -3/+3 |
* | NFS: search for client session id in proper network namespace | Stanislav Kinsbursky | 2012-02-07 | 1 | -0/+1 |
* | NFS: make cb_ident_idr per net ns | Stanislav Kinsbursky | 2012-02-07 | 1 | -1/+1 |
* | NFS: start printks w/ NFS: even if __func__ shown | Weston Andros Adamson | 2012-02-07 | 1 | -3/+3 |
* | nfs: check for integer overflow in decode_devicenotify_args() | Dan Carpenter | 2012-01-12 | 1 | -0/+4 |
* | nfs: set vs_hidden on nfs4_callback_version4 (try #2) | Jeff Layton | 2011-11-04 | 1 | -0/+1 |
* | NFS4: fix cb_recallany decode error | Peng Tao | 2011-10-31 | 1 | -5/+6 |
* | NFSv4.1: Fix the callback 'highest_used_slotid' behaviour | Trond Myklebust | 2011-08-04 | 1 | -17/+7 |
* | pnfs: CB_NOTIFY_DEVICEID | Marc Eshel | 2011-05-29 | 1 | -1/+95 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | NFS do not find client in NFSv4 pg_authenticate | Andy Adamson | 2011-01-25 | 1 | -3/+2 |
* | pnfs: CB_LAYOUTRECALL xdr code | Fred Isaman | 2011-01-06 | 1 | -1/+68 |
* | NFS add session back channel draining | Andy Adamson | 2011-01-06 | 1 | -0/+35 |
* | NFS refactor nfs_find_client and reference client across callback processing | Andy Adamson | 2011-01-06 | 1 | -15/+24 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | nfs4: Make the v4 callback service hidden | Steve Dickson | 2010-03-08 | 1 | -0/+1 |
* | nfs41: cleanup callback code to use __be32 type | Andy Adamson | 2010-02-10 | 1 | -15/+15 |
* | nfs41: implement cb_recall_slot | Andy Adamson | 2010-02-10 | 1 | -1/+21 |
* | nfs41: back channel drc minimal implementation | Andy Adamson | 2010-02-10 | 1 | -4/+15 |
* | nfs41: remove uneeded checks in callback processing | Andy Adamson | 2010-02-10 | 1 | -3/+2 |
* | nfs41: directly encode back channel error | Andy Adamson | 2010-02-10 | 1 | -1/+4 |
* | nfs41: fix wrong error on callback header xdr overflow | Andy Adamson | 2010-02-10 | 1 | -10/+18 |