summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-07-18SUNRPC: Optimise transport balancing codeTrond Myklebust
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust
2019-07-16SUNRPC: Skip zero-refcount transportsTrond Myklebust
2019-07-16SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-09xprtrdma: Modernize ops->connectChuck Lever
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever
2019-07-09xprtrdma: Refactor chunk encodingChuck Lever
2019-07-09xprtrdma: Streamline rpcrdma_post_recvsChuck Lever
2019-07-09xprtrdma: Simplify rpcrdma_rep_createChuck Lever
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever
2019-07-09xprtrdma: Remove fr_stateChuck Lever
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever
2019-07-08sunrpc/cache: remove the exporting of cache_seq_nextDenis Efremov
2019-07-06SUNRPC: Fix possible autodisconnect during connect due to old last_usedDave Wysochanski
2019-07-06SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPESAnna Schumaker
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust
2019-07-06SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust
2019-07-06Merge branch 'bh-remove'Trond Myklebust
2019-07-06SUNRPC: add links for all client xprts to debugfsNeilBrown
2019-07-06SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski
2019-07-06SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.NeilBrown
2019-07-06SUNRPC: Use proper printk specifiers for unsigned long longDave Wysochanski
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski
2019-07-06NFS: send state management on a single connection.NeilBrown
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust
2019-07-06SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust
2019-07-06SUNRPC: Add basic load balancing to the transport switchTrond Myklebust
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust
2019-07-06SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust
2019-07-06SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-07-03nfs: fix out-of-date connectathon talk URLJ. Bruce Fields
2019-07-03sunrpc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-02xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever