| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-12-16 | 5 | -15/+24 |
|\ |
|
| * | SUNRPC: Fix a race in the receive code path | Trond Myklebust | 2017-12-15 | 1 | -9/+19 |
| * | xprtrdma: Spread reply processing over more CPUs | Chuck Lever | 2017-12-15 | 4 | -6/+5 |
* | | kernel: make groups_sort calling a responsibility group_info allocators | Thiago Rafael Becker | 2017-12-14 | 3 | -0/+4 |
* | | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-12-01 | 2 | -0/+7 |
|\ \
| |/ |
|
| * | SUNRPC: Handle ENETDOWN errors | Trond Myklebust | 2017-11-30 | 2 | -0/+6 |
| * | SUNRPC: Allow connect to return EHOSTUNREACH | Trond Myklebust | 2017-11-29 | 1 | -0/+1 |
* | | SUNRPC: make cache_detail structures const | Bhumika Goyal | 2017-11-27 | 2 | -4/+4 |
* | | sunrpc: make the function arg as const | Bhumika Goyal | 2017-11-27 | 1 | -1/+1 |
* | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2017-11-21 | 1 | -1/+1 |
* | | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-11-18 | 4 | -82/+55 |
|\ \ |
|
| * | | SUNRPC: Improve ordering of transport processing | Trond Myklebust | 2017-11-07 | 1 | -70/+30 |
| * | | svcrdma: Enqueue after setting XPT_CLOSE in completion handlers | Chuck Lever | 2017-11-07 | 1 | -3/+8 |
| * | | rpc: remove some BUG()s | J. Bruce Fields | 2017-11-07 | 1 | -5/+9 |
| * | | svcrdma: Preserve CB send buffer across retransmits | Chuck Lever | 2017-11-07 | 1 | -1/+5 |
| * | | sunrcp: make function _svc_create_xprt static | Colin Ian King | 2017-11-07 | 1 | -3/+3 |
* | | | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-11-17 | 14 | -297/+531 |
|\ \ \
| | |/
| |/| |
|
| * | | sunrpc: remove net pointer from messages | Vasily Averin | 2017-11-17 | 2 | -7/+7 |
| * | | sunrpc: exit_net cleanup check added | Vasily Averin | 2017-11-17 | 1 | -0/+3 |
| * | | sunrpc: Add rpc_request static trace point | Chuck Lever | 2017-11-17 | 1 | -2/+1 |
| * | | sunrpc: Fix rpc_task_begin trace point | Chuck Lever | 2017-11-17 | 1 | -2/+1 |
| * | | net: sunrpc: mark expected switch fall-throughs | Gustavo A. R. Silva | 2017-11-17 | 3 | -0/+16 |
| * | | xprtrdma: Update copyright notices | Chuck Lever | 2017-11-17 | 4 | -0/+4 |
| * | | xprtrdma: Remove include for linux/prefetch.h | Chuck Lever | 2017-11-17 | 1 | -1/+0 |
| * | | rpcrdma: Remove C structure definitions of XDR data items | Chuck Lever | 2017-11-17 | 2 | -9/+3 |
| * | | xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode | Chuck Lever | 2017-11-17 | 1 | -1/+1 |
| * | | xprtrdma: Remove atomic send completion counting | Chuck Lever | 2017-11-17 | 3 | -33/+0 |
| * | | xprtrdma: RPC completion should wait for Send completion | Chuck Lever | 2017-11-17 | 4 | -4/+34 |
| * | | xprtrdma: Refactor rpcrdma_deferred_completion | Chuck Lever | 2017-11-17 | 3 | -13/+22 |
| * | | xprtrdma: Add a field of bit flags to struct rpcrdma_req | Chuck Lever | 2017-11-17 | 4 | -4/+8 |
| * | | xprtrdma: Add data structure to manage RDMA Send arguments | Chuck Lever | 2017-11-17 | 4 | -32/+247 |
| * | | xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge() | Chuck Lever | 2017-11-17 | 1 | -7/+5 |
| * | | xprtrdma: Change return value of rpcrdma_prepare_send_sges() | Chuck Lever | 2017-11-17 | 3 | -24/+38 |
| * | | xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges() | Chuck Lever | 2017-11-17 | 1 | -14/+24 |
| * | | xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges() | Chuck Lever | 2017-11-17 | 1 | -1/+1 |
| * | | xprtrdma: Decode credits field in rpcrdma_reply_handler | Chuck Lever | 2017-11-17 | 3 | -27/+14 |
| * | | xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion | Chuck Lever | 2017-11-17 | 3 | -23/+36 |
| * | | xprtrdma: Refactor rpcrdma_reply_handler some more | Chuck Lever | 2017-11-17 | 2 | -57/+69 |
| * | | xprtrdma: Move decoded header fields into rpcrdma_rep | Chuck Lever | 2017-11-17 | 2 | -19/+20 |
| * | | xprtrdma: Throw away reply when version is unrecognized | Chuck Lever | 2017-11-17 | 1 | -9/+8 |
| * | | xprtrdma: Remove ro_unmap_safe | Chuck Lever | 2017-10-16 | 3 | -40/+0 |
| * | | xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request | Chuck Lever | 2017-10-16 | 1 | -1/+2 |
| * | | xprtrdma: Don't defer fencing an async RPC's chunks | Chuck Lever | 2017-10-16 | 1 | -1/+1 |
* | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | treewide: Fix function prototypes for module_param_call() | Kees Cook | 2017-10-31 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 14 | -0/+14 |
|\ \ \ |
|
| * \ \ | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 14 | -0/+14 |
| |\ \ \ |
|
| | * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 14 | -0/+14 |
| | |/ / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-30 | 1 | -11/+25 |
|\ \ \ \
| |/ / / |
|
| * | | | SUNRPC: Destroy transport from the system workqueue | Trond Myklebust | 2017-10-19 | 1 | -10/+24 |