summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust2019-03-023-22/+28
* NFSv4: Handle early exit in layoutget by returning an errorTrond Myklebust2019-03-021-2/+4
* NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust2019-03-023-6/+57
* NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust2019-03-018-1/+306
* NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-013-0/+25
* NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()Trond Myklebust2019-03-011-0/+3
* NFS/flexfiles: Fix up sparse RCU annotationsTrond Myklebust2019-03-011-2/+2
* NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust2019-03-011-13/+19
* NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker2019-03-011-0/+10
* NFSv4.1: Don't process the sequence op more than once.Trond Myklebust2019-03-011-1/+1
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-011-4/+8
* SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-262-2/+20
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-2547-1581/+2078
|\
| * SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever2019-02-141-3/+4
| * SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-145-11/+20
| * SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-144-3/+7
| * NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-145-16/+23
| * SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-147-73/+102
| * SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-148-136/+9
| * SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-144-46/+6
| * SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-147-92/+530
| * SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-147-201/+243
| * SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-133-128/+154
| * SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-138-181/+266
| * SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-133-1/+59
| * SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-137-58/+65
| * SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever2019-02-132-37/+1
| * NFS: Add trace events to report non-zero NFS status codesChuck Lever2019-02-136-4/+133
| * NFS: Remove print_overflow_msg()Chuck Lever2019-02-138-600/+219
| * SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever2019-02-132-6/+86
| * SUNRPC: Add XDR overflow trace eventChuck Lever2019-02-132-7/+84
| * SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-138-15/+26
| * SUNRPC: Display symbolic flag names in RPC trace eventsChuck Lever2019-02-131-6/+50
| * xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2019-02-132-0/+12
| * xprtrdma: Check inline size before providing a Write chunkChuck Lever2019-02-131-1/+17
| * xprtrdma: Fix sparse warningsChuck Lever2019-02-132-3/+3
* | NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2019-02-232-10/+24
* | NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2019-02-212-8/+13
* | NFSv4.1: Avoid false retries when RPC calls are interruptedTrond Myklebust2019-02-213-60/+55
* | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust2019-02-201-12/+4
* | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-201-10/+1
* | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-202-36/+14
* | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust2019-02-201-15/+23
* | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust2019-02-201-1/+4
* | SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust2019-02-201-5/+2
* | SUNRPC: Handle zero length fragments correctlyTrond Myklebust2019-02-201-14/+29
* | SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust2019-02-201-3/+9
* | nfs: fix xfstest generic/099 failed on nfsv3ZhangXiaoxu2019-02-201-2/+0
* | pNFS: Avoid read/modify/write when it is not necessaryKazuo Ito2019-02-201-14/+26
* | pNFS: Fix potential corruption of page being writtenKazuo Ito2019-02-201-1/+1