aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-13NFS: Use seq_putc() in nfs_show_stats()Markus Elfring1-1/+1
2019-07-12Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2-86/+7
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust3-23/+24
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust16-503/+837
2019-07-09NFS: Record task, client ID, and XID in xdr_status trace pointsChuck Lever5-7/+29
2019-07-09NFS: Update symbolic flags displayed by trace eventsChuck Lever1-26/+124
2019-07-09NFS: Display symbolic status code names in trace logChuck Lever1-35/+41
2019-07-09NFS: Fix show_nfs_errors macros againChuck Lever1-82/+82
2019-07-09NFS4: Add a trace event to record invalid CB sequence IDsChuck Lever2-8/+58
2019-07-09xprtrdma: Modernize ops->connectChuck Lever7-36/+121
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever3-7/+8
2019-07-09xprtrdma: Refactor chunk encodingChuck Lever1-20/+16
2019-07-09xprtrdma: Streamline rpcrdma_post_recvsChuck Lever1-21/+38
2019-07-09xprtrdma: Simplify rpcrdma_rep_createChuck Lever1-14/+8
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever4-50/+36
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever5-53/+137
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever3-0/+22
2019-07-09xprtrdma: Remove fr_stateChuck Lever4-140/+96
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever3-5/+1
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever5-29/+47
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever2-7/+8
2019-07-06SUNRPC: Fix possible autodisconnect during connect due to old last_usedDave Wysochanski1-1/+1
2019-07-06SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPESAnna Schumaker1-1/+1
2019-07-06NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington1-2/+2
2019-07-06nfs: disable client side deduplicationDarrick J. Wong1-1/+5
2019-07-06NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstatsDave Wysochanski1-0/+11
2019-07-06NFS: Clean up writeback codeTrond Myklebust3-10/+5
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust15-43/+186
2019-07-06Merge branch 'containers'Trond Myklebust7-9/+242
2019-07-06Merge branch 'cache_consistency'Trond Myklebust3-4/+17
2019-07-06SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust1-1/+1
2019-07-06Merge branch 'bh-remove'Trond Myklebust8-91/+167
2019-07-06SUNRPC: add links for all client xprts to debugfsNeilBrown1-17/+29
2019-07-06SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski2-3/+12
2019-07-06SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.NeilBrown1-6/+9
2019-07-06SUNRPC: Use proper printk specifiers for unsigned long longDave Wysochanski1-1/+1
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski2-4/+5
2019-07-06NFS: send state management on a single connection.NeilBrown3-10/+37
2019-07-06NFS: Allow multiple connections to a NFSv2 or NFSv3 serverTrond Myklebust1-0/+1
2019-07-06NFS: Display the "nconnect" mount option if it is set.Trond Myklebust1-0/+2
2019-07-06pNFS: Allow multiple connections to the DSTrond Myklebust2-0/+6
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust4-2/+13
2019-07-06NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust2-0/+11
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust3-3/+18
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust4-0/+135
2019-07-06NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust3-4/+17
2019-07-06SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust1-25/+25
2019-07-06SUNRPC: Add basic load balancing to the transport switchTrond Myklebust4-4/+59
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust3-8/+13
2019-07-06NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust4-1/+94