public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-25 04:58:03 to 2023-09-03 22:31:03 UTC [more...]

[PATCH v6 00/11] io_uring getdents
 2023-09-03 22:30 UTC  (22+ messages)
` [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 11/11] io_uring: add support for getdents

[PATCH v3] kbuild: Show marked Kconfig fragments in "help"
 2023-09-02 18:17 UTC  (6+ messages)

[PATCH 0/1] s390/dasd: fix string length handling
 2023-09-01 13:47 UTC  (14+ messages)
` [PATCH 1/1] "

[PATCH v4] KVM: s390: fix gisa destroy operation might lead to cpu stalls
 2023-09-01 10:58 UTC 

[GIT PULL v2 00/10] KVM: s390: Changes for 6.6
 2023-08-31 17:22 UTC  (12+ messages)
` [GIT PULL v2 01/10] KVM: s390: interrupt: Fix single-stepping into interrupt handlers
` [GIT PULL v2 02/10] KVM: s390: interrupt: Fix single-stepping into program "
` [GIT PULL v2 03/10] KVM: s390: interrupt: Fix single-stepping kernel-emulated instructions
` [GIT PULL v2 04/10] KVM: s390: interrupt: Fix single-stepping userspace-emulated instructions
` [GIT PULL v2 05/10] KVM: s390: interrupt: Fix single-stepping keyless mode exits
` [GIT PULL v2 06/10] KVM: s390: selftests: Add selftest for single-stepping
` [GIT PULL v2 07/10] KVM: s390: pv: relax WARN_ONCE condition for destroy fast
` [GIT PULL v2 08/10] s390/uv: UV feature check utility
` [GIT PULL v2 09/10] KVM: s390: Add UV feature negotiation
` [GIT PULL v2 10/10] KVM: s390: pv: Allow AP-instructions for pv-guests

[PATCH v2 0/2] kbuild: Show Kconfig fragments in "help"
 2023-08-31 15:45 UTC  (10+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] kbuild: Split internal config targets from .config into .fragment

sb->s_fs_info freeing fixes
 2023-08-31 14:49 UTC  (16+ messages)
` [PATCH 1/4] ramfs: free sb->s_fs_info after shutting down the super block
` [PATCH 2/4] devpts: "
` [PATCH 3/4] selinuxfs: "
` [PATCH 4/4] hypfs: "

[PATCH v1 1/2] s390/zcrtpt: Don't leak memory if dev_set_name() fails
 2023-08-31 11:00 UTC  (2+ messages)
` [PATCH v1 2/2] s390/zcrypt: Utilize dev_set_name() ability to use a formatted string

[PATCH v3] KVM: s390: fix gisa destroy operation might lead to cpu stalls
 2023-08-31  9:18 UTC  (3+ messages)

[RFC PATCH v2 net-next 0/6] net/smc: several features's implementation for smc v2.1
 2023-08-30 15:22 UTC  (9+ messages)
` [RFC PATCH v2 net-next 4/6] net/smc: support max connections per lgr negotiation

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-08-30  0:48 UTC  (4+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp

[GIT PULL] sysctl changes for v6.6-rc1
 2023-08-29 20:44 UTC 

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-29 15:39 UTC  (5+ messages)
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-29 11:02 UTC  (6+ messages)
` [PATCH 14/29] s390/dasd: Convert to bdev_open_by_path()

[GIT PULL] s390 updates for 6.6 merge window
 2023-08-29  0:46 UTC  (6+ messages)

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-28 23:24 UTC  (49+ messages)
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v7 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v7 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v7 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v7 11/24] iommu/tegra-smmu: "
` [PATCH v7 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v7 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v7 14/24] iommu/msm: "
` [PATCH v7 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v7 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v7 17/24] iommu/ipmmu: "
` [PATCH v7 18/24] iommu/mtk_iommu: "
` [PATCH v7 19/24] iommu/sun50i: "
` [PATCH v7 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v7 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v7 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v7 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v7 24/24] iommu: Convert remaining simple drivers "

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (7+ messages)

[GIT PULL 00/22] KVM: s390: Changes for 6.6
 2023-08-28 12:34 UTC  (4+ messages)

[PATCH v2] KVM: s390: fix gisa destroy operation might lead to cpu stalls
 2023-08-28 10:39 UTC  (5+ messages)

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-28  8:07 UTC  (7+ messages)
` (subset) "

[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
 2023-08-26  1:07 UTC  (8+ messages)
` [PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc v2 04/10] s390: mm: use try_vma_locked_page_fault()

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (39+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents

[PATCH] kbuild: Show Kconfig fragments in "help"
 2023-08-25 19:11 UTC  (10+ messages)

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-25 18:26 UTC  (9+ messages)
` [PATCH v12 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v12 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v12 3/6] s390/pci: Use dma-iommu layer
` [PATCH v12 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v12 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v12 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush


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