| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS CB_OFFLOAD xdr | Olga Kornievskaia | 2018-08-09 | 1 | -1/+79 |
* | NFSv4.0 fix client reference leak in callback | Olga Kornievskaia | 2018-07-31 | 1 | -3/+8 |
* | NFSv4: Clean up CB_GETATTR encoding | Trond Myklebust | 2018-04-10 | 1 | -29/+8 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-07-13 | 1 | -51/+62 |
|\ |
|
| * | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 2017-05-15 | 1 | -2/+2 |
| * | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 2017-05-15 | 1 | -1/+1 |
| * | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2017-05-15 | 1 | -0/+4 |
| * | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -3/+3 |
| * | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 2017-05-15 | 1 | -2/+2 |
| * | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 2017-05-15 | 1 | -3/+4 |
| * | nfs: don't cast callback decode/proc/encode routines | Christoph Hellwig | 2017-05-15 | 1 | -40/+46 |
* | | NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete() | Trond Myklebust | 2017-06-27 | 1 | -1/+0 |
|/ |
|
* | NFS: Remove extra dprintk()s from callback_xdr.c | Anna Schumaker | 2017-04-20 | 1 | -11/+0 |
* | NFS: Clean up encode_cb_sequence_res() | Anna Schumaker | 2017-04-20 | 1 | -5/+3 |
* | NFS: Clean up decode_notify_lock_args() | Anna Schumaker | 2017-04-20 | 1 | -5/+2 |
* | NFS: Clean up decode_cb_sequence_args() | Anna Schumaker | 2017-04-20 | 1 | -20/+5 |
* | NFS: Clean up decode_layoutrecall_args() | Anna Schumaker | 2017-04-20 | 1 | -27/+11 |
* | NFS: Clean up decode_recall_args() | Anna Schumaker | 2017-04-20 | 1 | -9/+4 |
* | NFS: Clean up decode_getattr_args() | Anna Schumaker | 2017-04-20 | 1 | -5/+2 |
* | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-03-01 | 1 | -28/+10 |
|\ |
|
| * | NFSv4: Replace callback string decode function with a generic | Trond Myklebust | 2017-02-21 | 1 | -22/+8 |
| * | NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics | Trond Myklebust | 2017-02-21 | 1 | -6/+2 |
* | | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton | 2017-02-24 | 1 | -0/+2 |
* | | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 2017-02-24 | 1 | -2/+2 |
|/ |
|
* | 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-23 | 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-10 | 1 | -1/+1 |
* | NFSv4.1: Convert open-coded array allocation calls to kmalloc_array() | Trond Myklebust | 2015-02-11 | 1 | -2/+2 |
* | NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args | Trond Myklebust | 2015-02-11 | 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 |