messages from 2014-07-02 06:06:03 to 2014-07-15 14:23:12 UTC [more...]
[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)
[PATCHv2 net-next 0/4] Misc. fixes for iw_cxgb4
2014-07-14 16:04 UTC (5+ 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 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] svcrdma: send_write() must not overflow the device's max sge
2014-07-10 20:17 UTC (3+ messages)
[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 (23+ messages)
` [PATCH 1/5] scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behavior
` [PATCH 2/5] IB/srp: Fix deadlock between host removal and multipathd
` [PATCH 3/5] IB/srp: Fix residual handling
` [PATCH 4/5] IB/srp: Use P_Key cache for P_Key lookups
` [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
EOIB suggestion
2014-07-04 9:33 UTC
[PATCH v6 1/1] IPoIB: Avoid multicast join attempts when having invalid p_key
2014-07-03 14:29 UTC
NFSoRDMA developers bi-weekly meeting minutes (6/25)
2014-07-03 12:14 UTC (4+ messages)
mlx4 lockdep splat
2014-07-03 11:42 UTC (5+ messages)
[PATCH v1 for-next 00/16] On demand paging
2014-07-03 8:44 UTC (17+ messages)
` [PATCH v1 for-next 01/16] IB/core: Add an extended user verb to query device attributes
` [PATCH v1 for-next 02/16] IB/core: Add flags for on demand paging support
` [PATCH v1 for-next 03/16] IB/core: Replace ib_umem's offset field with a full address
` [PATCH v1 for-next 04/16] IB/core: Add umem function to read data from user-space
` [PATCH v1 for-next 05/16] IB/core: Add support for on demand paging regions
` [PATCH v1 for-next 06/16] IB/core: Implement support for MMU notifiers regarding "
` [PATCH v1 for-next 07/16] IB/mlx5: Enhance UMR support to allow partial page table update
` [PATCH v1 for-next 08/16] net/mlx5_core: Add support for page faults events and low level handling
` [PATCH v1 for-next 09/16] IB/mlx5: Implement the ODP capability query verb
` [PATCH v1 for-next 10/16] IB/mlx5: Changes in memory region creation to support on-demand paging
` [PATCH v1 for-next 11/16] IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation
` [PATCH v1 for-next 12/16] IB/mlx5: Add function to read WQE from user-space
` [PATCH v1 for-next 13/16] IB/mlx5: Page faults handling infrastructure
` [PATCH v1 for-next 14/16] IB/mlx5: Handle page faults
` [PATCH v1 for-next 15/16] IB/mlx5: Add support for RDMA write responder "
` [PATCH v1 for-next 16/16] IB/mlx5: Implement on demand paging by adding support for MMU notifiers
[PATCH v1 00/13] NFS/RDMA patches for 3.17
2014-07-03 5:33 UTC (15+ messages)
` [PATCH v1 05/13] xprtrdma: Don't drain CQs on transport disconnect
[PATCH] rsocket: Fix crash resulting from keepalive timeout
2014-07-03 3:04 UTC (2+ messages)
[PATCH 1/1] ibacm: define prov_lib_path as a char array
2014-07-02 20:44 UTC (5+ messages)
[PATCH v5 1/1] IPoIB: Avoid multicast join attempts when having invalid p_key
2014-07-02 13:14 UTC (4+ messages)
[PATCH 1/1] IB/mlx5: use ARRAY_SIZE instead of sizeof/sizeof[0]
2014-07-02 6:19 UTC (2+ messages)
[PATCH 0/8] librdmacm: Add support for XRC QPs
2014-07-02 6:11 UTC (9+ messages)
` [PATCH 1/8] librdmacm: Remove NULL checks after calling alloca
` [PATCH 2/8] librdmacm: Use SRQ in rdma_create_qp
` [PATCH 3/8] build: Add build support for XRC
` [PATCH 4/8] rdmacm: Add functionality to allocate an XRCD
` [PATCH 5/8] rdmacm: Add support for allocating XRC SRQs
` [PATCH 6/8] rdmacm: Add support for XRC QPs
` [PATCH 7/8] rdmacm: Update addrinfo with XRC support
` [PATCH 8/8] example/rdma_xclient/server: Update XRC support in sample programs
[for-next 1/3] RDMA/ocrdma: obtain sl from deivce structure
2014-07-02 6:06 UTC (3+ messages)
` [for-next 2/3] RDMA/ocrdma: update sli data structure for endianness
` [for-next 3/3] RDMA/ocrdma: report asic-id in query device
[for-next 0/3] RDMA/ocrdma: fixes for endian ness and SL
2014-07-02 6:06 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