summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2019-01-22sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields
2019-01-16sunrpc: use-after-free in svc_process_common()Vasily Averin
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin
2019-01-13SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever
2018-12-01SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust
2018-11-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson
2018-11-13nfsd: Fix an Oops in free_session()Trond Myklebust
2018-11-13xprtrdma: Reset credit grant properly after a disconnectChuck Lever
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever
2018-08-22sunrpc: Extract target name into svc_credChuck Lever
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang
2018-08-09NFSD: Handle full-length symlinksChuck Lever
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever
2018-08-04net: Remove some unneeded semicolonzhong jiang
2018-07-31sunrpc: whitespace fixesStephen Hemminger
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker
2018-07-31sunrpc: kstrtoul() can also return -ERANGEDan Carpenter
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski
2018-07-30sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-19sunrpc: Prevent duplicate XID allocationChuck Lever
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-08Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust