LinuxLists
Users
About
Logan Gunthorpe (
[email protected]
)
Number of posts: 2934 (0.88 per day)
First post: 2015-05-09 17:50:34
Last post: 2024-06-10 17:05:39
Previous Page
/
Next Page
Date
List
Subject
2022-06-23 18:10:01
linux-kernel
Re: [PATCH] md/raid5: Fix divide type in raid5_make_request()
2022-06-23 17:19:47
linux-kernel
[PATCH] md/raid5: Fix divide type in raid5_make_request()
2022-06-16 21:38:06
linux-kernel
Re: [Non-DoD Source] [PATCH v3 15/15] md/raid5: Increase restriction on max segments per request
2022-06-16 19:55:11
linux-kernel
[PATCH v3 03/15] md/raid5: Refactor raid5_make_request loop
2022-06-16 19:47:53
linux-kernel
[PATCH v3 01/15] md/raid5: Make logic blocking check consistent with logic that blocks
2022-06-16 19:46:17
linux-kernel
[PATCH v3 06/15] md/raid5: Factor out helper from raid5_make_request() loop
2022-06-16 19:36:28
linux-kernel
[PATCH v3 07/15] md/raid5: Drop the do_prepare flag in raid5_make_request()
2022-06-16 19:34:32
linux-kernel
[PATCH v3 12/15] md/raid5: Check all disks in a stripe_head for reshape progress
2022-06-16 19:33:45
linux-kernel
[PATCH v3 09/15] md/raid5: Refactor for loop in raid5_make_request() into while loop
2022-06-16 19:32:46
linux-kernel
[PATCH v3 02/15] md/raid5: Factor out ahead_of_reshape() function
2022-06-16 19:32:05
linux-kernel
[PATCH v3 15/15] md/raid5: Increase restriction on max segments per request
2022-06-16 19:32:04
linux-kernel
[PATCH v3 13/15] md/raid5: Pivot raid5_make_request()
2022-06-16 19:31:13
linux-kernel
[PATCH v3 00/15] Improve Raid5 Lock Contention
2022-06-16 19:30:48
linux-kernel
[PATCH v3 14/15] md/raid5: Improve debug prints
2022-06-16 19:29:42
linux-kernel
[PATCH v3 04/15] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
2022-06-16 19:29:41
linux-kernel
[PATCH v3 08/15] md/raid5: Move read_seqcount_begin() into make_stripe_request()
2022-06-16 19:22:40
linux-kernel
[PATCH v3 05/15] md/raid5: Move common stripe get code into new find_get_stripe() helper
2022-06-16 19:22:00
linux-kernel
[PATCH v3 10/15] md/raid5: Keep a reference to last stripe_head for batch
2022-06-16 19:21:45
linux-kernel
[PATCH v3 11/15] md/raid5: Refactor add_stripe_bio()
2022-06-15 16:54:14
linux-kernel
[PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
2022-06-15 16:47:41
linux-kernel
[PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
2022-06-15 16:47:22
linux-kernel
[PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
2022-06-15 16:45:51
linux-kernel
[PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
2022-06-15 16:44:26
linux-kernel
[PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
2022-06-15 16:35:24
linux-kernel
[PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
2022-06-15 16:34:28
linux-kernel
[PATCH v7 21/21] nvme-pci: allow mmaping the CMB in userspace
2022-06-15 16:34:00
linux-kernel
[PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
2022-06-15 16:33:49
linux-kernel
[PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
2022-06-15 16:33:22
linux-kernel
[PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
2022-06-15 16:33:13
linux-kernel
[PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
2022-06-15 16:33:13
linux-kernel
[PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
2022-06-15 16:33:12
linux-kernel
[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
2022-06-15 16:32:11
linux-kernel
[PATCH v7 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
2022-06-15 16:31:36
linux-kernel
[PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
2022-06-15 16:17:29
linux-kernel
[PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
2022-06-15 16:16:30
linux-kernel
[PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
2022-06-15 16:16:21
linux-kernel
[PATCH v7 17/21] lib/scatterlist: add check when merging zone device pages
2022-06-15 16:16:21
linux-kernel
[PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
2022-06-15 16:16:09
linux-kernel
[PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
2022-06-15 16:15:47
linux-kernel
[PATCH v7 16/21] block: add check when merging zone device pages
2022-06-15 16:15:31
linux-kernel
[PATCH v7 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
2022-06-09 00:22:31
linux-kernel
Re: [PATCH v3 29/33] PCI/P2PDMA: Convert to printbuf
2022-06-08 22:46:24
linux-kernel
Re: [PATCH v4 04/11] md/raid5: Ensure array is suspended for calls to log_exit()
2022-06-08 19:54:12
linux-kernel
Re: [PATCH v2] drivers: pci: Directly use ida_alloc()/free()
2022-06-08 18:24:15
linux-kernel
Re: [PATCH v4 04/11] md/raid5: Ensure array is suspended for calls to log_exit()
2022-06-08 17:00:29
linux-kernel
[PATCH v4 07/11] md/raid5-cache: Clear conf->log after finishing work
2022-06-08 17:00:19
linux-kernel
[PATCH v4 05/11] md/raid5-cache: Take mddev_lock in r5c_journal_mode_show()
2022-06-08 16:59:39
linux-kernel
[PATCH v4 04/11] md/raid5: Ensure array is suspended for calls to log_exit()
2022-06-08 16:58:54
linux-kernel
[PATCH v4 11/11] md: Notify sysfs sync_completed in md_reap_sync_thread()
2022-06-08 16:58:32
linux-kernel
[PATCH v4 06/11] md/raid5-cache: Drop RCU usage of conf->log
2022-06-08 16:58:31
linux-kernel
[PATCH v4 02/11] md/raid5-log: Drop extern decorators for function prototypes