Age | Commit message (Expand) | Author |
2018-09-30 | SUNRPC: Move RPC retransmission stat counter to xprt_transmit() | Trond Myklebust |
2018-09-30 | SUNRPC: Simplify xprt_prepare_transmit() | Trond Myklebust |
2018-09-30 | SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK | Trond Myklebust |
2018-09-30 | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() | Trond Myklebust |
2018-09-30 | SUNRPC: Fix up the back channel transmit | Trond Myklebust |
2018-09-30 | SUNRPC: Refactor RPC call encoding | Trond Myklebust |
2018-09-30 | SUNRPC: Add a transmission queue for RPC requests | Trond Myklebust |
2018-09-30 | SUNRPC: Distinguish between the slot allocation list and receive queue | Trond Myklebust |
2018-09-30 | SUNRPC: Minor cleanup for call_transmit() | Trond Myklebust |
2018-09-30 | SUNRPC: Refactor xprt_transmit() to remove wait for reply code | Trond Myklebust |
2018-09-30 | SUNRPC: Refactor xprt_transmit() to remove the reply queue code | Trond Myklebust |
2018-09-30 | SUNRPC: Rename xprt->recv_lock to xprt->queue_lock | Trond Myklebust |
2018-09-30 | SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit | Trond Myklebust |
2018-09-30 | SUNRPC: Test whether the task is queued before grabbing the queue spinlocks | Trond Myklebust |
2018-09-30 | SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status | Trond Myklebust |
2018-09-30 | SUNRPC: Refactor the transport request pinning | Trond Myklebust |
2018-09-30 | SUNRPC: Simplify dealing with aborted partially transmitted messages | Trond Myklebust |
2018-09-30 | SUNRPC: Add socket transmit queue offset tracking | Trond Myklebust |
2018-09-30 | SUNRPC: Move reset of TCP state variables into the reconnect code | Trond Myklebust |
2018-09-30 | SUNRPC: Rename TCP receive-specific state variables | Trond Myklebust |
2018-09-30 | SUNRPC: Avoid holding locks across the XDR encoding of the RPC message | Trond Myklebust |
2018-09-30 | SUNRPC: Simplify identification of when the message send/receive is complete | Trond Myklebust |
2018-09-30 | SUNRPC: The transmitted message must lie in the RPCSEC window of validity | Trond Myklebust |
2018-09-30 | SUNRPC: If there is no reply expected, bail early from call_decode | Trond Myklebust |
2018-09-30 | SUNRPC: Clean up initialisation of the struct rpc_rqst | Trond Myklebust |
2018-09-28 | gss_krb5: Remove VLA usage of skcipher | Kees Cook |
2018-08-23 | Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2018-08-23 | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2018-08-22 | sunrpc: Add comment defining gssd upcall API keywords | Chuck Lever |
2018-08-22 | sunrpc: Extract target name into svc_cred | Chuck Lever |
2018-08-22 | sunrpc: Enable the kernel to specify the hostname part of service principals | Chuck Lever |
2018-08-22 | sunrpc: Don't use stack buffer with scatterlist | Laura Abbott |
2018-08-16 | Merge branch 'linus/master' into rdma.git for-next | Jason Gunthorpe |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe |
2018-08-09 | rpc: remove unneeded variable 'ret' in rdma_listen_handler | zhong jiang |
2018-08-09 | NFSD: Handle full-length symlinks | Chuck Lever |
2018-08-09 | NFSD: Refactor the generic write vector fill helper | Chuck Lever |
2018-08-09 | svcrdma: Clean up Read chunk path | Chuck Lever |
2018-08-09 | svcrdma: Avoid releasing a page in svc_xprt_release() | Chuck Lever |
2018-08-09 | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data' | YueHaibing |
2018-08-08 | xprtrdma: Fix disconnect regression | Chuck Lever |
2018-08-04 | net: Remove some unneeded semicolon | zhong jiang |
2018-07-31 | sunrpc: whitespace fixes | Stephen Hemminger |
2018-07-31 | NFSv4 client live hangs after live data migration recovery | Bill Baker |
2018-07-31 | sunrpc: kstrtoul() can also return -ERANGE | Dan Carpenter |
2018-07-31 | sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c... | Dave Wysochanski |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche |
2018-07-30 | sunrpc: Add _add_rpc_iostats() to add rpc_iostats metrics | Dave Wysochanski |
2018-07-30 | sunrpc: add _print_rpc_iostats() to output metrics for one RPC op | Dave Wysochanski |
2018-07-30 | net/sunrpc: Make rpc_auth_create_args a const | Sargun Dhillon |