Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9c1b4d775f2d7dd5bb806e3de2f3e1244a7cbd16
/
net
/
sunrpc
/
xprtrdma
/
verbs.c
9c1b4d7
xprtrdma: Add a "register_external" op for each memreg mode
by Chuck Lever
· 10 years ago
1c9351e
xprtrdma: Add a "max_payload" op for each memreg mode
by Chuck Lever
· 10 years ago
a0ce85f
xprtrdma: Add vector of ops for each memory registration strategy
by Chuck Lever
· 10 years ago
41f9702
xprtrdma: Prevent infinite loop in rpcrdma_ep_create()
by Chuck Lever
· 10 years ago
8052724
xprtrdma: Byte-align FRWR registration
by Chuck Lever
· 10 years ago
0dd39ca
xprtrdma: Display IPv6 addresses and port numbers correctly
by Chuck Lever
· 10 years ago
df515ca
xprtrdma: Clean up after adding regbuf management
by Chuck Lever
· 10 years ago
c05fbb5
xprtrdma: Allocate zero pad separately from rpcrdma_buffer
by Chuck Lever
· 10 years ago
6b1184c
xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep
by Chuck Lever
· 10 years ago
85275c8
xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_req
by Chuck Lever
· 10 years ago
0ca77dc
xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req
by Chuck Lever
· 10 years ago
9128c3e
xprtrdma: Add struct rpcrdma_regbuf and helpers
by Chuck Lever
· 10 years ago
1392402
xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()
by Chuck Lever
· 10 years ago
ac920d0
xprtrdma: Simplify synopsis of rpcrdma_buffer_create()
by Chuck Lever
· 10 years ago
ce1ab9a
xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stack
by Chuck Lever
· 10 years ago
7bc7972
xprtrdma: Take struct ib_device_attr off the stack
by Chuck Lever
· 10 years ago
5ae711a
xprtrdma: Free the pd if ib_query_qp() fails
by Chuck Lever
· 10 years ago
afadc46
xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt
by Chuck Lever
· 10 years ago
eba8ff6
xprtrdma: Move credit update to RPC reply handler
by Chuck Lever
· 10 years ago
3eb3581
xprtrdma: Remove rl_mr field, and the mr_chunk union
by Chuck Lever
· 10 years ago
5d410ba
xprtrdma: Remove rpcrdma_ep::rep_ia
by Chuck Lever
· 10 years ago
8502427
xprtrdma: human-readable completion status
by Chuck Lever
· 10 years ago
ea52641
Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-next
by Trond Myklebust
· 10 years ago
7ff11de
xprtrdma: Display async errors
by Chuck Lever
· 10 years ago
5c166be
xprtrdma: Re-write rpcrdma_flush_cqs()
by Chuck Lever
· 10 years ago
f1a03b7
xprtrdma: Refactor tasklet scheduling
by Chuck Lever
· 10 years ago
467c967
xprtrdma: unmap all FMRs during transport disconnect
by Chuck Lever
· 10 years ago
e7104a2
xprtrdma: Cap req_cqinit
by Chuck Lever
· 10 years ago
92b9836
xprtrdma: Return an errno from rpcrdma_register_external()
by Chuck Lever
· 10 years ago
f895b25
sunrpc: eliminate RPC_DEBUG
by Jeff Layton
· 10 years ago
8079fb7
xprtrdma: Handle additional connection events
by Chuck Lever
· 10 years ago
a779ca5
xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
by Chuck Lever
· 10 years ago
282191c
xprtrdma: Make rpcrdma_ep_disconnect() return void
by Chuck Lever
· 10 years ago
bb96193
xprtrdma: Schedule reply tasklet once per upcall
by Chuck Lever
· 10 years ago
2e84522
xprtrdma: Allocate each struct rpcrdma_mw separately
by Chuck Lever
· 10 years ago
f590e87
xprtrdma: Rename frmr_wr
by Chuck Lever
· 10 years ago
dab7e3b
xprtrdma: Disable completions for LOCAL_INV Work Requests
by Chuck Lever
· 10 years ago
0505572
xprtrdma: Disable completions for FAST_REG_MR Work Requests
by Chuck Lever
· 10 years ago
440ddad5
xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
by Chuck Lever
· 10 years ago
ddb6beb
xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
by Chuck Lever
· 10 years ago
9f9d802
xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
by Chuck Lever
· 10 years ago
c2922c0
xprtrdma: Properly handle exhaustion of the rb_mws list
by Chuck Lever
· 10 years ago
3111d72
xprtrdma: Chain together all MWs in same buffer pool
by Chuck Lever
· 10 years ago
c93e986
xprtrdma: Back off rkey when FAST_REG_MR fails
by Chuck Lever
· 10 years ago
0dbb410
xprtrdma: Unclutter struct rpcrdma_mr_seg
by Chuck Lever
· 10 years ago
a7bc211
xprtrdma: On disconnect, don't ignore pending CQEs
by Chuck Lever
· 10 years ago
43e9598
xprtrdma: Limit data payload size for ALLPHYSICAL
by Chuck Lever
· 10 years ago
73806c8
xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
by Chuck Lever
· 10 years ago
5fc83f4
xprtrdma: Fix panic in rpcrdma_register_frmr_external()
by Chuck Lever
· 10 years ago
bf858ab
xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
by Yan Burman
· 10 years ago
c977dea
xprtrdma: Remove BUG_ON() call sites
by Chuck Lever
· 11 years ago
5bc4bc7
xprtrdma: Remove Tavor MTU setting
by Chuck Lever
· 11 years ago
ec62f40
xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting
by Chuck Lever
· 11 years ago
65866f8
xprtrdma: Reduce the number of hardway buffer allocations
by Chuck Lever
· 11 years ago
8301a2c
xprtrdma: Limit work done by completion handler
by Chuck Lever
· 11 years ago
1c00dd0
xprtrmda: Reduce calls to ib_poll_cq() in completion handlers
by Chuck Lever
· 11 years ago
7f23f6f
xprtrmda: Reduce lock contention in completion handlers
by Chuck Lever
· 11 years ago
fc66448
xprtrdma: Split the completion queue
by Chuck Lever
· 11 years ago
7f1d541
xprtrdma: Make rpcrdma_ep_destroy() return void
by Chuck Lever
· 11 years ago
13c9ff8
xprtrdma: Simplify rpcrdma_deregister_external() synopsis
by Chuck Lever
· 11 years ago
cdd9ade
xprtrdma: mount reports "Invalid mount option" if memreg mode not supported
by Chuck Lever
· 11 years ago
f10eafd
xprtrdma: Fall back to MTHCAFMR when FRMR is not supported
by Chuck Lever
· 11 years ago
0ac531c
xprtrdma: Remove REGISTER memory registration mode
by Chuck Lever
· 11 years ago
b45ccfd
xprtrdma: Remove MEMWINDOWS registration modes
by Chuck Lever
· 11 years ago
03ff882
xprtrdma: Remove BOUNCEBUFFERS memory registration mode
by Chuck Lever
· 11 years ago
254f91e
xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
by Chuck Lever
· 11 years ago
4034ba0
nfs-rdma: Fix for FMR leaks
by Allen Andrews
· 11 years ago
0fc6c4e
xprtrdma: mind the device's max fast register page list depth
by Steve Wise
· 11 years ago
7083e42
IB/core: Add "type 2" memory windows support
by Shani Michaeli
· 12 years ago
9b78145
xprtrdma: Remove assumption that each segment is <= PAGE_SIZE
by Tom Tucker
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
986d4ab
sunrpc: fix printk format warning
by Randy Dunlap
· 14 years ago
5c635e0
RPCRDMA: Fix FRMR registration/invalidate handling.
by Tom Tucker
· 14 years ago
15cdc644
rpcrdma: Fix SQ size calculation when memreg is FRMR
by Tom Tucker
· 14 years ago
7a8b80eb
xprtrdma: Do not truncate iova_start values in frmr registrations.
by Steve Wise
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
6874308
XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devices
by Vu Pham
· 16 years ago
ff0db04
sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.c
by Ingo Molnar
· 16 years ago
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
c055551
RPC/RDMA: ensure connection attempt is complete before signalling.
by Tom Talpey
· 16 years ago
b3cd8d4
RPC/RDMA: optionally emit useful transport info upon connect/disconnect.
by Tom Talpey
· 16 years ago
5675add
RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.
by Tom Talpey
· 16 years ago
1a95405
RPC/RDMA: fix connect/reconnect resource leak.
by Tom Talpey
· 16 years ago
fee08ca
RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.
by Tom Talpey
· 16 years ago
b334eaa
RPC/RDMA: fix connection IRD/ORD setting
by Tom Tucker
· 16 years ago
3197d309
RPC/RDMA: support FRMR client memory registration.
by Tom Talpey
· 16 years ago
bd7ed1d
RPC/RDMA: check selected memory registration mode at runtime.
by Tom Talpey
· 16 years ago
8d4ba03
RPC/RDMA: refactor the inline memory registration code.
by Tom Talpey
· 16 years ago
0f39cf3
IB/core: Add support for "send with invalidate" work requests
by Roland Dreier
· 17 years ago
5d40a8a
SUNRPC: Check a return result
by Chuck Lever
· 17 years ago
a56daeb
net/sunrpc/xprtrdma/verbs.c printk warning fix
by Andrew Morton
· 17 years ago
c56c65f
RPCRDMA: rpc rdma verbs interface implementation
by \"Talpey, Thomas\
· 17 years ago
f58851e
RPCRDMA: rpc rdma transport switch
by \"Talpey, Thomas\
· 17 years ago