Commit Graph

121 Commits (4f4669ee732a6b37279e912af1833fbff15407a2)

Author SHA1 Message Date
Joe Perches 81160e66cc net/sunrpc: Convert (void)snprintf to snprintf 15 years ago
Joe Perches fc0b579168 net/sunrpc: Remove uses of NIPQUAD, use %pI4 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 16 years ago
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 16 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
Chuck Lever c740eff84b SUNRPC: Kill RPC_DISPLAY_ALL 16 years ago
Chuck Lever c877b849d3 SUNRPC: Use rpc_ntop() for constructing transport address strings 16 years ago
Chuck Lever ba809130bc SUNRPC: Remove duplicate universal address generation 16 years ago
Wei Yongjun 846d8e7cc8 svcrdma: fix error handling of rdma_alloc_frmr() 16 years ago
Christian Engelmayer 59fb30660b sunrpc: potential memory leak in function rdma_read_xdr 16 years ago
Steve Wise 98779be861 svcrdma: dma unmap the correct length for the RPCRDMA header page. 16 years ago
Vu Pham 68743082b5 XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devices 16 years ago
Steve Wise 21515e46bc svcrdma: clean up error paths. 16 years ago
Steve Wise d0687be7c7 svcrdma: Fix dma map direction for rdma read targets 16 years ago
Tom Talpey 2e3c230bc7 SVCRDMA: fix recent printk format warnings. 16 years ago
Tom Talpey b38ab40ad5 XPRTRDMA: correct an rpc/rdma inline send marshaling error 16 years ago
Tom Talpey b1e1e15877 SVCRDMA: remove faulty assertions in rpc/rdma chunk validation. 16 years ago
Ilpo Järvinen b1721d2bb9 rpc/rdma: goto instead of copypaste 16 years ago
Roel Kluin 5eaa65b240 net: Make static 16 years ago
Ingo Molnar ff0db0490a sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.c 16 years ago
Ingo Molnar ed72b9c6e0 sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.c 16 years ago
Harvey Harrison 21454aaad3 net: replace NIPQUAD() in net/*/ 17 years ago
Tom Talpey c055551e97 RPC/RDMA: ensure connection attempt is complete before signalling. 17 years ago
Tom Talpey 08ca0dce1e RPC/RDMA: correct the reconnect timer backoff 17 years ago
Tom Talpey b3cd8d45a7 RPC/RDMA: optionally emit useful transport info upon connect/disconnect. 17 years ago
Tom Talpey 5f37d561e0 RPC/RDMA: reformat a debug printk to keep lines together. 17 years ago
Tom Talpey 5675add36e RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls. 17 years ago
Tom Talpey 1a954051b0 RPC/RDMA: fix connect/reconnect resource leak. 17 years ago
Tom Talpey 926449ba66 RPC/RDMA: return a consistent error, when connect fails. 17 years ago
Tom Talpey 9191ca3b38 RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. 17 years ago
Tom Talpey fee08caf94 RPC/RDMA: avoid an oops due to disconnect racing with async upcalls. 17 years ago
Tom Talpey ad0e9e01da RPC/RDMA: maintain the RPC task bytes-sent statistic. 17 years ago
Tom Talpey 575448bd36 RPC/RDMA: suppress retransmit on RPC/RDMA clients. 17 years ago
Tom Tucker b334eaabf4 RPC/RDMA: fix connection IRD/ORD setting 17 years ago
Tom Talpey 3197d309f5 RPC/RDMA: support FRMR client memory registration. 17 years ago
Tom Talpey bd7ed1d133 RPC/RDMA: check selected memory registration mode at runtime. 17 years ago
Tom Talpey fe9053b30b RPC/RDMA: add data types and new FRMR memory registration enum. 17 years ago
Tom Talpey 8d4ba0347c RPC/RDMA: refactor the inline memory registration code. 17 years ago
Tom Tucker 67080c8236 svcrdma: Fix IRD/ORD polarity 17 years ago
Tom Tucker 04911b539c svcrdma: Update svc_rdma_send_error to use DMA LKEY 17 years ago
Tom Tucker afd566ea08 svcrdma: Modify the RPC reply path to use FRMR when available 17 years ago
Tom Tucker 146b6df6a5 svcrdma: Modify the RPC recv path to use FRMR when available 17 years ago
Tom Tucker 5b180a9a64 svcrdma: Add support to svc_rdma_send to handle chained WR 17 years ago
Tom Tucker a5abf4e815 svcrdma: Modify post recv path to use local dma key 17 years ago
Tom Tucker e118321062 svcrdma: Add a service to register a Fast Reg MR with the device 17 years ago
Tom Tucker 3a5c63803d svcrdma: Query device for Fast Reg support during connection setup 17 years ago
Tom Tucker 64be8608c1 svcrdma: Add FRMR get/put services 17 years ago