Age | Commit message (Expand) | Author |
2022-07-02 | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds |
2022-06-30 | SUNRPC: Fix READ_PLUS crasher | Chuck Lever |
2022-06-17 | Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-06-10 | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds |
2022-06-08 | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-08 | SUNRPC: Clean up xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-08 | SUNRPC: Clean up xdr_commit_encode() | Chuck Lever |
2022-06-08 | SUNRPC: Optimize xdr_reserve_space() | Chuck Lever |
2022-06-08 | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer() | Chuck Lever |
2022-06-07 | sunrpc: set cl_max_connect when cloning an rpc_clnt | Scott Mayhew |
2022-06-02 | SUNRPC: Trap RDMA segment overflows | Chuck Lever |
2022-05-31 | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-05-31 | xprtrdma: treat all calls not a bcall when bc_serv is NULL | Kinglong Mee |
2022-05-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2022-05-26 | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2022-05-24 | Merge tag 'v5.18' into rdma.git for-next | Jason Gunthorpe |
2022-05-23 | SUNRPC: Use RMW bitops in single-threaded hot paths | Chuck Lever |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-19 | SUNRPC: Simplify synopsis of svc_pool_for_cpu() | Chuck Lever |
2022-05-19 | SUNRPC: Don't disable preemption while calling svc_pool_for_cpu(). | Sebastian Andrzej Siewior |
2022-05-19 | SUNRPC: Remove svc_rqst::rq_xprt_hlen | Chuck Lever |
2022-05-19 | SUNRPC: Remove dead code in svc_tcp_release_rqst() | Chuck Lever |
2022-05-19 | SUNRPC: Cache deferral injection | Chuck Lever |
2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-07 | SUNRPC: Ensure that the gssproxy client can start in a connected state | Trond Myklebust |
2022-05-07 | Revert "SUNRPC: Ensure gss-proxy connects on setup" | Trond Myklebust |
2022-04-29 | Revert "SUNRPC: attempt AF_LOCAL connect on setup" | Trond Myklebust |
2022-04-29 | SUNRPC: Ensure gss-proxy connects on setup | Trond Myklebust |
2022-04-29 | SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets | Trond Myklebust |
2022-04-28 | SUNRPC: Don't leak sockets in xs_local_connect() | Trond Myklebust |
2022-04-22 | SUNRPC release the transport of a relocated task with an assigned transport | Olga Kornievskaia |
2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-04-12 | Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds |
2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp |
2022-04-08 | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-04-07 | SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() | Trond Myklebust |
2022-04-07 | SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() | Trond Myklebust |
2022-04-07 | SUNRPC: Handle allocation failure in rpc_new_task() | Trond Myklebust |
2022-04-07 | SUNRPC: Handle low memory situations in call_status() | Trond Myklebust |
2022-04-07 | SUNRPC: Handle ENOMEM in call_transmit_status() | Trond Myklebust |
2022-04-07 | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() | Trond Myklebust |
2022-04-06 | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe |
2022-04-06 | SUNRPC: Fix NFSD's request deferral on RDMA transports | Chuck Lever |
2022-03-29 | SUNRPC: handle malloc failure in ->request_prepare | NeilBrown |
2022-03-29 | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-03-25 | SUNRPC: Don't return error values in sysfs read of closed files | Trond Myklebust |
2022-03-25 | SUNRPC: Do not dereference non-socket transports in sysfs | Trond Myklebust |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-03-24 | SUNRPC don't resend a task on an offlined transport | Olga Kornievskaia |
2022-03-23 | SUNRPC: avoid race between mod_timer() and del_timer_sync() | NeilBrown |