summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-01NFS: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton4-39/+16
2018-10-23NFS: change sign of nfs_fh lengthFrank Sorenson1-1/+1
2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust11-351/+302
2018-10-18sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields1-16/+18
2018-10-18nfs: remove redundant call to nfs_context_set_write_error()Benjamin Coddington1-4/+0
2018-10-18nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington1-19/+21
2018-10-18SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2018-10-05NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia1-3/+3
2018-10-05SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()Arnd Bergmann1-1/+1
2018-10-03xprtrdma: Squelch a sparse warningChuck Lever1-1/+1
2018-10-03xprtrdma: Clean up xprt_rdma_disconnect_injectChuck Lever1-2/+1
2018-10-03xprtrdma: Add documenting commentsChuck Lever1-20/+23
2018-10-03xprtrdma: Report when there were zero posted ReceivesChuck Lever1-2/+5
2018-10-03xprtrdma: Move rb_flags initializationChuck Lever1-1/+1
2018-10-03xprtrdma: Don't disable BH's in backchannel serverChuck Lever1-8/+8
2018-10-03xprtrdma: Remove memory address of "ep" from an error messageChuck Lever1-2/+3
2018-10-03xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever2-4/+12
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever3-48/+52
2018-10-03xprtrdma: Re-organize the switch() in rpcrdma_conn_upcallChuck Lever1-9/+8
2018-10-02xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()Chuck Lever1-8/+6
2018-10-02xprtrdma: Conventional variable names in rpcrdma_conn_upcallChuck Lever1-11/+12
2018-10-02xprtrdma: Rename rpcrdma_conn_upcallChuck Lever2-4/+14
2018-10-02sunrpc: Report connect_time in secondsChuck Lever2-3/+3
2018-10-02sunrpc: Fix connect metricsChuck Lever3-15/+15
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever4-14/+14
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever7-198/+114
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever4-3/+3
2018-10-02xprtrdma: Reset credit grant properly after a disconnectChuck Lever2-0/+7
2018-10-02xprtrdma: xprt_release_rqst_cong is called outside of transport_lockChuck Lever1-9/+7
2018-09-30NFSv4: Fix lookup revalidate of regular filesTrond Myklebust1-40/+39
2018-09-30NFS: Refactor nfs_lookup_revalidate()Trond Myklebust1-96/+126
2018-09-30NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust1-3/+12
2018-09-30SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust3-18/+30
2018-09-30SUNRPC: Lockless lookup of RPCSEC_GSS mechanismsTrond Myklebust1-14/+14
2018-09-30SUNRPC: Remove rpc_authflavor_lock in favour of RCU lockingTrond Myklebust1-66/+62
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust3-16/+12
2018-09-30NFSv4: Save a few bytes in the nfs_pgio_args/resTrond Myklebust1-7/+17
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust4-2/+15
2018-09-30NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker1-15/+26
2018-09-30NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker1-32/+32
2018-09-30NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker1-37/+33
2018-09-30NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker1-36/+47
2018-09-30nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesTigran Mkrtchyan1-1/+1
2018-09-30NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-09-30NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust3-9/+9
2018-09-30NFSv4: Convert open state lookup to use RCUTrond Myklebust2-6/+7
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust6-38/+56
2018-09-30NFS: Simplify internal check for whether file is open for writeTrond Myklebust1-9/+1
2018-09-30NFS: Convert lookups of the lock context to RCUTrond Myklebust2-13/+13