Age | Commit message (Expand) | Author |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-07-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce |
2019-07-18 | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2019-07-18 | SUNRPC: Optimise transport balancing code | Trond Myklebust |
2019-07-18 | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request | Trond Myklebust |
2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust |
2019-07-18 | SUNRPC: Fix initialisation of struct rpc_xprt_switch | Trond Myklebust |
2019-07-16 | SUNRPC: Skip zero-refcount transports | Trond Myklebust |
2019-07-16 | SUNRPC: Replace division by multiplication in calculation of queue length | Trond Myklebust |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-07-12 | SUNRPC: Fix transport accounting when caller specifies an rpc_xprt | Trond Myklebust |
2019-07-12 | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust |
2019-07-11 | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-07-10 | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-07-10 | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-07-09 | xprtrdma: Modernize ops->connect | Chuck Lever |
2019-07-09 | xprtrdma: Remove rpcrdma_req::rl_buffer | Chuck Lever |
2019-07-09 | xprtrdma: Refactor chunk encoding | Chuck Lever |
2019-07-09 | xprtrdma: Streamline rpcrdma_post_recvs | Chuck Lever |
2019-07-09 | xprtrdma: Simplify rpcrdma_rep_create | Chuck Lever |
2019-07-09 | xprtrdma: Wake RPCs directly in rpcrdma_wc_send path | Chuck Lever |
2019-07-09 | xprtrdma: Reduce context switching due to Local Invalidation | Chuck Lever |
2019-07-09 | xprtrdma: Add mechanism to place MRs back on the free list | Chuck Lever |
2019-07-09 | xprtrdma: Remove fr_state | Chuck Lever |
2019-07-09 | xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flag | Chuck Lever |
2019-07-09 | xprtrdma: Fix occasional transport deadlock | Chuck Lever |
2019-07-09 | xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_req | Chuck Lever |
2019-07-08 | sunrpc/cache: remove the exporting of cache_seq_next | Denis Efremov |
2019-07-06 | SUNRPC: Fix possible autodisconnect during connect due to old last_used | Dave Wysochanski |
2019-07-06 | SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES | Anna Schumaker |
2019-07-06 | Merge branch 'multipath_tcp' | Trond Myklebust |
2019-07-06 | SUNRPC: Remove warning in debugfs.c when compiling with W=1 | Trond Myklebust |
2019-07-06 | Merge branch 'bh-remove' | Trond Myklebust |
2019-07-06 | SUNRPC: add links for all client xprts to debugfs | NeilBrown |
2019-07-06 | SUNRPC: Count ops completing with tk_status < 0 | Dave Wysochanski |
2019-07-06 | SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts. | NeilBrown |
2019-07-06 | SUNRPC: Use proper printk specifiers for unsigned long long | Dave Wysochanski |
2019-07-06 | SUNRPC: Move call to rpc_count_iostats before rpc_call_done | Dave Wysochanski |
2019-07-06 | NFS: send state management on a single connection. | NeilBrown |
2019-07-06 | SUNRPC: Allow creation of RPC clients with multiple connections | Trond Myklebust |
2019-07-06 | SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lock | Trond Myklebust |
2019-07-06 | SUNRPC: Add basic load balancing to the transport switch | Trond Myklebust |
2019-07-06 | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock | Trond Myklebust |
2019-07-06 | SUNRPC: Replace direct task wakeups from softirq context | Trond Myklebust |
2019-07-06 | SUNRPC: Replace the queue timer with a delayed work function | Trond Myklebust |
2019-07-05 | Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-07-03 | nfs: fix out-of-date connectathon talk URL | J. Bruce Fields |
2019-07-03 | sunrpc: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2019-07-02 | xprtrdma: Fix use-after-free in rpcrdma_post_recvs | Chuck Lever |