messages from 2014-07-04 15:24:27 to 2014-07-21 04:18:13 UTC [more...]
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
2014-07-21 4:18 UTC (13+ messages)
` [PATCH 13/25] IB/mlx5: "
[PATCH 0/4] IB/uverbs: check request parameters
2014-07-20 19:51 UTC (5+ messages)
` [PATCH 1/4] IB/uverbs: check userspace input buffer size
` [PATCH 2/4] IB/uverbs: check userspace output "
` [PATCH 3/4] IB/uverbs: check userspace output buffer size in ib_uverbs_poll_cq()
` [PATCH 4/4] IB/uverbs: subtract command header from input size
Question on merge windows and MAD submitted MAD patches
2014-07-18 23:26 UTC
[GIT PULL] please pull infiniband.git
2014-07-18 20:40 UTC
[for-next 1/2] xprtrdma: take reference of rdma provider module
2014-07-18 15:47 UTC (23+ messages)
` [for-next 2/2] xprtrdma: fix deallocation sequence of pd
[PATCH] iw_cxgb4: fix for 64-bit integer division
2014-07-17 23:52 UTC (3+ messages)
[PATCH net-next v2 0/4] cxgb4i: Add ipv6 support
2014-07-17 23:06 UTC (6+ messages)
` [PATCH net-next v2 1/4] cxgb4/iw_cxgb4: Move common defines to cxgb4
` [PATCH net-next v2 4/4] cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api
` [PATCH net-next v2 2/4] cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines
` [PATCH net-next v2 3/4] libcxgbi: Add ipv6 api to driver
[PATCH 1/1] ibacm: Incorrect return value check in path resolution
2014-07-17 20:16 UTC (2+ messages)
[ANNOUNCE] opensm 3.3.18 release
2014-07-17 14:54 UTC
[PATCH v3 00/21] NFS/RDMA client patches for 3.17
2014-07-17 14:21 UTC (8+ messages)
[for-next 0/2] NFS/RDMA client fixes for 3.17
2014-07-17 14:01 UTC
[PATCH] uapi/rdma_user_cm.h: include socket.h
2014-07-17 13:57 UTC
[patch] RDMA/amso1100: integer overflow in c2_alloc_cq_buf()
2014-07-17 7:44 UTC
[PATCH net-next 0/4] cxgb4i: Add ipv6 support
2014-07-17 6:23 UTC (9+ messages)
` [PATCH net-next 1/4] cxgb4/iw_cxgb4: Move common defines to cxgb4
` [PATCH net-next 2/4] cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines
` [PATCH net-next 3/4] libcxgbi: Add ipv6 api to driver
` [PATCH net-next 4/4] cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api
randconfig build error with next-20140716, in drivers/infiniband/hw/cxgb4
2014-07-16 14:45 UTC
[PATCH] svcrdma: send_write() must not overflow the device's max sge
2014-07-16 6:16 UTC (4+ messages)
linux-next: manual merge of the infiniband tree with the net-next tree
2014-07-16 3:53 UTC
[PATCHv2 net-next 0/4] Misc. fixes for iw_cxgb4
2014-07-15 23:25 UTC (6+ messages)
` [PATCHv2 net-next 1/4] iw_cxgb4: Detect Ing. Padding Boundary at run-time
` [PATCHv2 net-next 2/4] cxgb4/iw_cxgb4: use firmware ord/ird resource limits
` [PATCHv2 net-next 3/4] cxgb4/iw_cxgb4: display TPTE on errors
` [PATCHv2 net-next 4/4] cxgb4/iw_cxgb4: work request logging feature
[PATCH v2 0/2] NFS/RDMA server patches for 3.17
2014-07-15 20:46 UTC (4+ messages)
` [PATCH v2 1/2] svcrdma: Increase credit limit to 32
` [PATCH v2 2/2] svcrdma: Add zero padding if the client doesn't send it
[PATCH v3 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
2014-07-15 14:23 UTC (21+ messages)
` [PATCH v3 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
` [PATCH v3 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL
` [PATCH v3 04/21] xprtrdma: Update rkeys after transport reconnect
` [PATCH v3 05/21] xprtrdma: On disconnect, don't ignore pending CQEs
` [PATCH v3 06/21] xprtrdma: Don't invalidate FRMRs if registration fails
` [PATCH v3 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg
` [PATCH v3 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails
` [PATCH v3 09/21] xprtrdma: Chain together all MWs in same buffer pool
` [PATCH v3 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list
` [PATCH v3 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
` [PATCH v3 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
` [PATCH v3 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
` [PATCH v3 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests
` [PATCH v3 15/21] xprtrdma: Disable completions for LOCAL_INV "
` [PATCH v3 16/21] xprtrdma: Rename frmr_wr
` [PATCH v3 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately
` [PATCH v3 18/21] xprtrdma: Schedule reply tasklet once per upcall
` [PATCH v3 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void
` [PATCH v3 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
` [PATCH v3 21/21] xprtrdma: Handle additional connection events
[PATCH for 3.16] IB/mlx5: Enable block multicast loopback for kernel consumers too
2014-07-15 8:42 UTC (2+ messages)
[PATCH 0/4] Misc. fixes for iw_cxgb4
2014-07-13 12:36 UTC (8+ messages)
` [PATCH 1/4] iw_cxgb4: Detect Ing. Padding Boundary at run-time
` [PATCH 4/4] cxgb4/iw_cxgb4: work request logging feature
` [PATCH 2/4] cxgb4/iw_cxgb4: use firmware ord/ird resource limits
` [PATCH 3/4] cxgb4/iw_cxgb4: display TPTE on errors
[PATCH v2 0/3] Include protection information in transport header
2014-07-13 11:40 UTC (4+ messages)
` [PATCH v2 1/3] scsi_cmnd: Introduce scsi_transfer_length helper
[PATCH opensm] osm_subnet.c: Change default for perfmgr_query_cpi option
2014-07-12 14:54 UTC (2+ messages)
[PATCH 0/2] NFS/RDMA server patches for 3.17
2014-07-11 18:49 UTC (11+ messages)
` [PATCH 1/2] svcrdma: Increase credit limit to 32
` [PATCH 2/2] svcrdma: Remove extra writeargs sanity check for NFSv2/3
[RFC Patch V1 12/30] mm, IB/qib: Use cpu_to_mem()/numa_mem_id() to support memoryless node
2014-07-11 7:37 UTC
[PATCH v2 00/21] NFS/RDMA client patches for 3.17
2014-07-10 19:19 UTC (28+ messages)
` [PATCH v2 01/21] xprtrdma: Fix panic in rpcrdma_register_frmr_external()
` [PATCH v2 02/21] xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
` [PATCH v2 03/21] xprtrdma: Limit data payload size for ALLPHYSICAL
` [PATCH v2 04/21] xprtrdma: Update rkeys after transport reconnect
` [PATCH v2 05/21] xprtrdma: On disconnect, don't ignore pending CQEs
` [PATCH v2 06/21] xprtrdma: Don't invalidate FRMRs if registration fails
` [PATCH v2 07/21] xprtrdma: Unclutter struct rpcrdma_mr_seg
` [PATCH v2 08/21] xprtrdma: Back off rkey when FAST_REG_MR fails
` [PATCH v2 09/21] xprtrdma: Chain together all MWs in same buffer pool
` [PATCH v2 10/21] xprtrdma: Properly handle exhaustion of the rb_mws list
` [PATCH v2 11/21] xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
` [PATCH v2 12/21] xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
` [PATCH v2 13/21] xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()
` [PATCH v2 14/21] xprtrdma: Disable completions for FAST_REG_MR Work Requests
` [PATCH v2 15/21] xprtrdma: Disable completions for LOCAL_INV "
` [PATCH v2 16/21] xprtrdma: Rename frmr_wr
` [PATCH v2 17/21] xprtrdma: Allocate each struct rpcrdma_mw separately
` [PATCH v2 18/21] xprtrdma: Schedule reply tasklet once per upcall
` [PATCH v2 19/21] xprtrdma: Make rpcrdma_ep_disconnect() return void
` [PATCH v2 20/21] xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro
` [PATCH v2 21/21] xprtrdma: Handle additional connection events
mlx4: using dma_sync_single_for_cpu/dma_sync_single_for_cpu for writing MTT instead of WRITE_MTT hcr command
2014-07-10 14:49 UTC (3+ messages)
[PATCH v7 25/33] net: infiniband - steal ifname label
2014-07-10 8:17 UTC (2+ messages)
` [PATCH v7 26/33] net: ipoib - set name assign type
[PATCH v2 0/4] SRP initiator patches for kernel 3.17
2014-07-10 4:07 UTC (6+ messages)
` [PATCH v2 1/4] scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behavior
` [PATCH v2 2/4] IB/srp: Fix deadlock between host removal and multipathd
` [PATCH v2 3/4] IB/srp: Fix residual handling
` [PATCH v2 4/4] IB/srp: Use P_Key cache for P_Key lookups
NFSRDMA test branch update
2014-07-09 19:52 UTC
No NFSoRDMA bi-weekly meeting from now to Aug
2014-07-09 18:23 UTC (2+ messages)
[PATCH for-3.17 0/3] IPoIB fixes
2014-07-09 15:33 UTC (6+ messages)
` [PATCH for-3.17 1/3] IB/ipath: Add PKEY change event support
` [PATCH for-3.17 2/3] IB/ipoib: Use pkey change event instead of pkey polling mechanism
` [PATCH for-3.17 3/3] IB/ipoib: Avoid flushing the workqueue from worker context
Hello
2014-07-09 14:56 UTC
[PATCH 0/5] SRP initiator patches for kernel 3.17
2014-07-09 6:22 UTC (12+ messages)
` [PATCH 5/5] IB/srp: Optimize completion queue polling
[PATCH 3/3] opensm/osm_perfmgr.c: Fix perfmgr sweep_state race
2014-07-08 19:11 UTC (5+ messages)
[PATCH] iw_cxgb4: initialize the device status page
2014-07-08 15:20 UTC
IB/ipath: sysfs and ipathfs support for core driver
2014-07-08 10:57 UTC
[PATCH 1/2] rsocket: Fix removing rsocket from service thread
2014-07-07 10:08 UTC (4+ messages)
` [PATCH 2/2] rsocket: Update correct rsocket keepalive time
[PATCH opensm] opensm.init.in: Fix return value checking in opensm.init script
2014-07-07 10:07 UTC
[PATCH 2/2 opensm] Eliminate redundant calls to ib_port_info_compute_rate
2014-07-04 15:24 UTC
[PATCH 1/2 opensm] Shorten long lines while calculating SA rate
2014-07-04 15:24 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).