linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-28 08:57:43 to 2023-09-18 15:46:37 UTC [more...]

[PATCH v2 00/13] PCI/ASPM: Make ASPM in core robust and remove driver workarounds
 2023-09-18 13:10 UTC  (4+ messages)
` [PATCH v2 02/13] PCI/ASPM: Improve pci_set_default_link_state() kerneldoc
` [PATCH v2 05/13] PCI/ASPM: Add pci_enable_link_state()
` [PATCH v2 06/13] Bluetooth: hci_bcm4377: Convert aspm disable to quirk

split up ->kill_sb
 2023-09-18 15:24 UTC  (45+ messages)
` [PATCH 01/19] fs: reflow deactivate_locked_super
` [PATCH 02/19] fs: make ->kill_sb optional
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
` [PATCH 04/19] NFS: remove the s_dev field from struct nfs_server
` [PATCH 05/19] fs: assign an anon dev_t in common code
` [PATCH 06/19] qibfs: use simple_release_fs
` [PATCH 07/19] hypfs: use d_genocide to kill fs entries
` [PATCH 08/19] pstore: shrink the pstore_sb_lock critical section in pstore_kill_sb
` [PATCH 09/19] zonefs: remove duplicate cleanup in zonefs_fill_super
` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex
` [PATCH 11/19] fs: add new shutdown_sb and free_sb methods
` [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb
` [PATCH 13/19] fs: convert kill_block_super to block_free_sb
` [PATCH 14/19] jffs2: convert to ->shutdown_sb and ->free_sb
` [PATCH 15/19] kernfs: split ->kill_sb
` [PATCH 16/19] x86/resctrl: release rdtgroup_mutex and the CPU hotplug lock in rdt_shutdown_sb
` [PATCH 17/19] NFS: move nfs_kill_super to fs_context.c
` [PATCH 18/19] fs: simple ->shutdown_sb and ->free_sb conversions
` [PATCH 19/19] fs: remove ->kill_sb

[PATCH v2][next] RDMA/core: Use size_{add,mul}() in calls to struct_size()
 2023-09-18 12:41 UTC  (6+ messages)

[PATCH for-next v3 1/2] RDMA/rxe: Improve newline in printing messages
 2023-09-18 12:37 UTC  (4+ messages)
` [PATCH for-next v3 2/2] RDMA/rxe: Call rxe_set_mtu after rxe_register_device

[PATCH for-next v1] RDMA/nldev: Add support for reporting ipoib netdev
 2023-09-18 12:30 UTC  (3+ messages)

[PATCH for-next] RDMA/rxe: Complete removing newlines from debug macros
 2023-09-18 12:25 UTC  (5+ messages)

[PATCH] IB: fix memlock limit handling code
 2023-09-18 12:09 UTC  (2+ messages)

[PATCH] hfi1: Remove open coded reference to skb frag offset
 2023-09-18 11:23 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/cma: Fix truncation compilation warning in make_cma_ports
 2023-09-18  8:51 UTC  (2+ messages)

[Patch v5 0/5] RDMA/mana_ib
 2023-09-18  8:29 UTC  (9+ messages)
` [Patch v5 1/5] RDMA/mana_ib : Rename all mana_ib_dev type variables to mib_dev
` [Patch v5 2/5] RDMA/mana_ib : Register Mana IB device with Management SW
` [Patch v5 3/5] RDMA/mana_ib : Create adapter and Add error eq
` [Patch v5 4/5] RDMA/mana_ib : Query adapter capabilities
` [Patch v5 5/5] RDMA/mana_ib : Send event to qp
  ` [EXTERNAL] Re: [Patch v5 0/5] RDMA/mana_ib

Question on libibverbs "problem"
 2023-09-18  7:57 UTC  (2+ messages)

[PATCH for-rc] RDMA/erdma: Fix NULL pointer access in regmr_cmd
 2023-09-18  7:42 UTC  (2+ messages)

[recipe build #3604819] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-09-18  6:32 UTC 

[PATCH] RDMA/erdma: Fix error code in erdma_create_scatter_mtt()
 2023-09-18  6:12 UTC  (3+ messages)

[bug report] blktests srp/002 hang
 2023-09-16  5:59 UTC  (9+ messages)

[PATCH v2 1/2] RDMA/rxe: Improve newline in printing messages
 2023-09-16  2:28 UTC  (8+ messages)
` [PATCH v2 2/2] RDMA/rxe: Call rxe_set_mtu after rxe_register_device

[PATCH for-next] RDMA/nldev: Add support for reporting ipoib netdev
 2023-09-15 18:31 UTC  (3+ messages)

[Patch v6 0/5] RDMA/mana_ib
 2023-09-15 18:24 UTC  (6+ messages)
` [Patch v6 1/5] RDMA/mana_ib : Rename all mana_ib_dev type variables to mib_dev
` [Patch v6 2/5] RDMA/mana_ib : Register Mana IB device with Management SW
` [Patch v6 3/5] RDMA/mana_ib : Create adapter and Add error eq
` [Patch v6 4/5] RDMA/mana_ib : Query adapter capabilities
` [Patch v6 5/5] RDMA/mana_ib : Send event to qp

[PATCH for-rc] RDMA/irdma: Prevent zero-length STAG registration
 2023-09-15 17:34 UTC  (3+ messages)

[PATCH v2 04/10] drm/IB/hfi1: Use RMW accessors for changing LNKCTL2
 2023-09-15 14:02 UTC  (3+ messages)

newlines in message macros
 2023-09-15  2:59 UTC  (6+ messages)

[PATCH v2 01/10] IB/hfi1: Use FIELD_GET() to extract Link Width
 2023-09-13 13:14 UTC  (2+ messages)

[PATCH 1/8] IB/hfi1: Use FIELD_GET() to extract Link Width
 2023-09-12 10:26 UTC  (2+ messages)

[PATCH net-next v8 3/6] page_pool: remove PP_FLAG_PAGE_FRAG
 2023-09-12  8:31 UTC 

[PATCH][next] RDMA/core: Use size_{add,mul}() in calls to struct_size()
 2023-09-11 23:21 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS c489800e0d48097fc6afebd862c6afa039110a36
 2023-09-12  0:33 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS e57b0eef66849732e4ec28277f70e56220c53477
 2023-09-12  0:34 UTC 

[PATCH] RDMA/uverbs: Fix typo of sizeof argument
 2023-09-11 12:18 UTC  (3+ messages)

[PATCH] RDMA/core: Fix repeated words in comments
 2023-09-11  9:55 UTC  (2+ messages)

[PATCH] IB: use capital "OR" for multiple licenses in SPDX
 2023-09-11 11:14 UTC  (2+ messages)

[PATCH] RDMA/srp: Do not call scsi_done() from srp_abort()
 2023-09-11 11:16 UTC  (2+ messages)

[PATCH] RDMA/core: Fix repeated words in comments
 2023-09-11 11:15 UTC  (2+ messages)

[PATCH v2] RDMA/siw: Fix connection failure handling
 2023-09-11 11:56 UTC  (5+ messages)
  `  "

[PATCH] infiniband: cxgb4: cm: Check skb value
 2023-09-11 11:56 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH for-next v6 0/7] On-Demand Paging on SoftRoCE
 2023-09-10  8:32 UTC  (14+ messages)
` [PATCH for-next v6 1/7] RDMA/rxe: Always defer tasks on responder and completer to workqueue
` [PATCH for-next v6 2/7] RDMA/rxe: Make MR functions accessible from other rxe source code
` [PATCH for-next v6 3/7] RDMA/rxe: Move resp_states definition to rxe_verbs.h
` [PATCH for-next v6 4/7] RDMA/rxe: Add page invalidation support
` [PATCH for-next v6 5/7] RDMA/rxe: Allow registering MRs for On-Demand Paging
` [PATCH for-next v6 6/7] RDMA/rxe: Add support for Send/Recv/Write/Read with ODP
` [PATCH for-next v6 7/7] RDMA/rxe: Add support for the traditional Atomic operations "

[recipe build #3600755] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-09-08 18:16 UTC 

[PATCH for-next v5 0/7] On-Demand Paging on SoftRoCE
 2023-09-08 13:14 UTC  (5+ messages)
` [PATCH for-next v5 6/7] RDMA/rxe: Add support for Send/Recv/Write/Read with ODP

[RFC net-next 0/2] Optimize the parallelism of SMC-R connections
 2023-09-08  9:07 UTC  (4+ messages)
` [RFC net-next 1/2] net/smc: refactoring lgr pending lock
` [RFC net-next 2/2] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending

[PATCH v2] RDMA/cma: prevent rdma id destroy during cma_iw_handler
 2023-09-08  8:33 UTC  (15+ messages)

[bug report] RDMA/erdma: Add verbs implementation
 2023-09-08  6:09 UTC  (2+ messages)

[GIT PULL] sysctl changes for v6.6-rc1
 2023-09-06 12:35 UTC  (3+ messages)

[PATCH v1 net] page_pool: Cap queue size to 32k
 2023-09-05  9:57 UTC  (2+ messages)

[PATCH] net/mlx5e: Add missing check for xa_load
 2023-09-05  8:33 UTC  (3+ messages)

[PATCH] RDMA/uverbs: Fix typo of sizeof argument
 2023-09-05 10:12 UTC  (2+ messages)

[recipe build #3599064] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-09-05 12:20 UTC 

[PATCH] RDMA/siw: Fix connection failure handling
 2023-09-05 12:05 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime

Prezentacja
 2023-09-04  7:40 UTC 

Elevate Your Sales Game Now
 2023-09-03  8:54 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2023-09-02  0:00 UTC  (2+ messages)

[recipe build #3596874] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-09-01  0:16 UTC 

[bug-report] Oops at hfi1_ipoib_send + hfi1_ipoib_sdma_complete IRQ
 2023-08-31 13:04 UTC  (3+ messages)

[PATCH v2 for-next 0/2] RDMA/hns: Add more debugging information for rdma-tool
 2023-08-31 12:51 UTC  (3+ messages)
` [PATCH v2 for-next 1/2] RDMA/hns: Dump whole QP/CQ/MR resource in raw
` [PATCH v2 for-next 2/2] RDMA/hns: Support hns HW stats

[recipe build #3595821] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-08-29 17:02 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

[PATCH for-next 0/3] RDMA/hns: Add more debugging information for rdma-tool
 2023-08-28 18:03 UTC  (4+ messages)


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).