Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ef0e9180d3589ad35eefe9be6b239f32719fd548
/
net
/
sunrpc
/
xprtrdma
fedfb94
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
bade732
svcrdma: RDMA support not yet compatible with RPC6
by Tom Tucker
· 15 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
81160e66
net/sunrpc: Convert (void)snprintf to snprintf
by Joe Perches
· 15 years ago
fc0b5791
net/sunrpc: Remove uses of NIPQUAD, use %pI4
by Joe Perches
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
e9dc122
Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming
by J. Bruce Fields
· 15 years ago
c740eff
SUNRPC: Kill RPC_DISPLAY_ALL
by Chuck Lever
· 15 years ago
c877b84
SUNRPC: Use rpc_ntop() for constructing transport address strings
by Chuck Lever
· 15 years ago
ba80913
SUNRPC: Remove duplicate universal address generation
by Chuck Lever
· 15 years ago
846d8e7
svcrdma: fix error handling of rdma_alloc_frmr()
by Wei Yongjun
· 15 years ago
59fb306
sunrpc: potential memory leak in function rdma_read_xdr
by Christian Engelmayer
· 15 years ago
c8bce3d
Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
98779be
svcrdma: dma unmap the correct length for the RPCRDMA header page.
by Steve Wise
· 15 years ago
6874308
XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devices
by Vu Pham
· 15 years ago
21515e4
svcrdma: clean up error paths.
by Steve Wise
· 16 years ago
d0687be
svcrdma: Fix dma map direction for rdma read targets
by Steve Wise
· 16 years ago
2e3c230
SVCRDMA: fix recent printk format warnings.
by Tom Talpey
· 16 years ago
b38ab40
XPRTRDMA: correct an rpc/rdma inline send marshaling error
by Tom Talpey
· 16 years ago
b1e1e15
SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.
by Tom Talpey
· 16 years ago
b1721d2
rpc/rdma: goto instead of copypaste
by Ilpo Järvinen
· 16 years ago
5eaa65b
net: Make static
by Roel Kluin
· 16 years ago
ff0db04
sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.c
by Ingo Molnar
· 16 years ago
ed72b9c
sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.c
by Ingo Molnar
· 16 years ago
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
6925bac
Merge branch 'next'
by Trond Myklebust
· 16 years ago
8acd3a6
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
c055551
RPC/RDMA: ensure connection attempt is complete before signalling.
by Tom Talpey
· 16 years ago
08ca0dc
RPC/RDMA: correct the reconnect timer backoff
by Tom Talpey
· 16 years ago
b3cd8d4
RPC/RDMA: optionally emit useful transport info upon connect/disconnect.
by Tom Talpey
· 16 years ago
5f37d56
RPC/RDMA: reformat a debug printk to keep lines together.
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
926449b
RPC/RDMA: return a consistent error, when connect fails.
by Tom Talpey
· 16 years ago
9191ca3
RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.
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
ad0e9e0
RPC/RDMA: maintain the RPC task bytes-sent statistic.
by Tom Talpey
· 16 years ago
575448b
RPC/RDMA: suppress retransmit on RPC/RDMA clients.
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
fe9053b
RPC/RDMA: add data types and new FRMR memory registration enum.
by Tom Talpey
· 16 years ago
8d4ba03
RPC/RDMA: refactor the inline memory registration code.
by Tom Talpey
· 16 years ago
67080c8
svcrdma: Fix IRD/ORD polarity
by Tom Tucker
· 16 years ago
04911b5
svcrdma: Update svc_rdma_send_error to use DMA LKEY
by Tom Tucker
· 16 years ago
afd566e
svcrdma: Modify the RPC reply path to use FRMR when available
by Tom Tucker
· 16 years ago
146b6df
svcrdma: Modify the RPC recv path to use FRMR when available
by Tom Tucker
· 16 years ago
5b180a9
svcrdma: Add support to svc_rdma_send to handle chained WR
by Tom Tucker
· 16 years ago
a5abf4e
svcrdma: Modify post recv path to use local dma key
by Tom Tucker
· 16 years ago
e118321
svcrdma: Add a service to register a Fast Reg MR with the device
by Tom Tucker
· 16 years ago
3a5c638
svcrdma: Query device for Fast Reg support during connection setup
by Tom Tucker
· 16 years ago
64be8608
svcrdma: Add FRMR get/put services
by Tom Tucker
· 16 years ago
6067804
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
by Arnaldo Carvalho de Melo
· 16 years ago
24b8b44
svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet
by Tom Tucker
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
8948896
svcrdma: Change WR context get/put to use the kmem cache
by Tom Tucker
· 16 years ago
bf5927d
svcrdma: Create a kmem cache for the WR contexts
by Tom Tucker
· 16 years ago
902a94e
svcrdma: Add flush_scheduled_work to module exit function
by Tom Tucker
· 16 years ago
36ef25e
svcrdma: Limit ORD based on client's advertised IRD
by Tom Tucker
· 16 years ago
94dba49
svcrdma: Remove unneeded spin locks from __svc_rdma_free
by Tom Tucker
· 16 years ago
87295b6
svcrdma: Add dma map count and WARN_ON
by Tom Tucker
· 16 years ago
e6ab914
svcrdma: Move the DMA unmap logic to the CQ handler
by Tom Tucker
· 16 years ago
f820c57
svcrdma: Use reply and chunk map for RDMA_READ processing
by Tom Tucker
· 16 years ago
34d16e4
svcrdma: Use RPC reply map for RDMA_WRITE processing
by Tom Tucker
· 16 years ago
ab96ddd
svcrdma: Add a type for keeping NFS RPC mapping
by Tom Tucker
· 16 years ago
a6f911c
svcrdma: Verify read-list fits within RPCSVC_MAXPAGES
by Tom Tucker
· 16 years ago
008fdbc
svcrdma: Change svc_rdma_send_error return type to void
by Tom Tucker
· 17 years ago
af261af
svcrdma: Copy transport address and arm CQ before calling rdma_accept
by Tom Tucker
· 17 years ago
69500c4
svcrdma: Set rqstp transport address in rdma_read_complete function
by Tom Tucker
· 17 years ago
97a3df3
svcrdma: Use ib verbs version of dma_unmap
by Tom Tucker
· 17 years ago
356d0a1
svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_free
by Tom Tucker
· 17 years ago
1711386
svcrdma: Move the QP and cm_id destruction to svc_rdma_free
by Tom Tucker
· 17 years ago
0905c0f
svcrdma: Add reference for each SQ/RQ WR
by Tom Tucker
· 17 years ago
8da91ea
svcrdma: Move destroy to kernel thread
by Tom Tucker
· 17 years ago
47698e0
svcrdma: Shrink scope of spinlock on RQ CQ
by Tom Tucker
· 17 years ago
8740767
svcrdma: Use standard Linux lists for context cache
by Tom Tucker
· 17 years ago
02e7452
svcrdma: Simplify RDMA_READ deferral buffer management
by Tom Tucker
· 17 years ago
10a38c3
svcrdma: Remove unused READ_DONE context flags bit
by Tom Tucker
· 17 years ago
d16d400
svcrdma: Return error from rdma_read_xdr so caller knows to free context
by Tom Tucker
· 17 years ago
58e8f62
svcrdma: Fix error handling during listening endpoint creation
by Tom Tucker
· 17 years ago
5ac461a
svcrdma: Free context on post_recv error in send_reply
by Tom Tucker
· 17 years ago
05a0826
svcrdma: Free context on ib_post_recv error
by Tom Tucker
· 17 years ago
120693d
svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handler
by Tom Tucker
· 17 years ago
9d6347a
svcrdma: Fix return value in svc_rdma_send
by Tom Tucker
· 17 years ago
dbcd00e
svcrdma: Fix race with dto_tasklet in svc_rdma_send
by Tom Tucker
· 17 years ago
0e7f011
svcrdma: Simplify receive buffer posting
by Tom Tucker
· 17 years ago
830bb59
SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send
by Tom Tucker
· 17 years ago
0f39cf3
IB/core: Add support for "send with invalidate" work requests
by Roland Dreier
· 17 years ago
c8237a5
SVCRDMA: Check num_sge when setting LAST_CTXT bit
by Tom Tucker
· 17 years ago
d307377
SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adapters
by Roland Dreier
· 17 years ago
3fedb3c
SVCRDMA: Fix erroneous BUG_ON in send_write
by Tom Tucker
· 17 years ago
c48cbb4
SVCRDMA: Add xprt refs to fix close/unmount crash
by Tom Tucker
· 17 years ago
ee1a2c5
SUNRPC: Fix a nfs4 over rdma transport oops
by Tom Talpey
· 17 years ago
Next »