public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-01 21:10:16 to 2014-04-23 18:58:10 UTC [more...]

[Patch 0/3] Hangs with IPoIB when doing PCI error injection
 2014-04-23 18:58 UTC  (4+ messages)
` [Patch 3/3] IB/ib_cm: hang in cm_destroy_id during "

[PATCH opensm] osm_mcast_mgr.c: Fix endian of port GUID in ERR 0A06 log message
 2014-04-23 15:33 UTC 

IB/cma: Make timeout dependent on the subnet timeout
 2014-04-23 14:34 UTC  (7+ messages)

[PATCH V2 00/17] NFS/RDMA patches for review
 2014-04-23 10:24 UTC  (22+ messages)
  ` [PATCH V2 01/17] xprtrdma: mind the device's max fast register page list depth
  ` [PATCH V2 02/17] nfs-rdma: Fix for FMR leaks
  ` [PATCH V2 03/17] xprtrdma: Enable RDMA pad optimization by default
  ` [PATCH V2 04/17] xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
  ` [PATCH V2 05/17] xprtrdma: Remove BOUNCEBUFFERS memory registration mode
  ` [PATCH V2 06/17] xprtrdma: Remove MEMWINDOWS registration modes
  ` [PATCH V2 07/17] xprtrdma: Remove REGISTER memory registration mode
  ` [PATCH V2 08/17] xprtrdma: Fall back to MTHCAFMR when FRMR is not supported
  ` [PATCH V2 09/17] xprtrdma: mount reports "Invalid mount option" if memreg mode "
  ` [PATCH V2 10/17] xprtrdma: Add CONFIG setting that can disable ALLPHYSICAL
  ` [PATCH V2 11/17] xprtrdma: Simplify rpcrdma_deregister_external() synopsis
  ` [PATCH V2 12/17] xprtrdma: Make rpcrdma_ep_destroy() return void
  ` [PATCH V2 13/17] xprtrdma: Split the completion queue
  ` [PATCH V2 14/17] xprtrmda: Reduce lock contention in completion handlers
  ` [PATCH V2 15/17] xprtrmda: Reduce calls to ib_poll_cq() "
  ` [PATCH V2 16/17] xprtrdma: Limit work done by completion handler
  ` [PATCH V2 17/17] xprtrdma: Reduce the number of hardway buffer allocations

[PATCH] librdmacm: Fix verbs leak due to reentrancy issue
 2014-04-22 18:35 UTC  (2+ messages)

[PATCH] IB/mlx4: Allow to always block UD multicast loopback
 2014-04-22 16:01 UTC  (7+ messages)

[PATCH for-next] IB/mlx5: Add block multicast loopback support
 2014-04-21 21:05 UTC  (6+ messages)

Why is Infiniband a "Lossless" medium?
 2014-04-21 16:28 UTC  (8+ messages)

[PATCH librdmacm] rstream: fix "-T resolve" detection
 2014-04-21 15:53 UTC  (3+ messages)

[PATCH] RDMA/cxgb4: Fix memory leaks in c4iw_alloc() error paths
 2014-04-21 15:16 UTC  (2+ messages)

[PATCH 0/8] NFS/RDMA patches for review
 2014-04-20 12:42 UTC  (29+ messages)
  ` [PATCH 1/8] xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
  ` [PATCH 2/8] xprtrdma: Remove BOUNCEBUFFERS memory registration mode
  ` [PATCH 3/8] xprtrdma: Disable ALLPHYSICAL mode by default
  ` [PATCH 4/8] xprtrdma: Remove support for MEMWINDOWS registration mode
  ` [PATCH 5/8] xprtrdma: Simplify rpcrdma_deregister_external() synopsis
  ` [PATCH 6/8] xprtrdma: Make rpcrdma_ep_destroy() return void
  ` [PATCH 7/8] xprtrdma: Split the completion queue
  ` [PATCH 8/8] xprtrdma: Reduce the number of hardway buffer allocations

[PATCH libibmad] dump.c: In mad_dump_linkwidth, output undefined widths
 2014-04-19 22:30 UTC  (2+ messages)

[PATCH] Fix missing source dir in configure.ac
 2014-04-19 22:19 UTC  (2+ messages)

[PATCH] IB/usNIC: usNIC source file missing copyright and license
 2014-04-19  1:12 UTC 

[PATCH librdmacm 1/4] rsocket: Check max inline data after creating QP
 2014-04-18 21:55 UTC  (4+ messages)
  ` [PATCH librdmacm 2/4] rsocket: Dedicate a fixed number of SQEs for control messages
  ` [PATCH librdmacm 3/4] rsocket: Modify when control messages are available
  ` [PATCH librdmacm 4/4] rsocket: Relax requirement for minimal inline data

[GIT PULL] please pull infiniband.git
 2014-04-18 18:40 UTC 

[PATCH] svcrdma: refactor marshalling logic
 2014-04-18 14:36 UTC  (3+ messages)

[PATCH] xprtrdma: Set LOCAL_WRITE for memory regions with REMOTE_WRITE
 2014-04-16 18:35 UTC 

(unknown),
 2014-04-16 16:43 UTC 

[PATCH] RDMA/ocrdma: convert to use simple_open()
 2014-04-16  1:37 UTC 

Prove locking correctness
 2014-04-15 21:37 UTC 

[PATCH v2] nfs-rdma: Fix for FMR leaks
 2014-04-15 20:36 UTC  (2+ messages)

spende /Donation
 2014-04-15 19:47 UTC 

[PATCH V1] NFS-RDMA: fix qp pointer validation checks
 2014-04-15 18:25 UTC  (19+ messages)

[PATCH] libibmad/src/dump.c : Set the vlaue of LinkWidthActive to undefined(width) when the port is down
 2014-04-15 16:54 UTC  (2+ messages)

[PATCH 0/5] add new verb command support
 2014-04-14 17:01 UTC  (6+ messages)
  ` [PATCH 1/5] IB/core/mlx4: "
  ` [PATCH 2/5] libibverbs: "
  ` [PATCH 3/5] libmlx4: "
  ` [PATCH 4/5] dapl: add support for the s390x platform
  ` [PATCH 5/5] perftest: "

[PATCH V2] xprtrdma: mind the device's max fast register page list depth
 2014-04-14 14:31 UTC  (2+ messages)

[PATCH opensm] osm_ucast_mgr.c: Fix duplicated error codes
 2014-04-14  0:33 UTC 

[PATCH] ibacm: Fix invalid memory dereference in acm_process_join_resp
 2014-04-13 21:47 UTC 

[PATCH] nfs-rdma: Fix for FMR leaks
 2014-04-11 20:54 UTC  (2+ messages)

[PATCH] xprtrdma: mind the device's max fast register page list depth
 2014-04-11 19:11 UTC  (3+ messages)

[PATCH v2] Clean index map on exit
 2014-04-11 18:22 UTC 

[PATCH] Clean index map on exit
 2014-04-11 17:55 UTC  (3+ messages)

[PATCH] Add cleanup routines
 2014-04-11 17:46 UTC  (3+ messages)

[PATCH opensm] osm_sa_mad_ctrl.c: In sa_mad_ctrl_rcv_callback, improve 1A04 error log message
 2014-04-11 11:23 UTC 

Rare Duplicate Completions
 2014-04-10 21:43 UTC  (3+ messages)

[PATCH libibverbs] Fix usage of libnl3
 2014-04-10  8:27 UTC 

[PATCH] librdmacm: lazy initialization for ib devices
 2014-04-10  5:33 UTC  (2+ messages)

[PATCH V2] NFS-RDMA: fix qp pointer validation checks
 2014-04-10  0:35 UTC  (3+ messages)

[PATCH V2] NFS-RDMA: fix qp pointer validation checks
 2014-04-09 23:56 UTC 

[PATCH] nfs-rdma: Fix for FMR leaks
 2014-04-09 22:10 UTC 

[PATCH 0/2] ib: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-09 13:22 UTC  (4+ messages)
` [PATCH 2/2] qib: "

[PATCH 0/14 V2] Add Dynamic IP processing to ibacm
 2014-04-08 21:53 UTC  (16+ messages)
  ` [PATCH 01/14] ibacm: get_devaddr remove unused variable from signature
  ` [PATCH 02/14] ibacm: pass interface name rather than 'struct ifreq' to get_devaddr, get_sgid, and get_pkey
  ` [PATCH 03/14] ibacm: use sysfs (in acm_if_is_ib) rather than ioctl(... SIOCGIFHWADDR ...) to read interface type
  ` [PATCH 04/14] ibacm: move sysfs helper functions to acm_util 'module'
  ` [PATCH 05/14] ibacm: Move calling of helper functions out of get_devaddr
  ` [PATCH 06/14] ibacm: move acm_if_iter_sys to acm_util.c
  ` [PATCH 07/14] ibacm: convert logging in acm_util.c to acm_log
  ` [PATCH 08/14] ibacm: add separate acm_ep_insert_addr function
  ` [PATCH 09/14] ibacm: read system IP's into endpoints at startup
  ` [PATCH 10/14] ibacm: Add Netlink socket to monitor IP address changes
  ` [PATCH 11/14] ibacm: add/remove addr's in EP's when added/removed from the system
  ` [PATCH 12/14] ibacm: fix handling of aliased IPoIB devices
  ` [PATCH 13/14] ibacm: ib_acme remove IP addresses from ibacm_addr.cfg file generation
  ` [PATCH 14/14] ibacm: by default remove processing of IP's from ibacm_addr.cfg

[PATCH] NFS-RDMA: fix qp pointer validation checks
 2014-04-08  2:07 UTC  (7+ messages)

[PATCH] ib_srpt: Use correct ib_sg_dma primitives
 2014-04-07 17:58 UTC 

bug report: opensm 3.3.15 crash (with traces)
 2014-04-04 23:21 UTC  (3+ messages)

Kernel oops/panic with NFS over RDMA mount after disrupted Infiniband connection
 2014-04-04 15:20 UTC  (9+ messages)

[PATCH] mm: get_user_pages(write,force) refuse to COW in shared areas
 2014-04-04 14:52 UTC  (3+ messages)

[PATCH librdmacm] cmtime: rework program to be multithread
 2014-04-03 21:35 UTC  (3+ messages)

[GIT PULL] please pull infiniband.git
 2014-04-03 15:54 UTC 

debug sometimes slow performance
 2014-04-03 14:20 UTC 

Hello from Mr. Kalifa
 2014-04-03  1:40 UTC 

[PATCH] iw_cxgb4: fix over-dereference when terminating
 2014-04-02 21:18 UTC 

[patch] RDMA/cxgb4: release mutex on error in c4iw_reject_cr()
 2014-04-02 15:08 UTC 

kernel soft lockup after stopping nfsd
 2014-04-02 13:59 UTC 

linux rdma 3.14 merge plans
 2014-04-01 21:31 UTC  (13+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox