public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-15 08:01:46 to 2015-07-21 20:55:38 UTC [more...]

[PATCH v3 00/15] NFS/RDMA client side for Linux 4.3
 2015-07-21 20:55 UTC  (48+ messages)
  ` [PATCH v3 01/15] xprtrdma: Make xprt_setup_rdma() agnostic to family of server address
  ` [PATCH v3 02/15] xprtrdma: Raise maximum payload size to one megabyte
  ` [PATCH v3 03/15] xprtrdma: Increase default credit limit
  ` [PATCH v3 04/15] xprtrdma: Don't fall back to PHYSICAL memory registration
  ` [PATCH v3 05/15] xprtrdma: Remove last ib_reg_phys_mr() call site
  ` [PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()
  ` [PATCH v3 07/15] xprtrdma: Remove logic that constructs RDMA_MSGP type calls
  ` [PATCH v3 08/15] xprtrdma: Account for RPC/RDMA header size when deciding to inline
  ` [PATCH v3 09/15] xprtrdma: Always provide a write list when sending NFS READ
  ` [PATCH v3 10/15] xprtrdma: Don't provide a reply chunk when expecting a short reply
  ` [PATCH v3 11/15] xprtrdma: Fix XDR tail buffer marshalling
  ` [PATCH v3 12/15] xprtrdma: Fix large NFS SYMLINK calls
  ` [PATCH v3 13/15] xprtrdma: Clean up xprt_rdma_print_stats()
  ` [PATCH v3 14/15] xprtrdma: Count RDMA_NOMSG type calls
  ` [PATCH v3 15/15] core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbs

deprecating amso1100
 2015-07-21 20:45 UTC  (5+ messages)

[PATCH] RDMA/amso1100: deprecate the amso1100 provider
 2015-07-21 19:28 UTC 

[PATCH] mlx5: Expose correct page_size_cap in device attributes
 2015-07-21 16:32 UTC  (2+ messages)

[PATCH 0/8] Add ODP support using HMM
 2015-07-21 16:06 UTC  (15+ messages)
` [PATCH 1/8] IB/mlx5: add a new parameter to __mlx_ib_populated_pas for ODP with HMM
` [PATCH 2/8] IB/mlx5: add a new parameter to mlx5_ib_update_mtt() "
` [PATCH 3/8] IB/odp: export rbt_ib_umem_for_each_in_range()
` [PATCH 4/8] IB/odp/hmm: add new kernel option to use HMM for ODP
` [PATCH 5/8] IB/odp/hmm: add core infiniband structure and helper for ODP with HMM v2
` [PATCH 6/8] IB/mlx5/hmm: add mlx5 HMM device initialization and callback v3
` [PATCH 7/8] IB/mlx5/hmm: add page fault support for ODP on HMM v2
` [PATCH 8/8] IB/mlx5/hmm: enable ODP using HMM

Kernel fast memory registration API proposal [RFC]
 2015-07-21 16:00 UTC  (57+ messages)

RFC: Immediate data support for SRP
 2015-07-21 15:35 UTC  (10+ messages)

[BUG] mellanox IB driver fails to load on large config
 2015-07-21 14:21 UTC  (11+ messages)

[PATCH] IB/qib: Change lkey table allocation to support more MRs
 2015-07-21 12:36 UTC 

[PATCH for-next V6 00/10] Move RoCE GID management to IB/Core
 2015-07-21  8:42 UTC  (4+ messages)
` [PATCH for-next V6 05/10] IB/core: Add RoCE GID table management

[PATCH 0/2] update ocrdma to dual license
 2015-07-21  3:28 UTC  (13+ messages)

[PATCH] mlx5: Fix missing device local_dma_lkey
 2015-07-20 19:52 UTC  (4+ messages)

[PATCH v1] core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbs
 2015-07-20 18:34 UTC  (3+ messages)

[RESEND PATCH v2 0/2] x86/mm/pat: modify nopat requirement warning
 2015-07-20 18:08 UTC  (4+ messages)
` [RESEND PATCH v2 1/2] x86/mm/pat, drivers/infiniband/ipath: replace WARN() with pr_warn()
` [RESEND PATCH v2 2/2] x86/mm/pat, drivers/media/ivtv: move pat warn and "

[PATCH RFC] svcrdma: Fix possible over population fast_reg_page_list
 2015-07-20 17:27 UTC  (4+ messages)

nes_store_flash_data() bugged?
 2015-07-20 16:17 UTC  (2+ messages)

rdma_getaddrinfo and GUID
 2015-07-18 21:38 UTC  (2+ messages)

[TECH TOPIC] IRQ affinity
 2015-07-17 15:51 UTC  (12+ messages)
  ` [Ksummit-discuss] "

QLogic driver problem (ib_qib)
 2015-07-16 20:27 UTC  (3+ messages)

[PATCH v3 00/49] Add OPA gen1 driver
 2015-07-16 19:36 UTC  (3+ messages)

[PATCH 00/41] Add OPA gen1 driver
 2015-07-16 19:23 UTC  (10+ messages)
` [PATCH 06/41] IB/hfi1: add char device instantiation code

[PATCH] infiniband:cxgb4:Make the function rdma_supported bool
 2015-07-16 18:40 UTC 

[PATCH v1 00/12] Demux IB CM requests in the rdma_cm module
 2015-07-16 18:22 UTC  (9+ messages)
` [PATCH v1 08/12] IB/cma: Add net_dev and private data checks to RDMA CM

[PATCH V3 1/5] RDMA/core: Transport-independent access flags
 2015-07-16 16:13 UTC  (19+ messages)

[PULL REQUEST] Please pull rdma.git
 2015-07-16 14:47 UTC  (10+ messages)

[PATCH] infiniband:cxgb4:Fix concurrent access issue in the function send_mpa_reply
 2015-07-16 14:20 UTC 

[PATCH v2 00/14] NFS/RDMA client side for Linux 4.3
 2015-07-15 21:29 UTC  (6+ messages)
` [PATCH v2 07/14] xprtrdma: Remove logic that constructs RDMA_MSGP type calls

[PATCHv3 infiniband-diags] iblinkinfo.c: Close additional file descriptor in advance
 2015-07-15 18:08 UTC 

[PATCH v2 2/4 infiniband-diags] ibqueryerrors: Close global file descriptor before running ibnd_discover_fabric
 2015-07-15 16:00 UTC  (3+ messages)

[PATCHv2 infiniband-diags] iblinkinfo.c: Close additional file descriptor inadvance
 2015-07-15 15:59 UTC 

[PATCH libibmad] portid.c: Preserve routepath string in str2drpath
 2015-07-15 15:41 UTC  (2+ messages)


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