| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 3 | -39/+37 |
* | | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds | 2020-01-29 | 8 | -35/+41 |
|\ \ \
| |/ /
|/| | |
|
| * | | nfs: use time64_t internally | Arnd Bergmann | 2019-12-18 | 3 | -14/+14 |
| * | | sunrpc: convert to time64_t for expiry | Arnd Bergmann | 2019-12-18 | 6 | -21/+27 |
| |/ |
|
* | | xprtrdma: Fix oops in Receive handler after device removal | Chuck Lever | 2020-01-14 | 2 | -6/+21 |
* | | xprtrdma: Fix completion wait during device removal | Chuck Lever | 2020-01-14 | 1 | -1/+1 |
* | | xprtrdma: Fix create_qp crash on device unload | Chuck Lever | 2020-01-14 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-12-07 | 8 | -34/+84 |
|\ |
|
| * | SUNRPC: Fix backchannel latency metrics | Chuck Lever | 2019-11-21 | 2 | -1/+3 |
| * | SUNRPC: Fix svcauth_gss_proxy_init() | Chuck Lever | 2019-10-30 | 1 | -21/+63 |
| * | SUNRPC: Trace gssproxy upcall results | Chuck Lever | 2019-10-30 | 4 | -4/+12 |
| * | sunrpc: fix crash when cache_head become valid before update | Pavel Tikhomirov | 2019-10-11 | 1 | -6/+0 |
| * | svcrdma: Improve DMA mapping trace points | Chuck Lever | 2019-10-08 | 1 | -2/+6 |
* | | Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2019-12-07 | 11 | -337/+435 |
|\ \ |
|
| * | | SUNRPC: Capture completion of all RPC tasks | Chuck Lever | 2019-11-22 | 1 | -0/+1 |
| * | | SUNRPC: Fix another issue with MIC buffer space | Chuck Lever | 2019-11-18 | 1 | -6/+5 |
| * | | Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 2019-11-18 | 8 | -328/+421 |
| |\ \ |
|
| | * | | xprtrdma: Replace dprintk in xprt_rdma_set_port | Chuck Lever | 2019-10-24 | 1 | -6/+3 |
| | * | | xprtrdma: Replace dprintk() in rpcrdma_update_connect_private() | Chuck Lever | 2019-10-24 | 2 | -15/+10 |
| | * | | xprtrdma: Refine trace_xprtrdma_fixup | Chuck Lever | 2019-10-24 | 1 | -3/+2 |
| | * | | xprtrdma: Report the computed connect delay | Chuck Lever | 2019-10-24 | 2 | -12/+4 |
| | * | | xprtrdma: Wake tasks after connect worker fails | Chuck Lever | 2019-10-24 | 1 | -9/+6 |
| | * | | xprtrdma: Pull up sometimes | Chuck Lever | 2019-10-24 | 4 | -7/+81 |
| | * | | xprtrdma: Refactor rpcrdma_prepare_msg_sges() | Chuck Lever | 2019-10-24 | 1 | -117/+146 |
| | * | | xprtrdma: Move the rpcrdma_sendctx::sc_wr field | Chuck Lever | 2019-10-24 | 4 | -9/+9 |
| | * | | xprtrdma: Remove rpcrdma_sendctx::sc_device | Chuck Lever | 2019-10-24 | 2 | -3/+2 |
| | * | | xprtrdma: Remove rpcrdma_sendctx::sc_xprt | Chuck Lever | 2019-10-24 | 2 | -11/+10 |
| | * | | xprtrdma: Ensure ri_id is stable during MR recycling | Chuck Lever | 2019-10-24 | 2 | -24/+6 |
| | * | | xprtrdma: Manage MRs in context of a single connection | Chuck Lever | 2019-10-24 | 4 | -57/+40 |
| | * | | xprtrdma: Fix MR list handling | Chuck Lever | 2019-10-24 | 1 | -20/+21 |
| | * | | xprtrdma: Close window between waking RPC senders and posting Receives | Chuck Lever | 2019-10-24 | 3 | -4/+9 |
| | * | | xprtrdma: Initialize rb_credits in one place | Chuck Lever | 2019-10-24 | 4 | -16/+38 |
| | * | | xprtrdma: Connection becomes unstable after a reconnect | Chuck Lever | 2019-10-24 | 2 | -0/+25 |
| | * | | xprtrdma: Add unique trace points for posting Local Invalidate WRs | Chuck Lever | 2019-10-24 | 1 | -2/+2 |
| | * | | SUNRPC: Add trace points to observe transport congestion control | Chuck Lever | 2019-10-24 | 1 | -9/+13 |
| | * | | SUNRPC: Eliminate log noise in call_reserveresult | Chuck Lever | 2019-10-24 | 1 | -12/+2 |
| * | | | SUNRPC: Avoid RPC delays when exiting suspend | Trond Myklebust | 2019-11-06 | 1 | -1/+1 |
| * | | | NFSv4.1: Don't rebind to the same source port when reconnecting to the server | Trond Myklebust | 2019-11-03 | 2 | -2/+7 |
* | | | | kernel/notifier.c: remove blocking_notifier_chain_cond_register() | Xiaoming Ni | 2019-12-04 | 1 | -1/+1 |
|/ / / |
|
* | | | SUNRPC: Destroy the back channel when we destroy the host transport | Trond Myklebust | 2019-10-30 | 2 | -1/+6 |
* | | | SUNRPC: The RDMA back channel mustn't disappear while requests are outstanding | Trond Myklebust | 2019-10-30 | 1 | -0/+2 |
* | | | SUNRPC: The TCP back channel mustn't disappear while requests are outstanding | Trond Myklebust | 2019-10-30 | 1 | -2/+3 |
|/ / |
|
* / | SUNRPC: fix race to sk_err after xs_error_report | Benjamin Coddington | 2019-10-10 | 1 | -9/+8 |
|/ |
|
* | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-09-27 | 5 | -30/+26 |
|\ |
|
| * | sunrpc: clean up indentation issue | Colin Ian King | 2019-09-25 | 1 | -2/+2 |
| * | sunrpc: add a new cache_detail operation for when a cache is flushed | Jeff Layton | 2019-08-19 | 1 | -0/+3 |
| * | svcrdma: Use llist for managing cache of recv_ctxts | Chuck Lever | 2019-08-19 | 2 | -16/+11 |
| * | svcrdma: Remove svc_rdma_wq | Chuck Lever | 2019-08-19 | 2 | -8/+2 |
| * | SUNRPC: Track writers of the 'channel' file to improve cache_listeners_exist | Dave Wysochanski | 2019-07-30 | 1 | -4/+8 |
* | | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2019-09-26 | 12 | -384/+388 |
|\ \ |
|