All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-29 14:34:37 to 2026-04-29 14:57:58 UTC [more...]

[PATCH net-next 1/2] net: cs89x0: remove ISA bus probing
 2026-04-29 14:55 UTC  (2+ messages)
` [PATCH net-next 2/2] ne2k: fold drivers/net/Space.c into ne.c

[PATCHSET v8 3/6] fuse4fs: adapt iomap for fuse services
 2026-04-29 14:57 UTC  (2+ messages)
` [PATCH 1/3] fuse4fs: configure iomap when running as a service

[PATCHSET v8 2/6] fuse2fs: use fuse iomap data paths for better file I/O performance
 2026-04-29 14:57 UTC  (20+ messages)
` [PATCH 01/19] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/19] fuse2fs: add iomap= mount option
` [PATCH 03/19] fuse2fs: implement iomap configuration
` [PATCH 04/19] fuse2fs: register block devices for use with iomap
` [PATCH 05/19] fuse2fs: implement directio file reads
` [PATCH 06/19] fuse2fs: add extent dump function for debugging
` [PATCH 07/19] fuse2fs: implement direct write support
` [PATCH 08/19] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/19] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/19] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/19] fuse2fs: try to create loop device when ext4 device is a regular file
` [PATCH 12/19] fuse2fs: enable file IO to inline data files
` [PATCH 13/19] fuse2fs: set iomap-related inode flags
` [PATCH 14/19] fuse2fs: configure block device block size
` [PATCH 15/19] fuse4fs: separate invalidation
` [PATCH 16/19] fuse2fs: implement statx
` [PATCH 17/19] fuse2fs: enable atomic writes
` [PATCH 18/19] fuse4fs: disable fs reclaim and write throttling
` [PATCH 19/19] fuse2fs: implement freeze and shutdown requests

[PATCH] mm/khugepaged: return -EAGAIN for SCAN_PAGE_HAS_PRIVATE in MADV_COLLAPSE
 2026-04-29 14:57 UTC  (4+ messages)

[PATCH] riscv/sifive: remove warning in errata
 2026-04-29 14:56 UTC  (4+ messages)

[PATCH v3 3/4] mm/page_owner: add NUMA node filter with nodelist support
 2026-04-29 14:56 UTC  (2+ messages)

[PATCH 0/7] Get fast-test suite to run on FreeBSD
 2026-04-29 14:56 UTC  (3+ messages)
` [PATCH v4 0/2] "

[PATCH 0/2] net/mana: add device reset support for service events
 2026-04-29 14:56 UTC  (3+ messages)
` [PATCH 2/2] net/netvsc: handle VF recovery events for service reset

[PATCH v6 0/6] Add support for MT8196 video encoder
 2026-04-29 14:56 UTC  (5+ messages)
` [PATCH v6 2/6] media: mediatek: encoder: Add a new encoder driver interface
` [PATCH v6 4/6] media: mediatek: encoder: Add support for VCP encode process

[PATCH v2] Bluetooth: btusb: Allow firmware re-download when version matches
 2026-04-29 14:56 UTC  (2+ messages)
` [v2] "

iov_kunit_copy_to_kvec: ASSERTION FAILED at lib/tests/kunit_iov_iter.c:63, Expected got == npages, but, got == 1 (0x1), npages == 256 (0x100) (v7.0.2, ppc)
 2026-04-29 14:56 UTC  (3+ messages)

[LTP] [PATCH v2 1/2] aio_cancel: Fix incorrect strerror() usage
 2026-04-29 14:53 UTC  (2+ messages)
` [LTP] [PATCH v2 2/2] aio_cancel_6-1: Rewrite test

[PATCH v3 00/14] Add ARM64 support for MSHV accelerator
 2026-04-29 14:53 UTC  (6+ messages)
` [PATCH v3 03/14] meson, target/arm/mshv: Enable arm64 build & add initial MSHV support

[PATCH] mm/page_alloc: add tracepoint for PCP refills
 2026-04-29 14:52 UTC  (5+ messages)
` [PATCH v2] mm/page_alloc: trace PCP refills and PCP zone lock usage

[PATCHSET v8 1/6] libext2fs: refactoring for fuse2fs iomap support
 2026-04-29 14:52 UTC  (6+ messages)
` [PATCH 1/5] libext2fs: invalidate cached blocks when freeing them
` [PATCH 2/5] libext2fs: only flush affected blocks in unix_write_byte
` [PATCH 3/5] libext2fs: allow unix_write_byte when the write would be aligned
` [PATCH 4/5] libext2fs: allow clients to ask to write full superblocks
` [PATCH 5/5] libext2fs: allow callers to disallow I/O to file data blocks

[PATCH v14 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
 2026-04-29 14:52 UTC  (4+ messages)

[PATCH] driver core: reject devices with unregistered buses
 2026-04-29 14:52 UTC  (6+ messages)

[LTP] [PATCH v7] fanotify22.c: handle multiple asynchronous error events
 2026-04-29 14:51 UTC  (2+ messages)
` [LTP] "

[PATCH v2 00/16] migration/vfio: Fix a few issues on API misuse or statistic reports
 2026-04-29 14:46 UTC  (3+ messages)
` [PATCH v2 16/16] vfio/migration: Add tracepoints for precopy/stopcopy query ioctls

[PATCHSET v8 6/6] libfuse: cache iomap mappings for even better file IO performance
 2026-04-29 14:51 UTC  (10+ messages)
` [PATCH 1/9] libfuse: enable iomap cache management for lowlevel fuse
` [PATCH 2/9] libfuse: add upper-level iomap cache management
` [PATCH 3/9] libfuse: allow constraining of iomap mapping cache size
` [PATCH 4/9] libfuse: add upper-level iomap mapping cache constraint code
` [PATCH 5/9] libfuse: enable iomap
` [PATCH 6/9] example/iomap_ll: cache mappings for later
` [PATCH 7/9] example/iomap_inline_ll: cache iomappings in the kernel
` [PATCH 8/9] example/iomap_ow_ll: "
` [PATCH 9/9] example/iomap_service_ll: "

[kasan bug] slab-use-after-free in nvmet_find_get_subsys
 2026-04-29 14:50 UTC 

[PATCH] nfs: flexfilelayout: fix unused-but-set variable 'err'
 2026-04-29 14:50 UTC  (2+ messages)

[PATCH] tests/intel/xe_configfs: Use available engine for ctx-restore subtests
 2026-04-29 14:49 UTC  (2+ messages)
` ✓ i915.CI.Full: success for tests/intel/xe_configfs: Use available engine for ctx-restore subtests (rev3)

[PATCH] stalld: make syslog logging opt-in by default
 2026-04-29 14:49 UTC 

[PATCHSET v8 5/6] fuse: add sample iomap fuse servers
 2026-04-29 14:48 UTC  (8+ messages)
` [PATCH 1/7] example/iomap_ll: create a simple iomap server
` [PATCH 2/7] example/iomap_ll: track block state
` [PATCH 3/7] example/iomap_ll: implement atomic writes
` [PATCH 4/7] example/iomap_inline_ll: create a simple server to test inlinedata
` [PATCH 5/7] example/iomap_ow_ll: create a simple iomap out of place write server
` [PATCH 6/7] example/iomap_ow_ll: implement atomic writes
` [PATCH 7/7] example/iomap_service_ll: create a sample systemd service fuse server

[PATCH v2 00/17] bsd-user: upstream ioctl
 2026-04-29 14:45 UTC  (18+ messages)
` [PATCH v2 01/17] bsd-user: Add FreeBSD tty ioctl definitions
` [PATCH v2 02/17] bsd-user: Add FreeBSD file I/O "
` [PATCH v2 03/17] bsd-user: Add FreeBSD socket "
` [PATCH v2 04/17] bsd-user: Add FreeBSD cryptodev "
` [PATCH v2 05/17] bsd-user: Add FreeBSD disk "
` [PATCH v2 06/17] bsd-user: Add FreeBSD IPv6 "
` [PATCH v2 07/17] bsd-user: Add FreeBSD ioctl type definitions
` [PATCH v2 08/17] bsd-user: Add FreeBSD ioctl command table
` [PATCH v2 09/17] bsd-user: Add bsd-ioctl.h header
` [PATCH v2 10/17] bsd-user: Add target_sockaddr and safe_ioctl to syscall_defs.h
` [PATCH v2 11/17] bsd-user: Add bsd-ioctl.c infrastructure and termios conversion
` [PATCH v2 12/17] bsd-user: Add log_unsupported_ioctl function
` [PATCH v2 13/17] bsd-user: Add do_ioctl_unsupported function
` [PATCH v2 14/17] bsd-user: Add target_to_host_sockaddr_in6 function
` [PATCH v2 15/17] bsd-user: Add do_ioctl_in6_ifreq_sockaddr_int function
` [PATCH v2 16/17] bsd-user: Add do_bsd_ioctl main function
` [PATCH v2 17/17] bsd-user: Add init_bsd_ioctl function

[PATCH 7.2 v16 00/13] khugepaged: mTHP support
 2026-04-29 14:48 UTC  (9+ messages)
` [PATCH 7.2 v16 02/13] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH 7.2 v16 03/13] mm/khugepaged: rework max_ptes_* handling with helper functions

[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-29 14:47 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 7/7] arm64: Add Stage-2 MMU demand paging test

Question about SCHED_DEADLINE and cgroupv2/cpuset interaction
 2026-04-29 14:47 UTC  (2+ messages)

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-04-29 14:46 UTC  (4+ messages)
` [PATCH v4 12/15] arm64: mm: Map the kernel data/bss read-only in the linear map

[PATCHSET v8 4/6] libfuse: add some service helper commands for iomap
 2026-04-29 14:47 UTC  (4+ messages)
` [PATCH 1/3] mount_service: delegate iomap privilege from mount.service to fuse services
` [PATCH 2/3] libfuse: enable setting iomap block device block size
` [PATCH 3/3] mount_service: create loop devices for regular files

[PATCH] test: parenthesize assertion macro parameters
 2026-04-29 14:42 UTC  (4+ messages)
` [PATCH 0/2] test: clean up assertion macros
  ` [PATCH 1/2] test: use inline helpers in buffer comparison macros
  ` [PATCH 2/2] test: parenthesize assertion macro parameters

[PATCH] scripts/dtc: drop yaml in DT validation
 2026-04-29 14:46 UTC 

[PATCHSET v8 3/6] libfuse: implement syncfs
 2026-04-29 14:46 UTC  (3+ messages)
` [PATCH 1/2] libfuse: add strictatime/lazytime mount options
` [PATCH 2/2] libfuse: set sync, immutable, and append when loading files

[PATCH v2 1/1] .clang-format: add U-Boot specific for each macros
 2026-04-29 14:45 UTC  (4+ messages)

[PATCHSET v8 2/6] libfuse: allow servers to specify root node id
 2026-04-29 14:45 UTC  (2+ messages)
` [PATCH 1/1] libfuse: allow root_nodeid mount option

[PATCHSET v8 1/6] libfuse: allow servers to use iomap for better file IO performance
 2026-04-29 14:45 UTC  (26+ messages)
` [PATCH 01/25] libfuse: bump kernel and library ABI versions
` [PATCH 02/25] libfuse: wait in do_destroy until all open files are closed
` [PATCH 03/25] libfuse: add kernel gates for FUSE_IOMAP
` [PATCH 04/25] libfuse: add fuse commands for iomap_begin and end
` [PATCH 05/25] libfuse: add upper level iomap commands
` [PATCH 06/25] libfuse: add a lowlevel notification to add a new device to iomap
` [PATCH 07/25] libfuse: add upper-level iomap add device function
` [PATCH 08/25] libfuse: add iomap ioend low level handler
` [PATCH 09/25] libfuse: add upper level iomap ioend commands
` [PATCH 10/25] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
` [PATCH 11/25] libfuse: connect high level fuse library to fuse_reply_attr_iflags
` [PATCH 12/25] libfuse: support enabling exclusive mode for files
` [PATCH 13/25] libfuse: support direct I/O through iomap
` [PATCH 14/25] libfuse: don't allow hardlinking of iomap files in the upper level fuse library
` [PATCH 15/25] libfuse: allow discovery of the kernel's iomap capabilities
` [PATCH 16/25] libfuse: add lower level iomap_config implementation
` [PATCH 17/25] libfuse: add upper "
` [PATCH 18/25] libfuse: add low level code to invalidate iomap block device ranges
` [PATCH 19/25] libfuse: add upper-level API to invalidate parts of an iomap block device
` [PATCH 20/25] libfuse: add atomic write support
` [PATCH 21/25] libfuse: allow disabling of fs memory reclaim and write throttling
` [PATCH 22/25] libfuse: create a helper to transform an open regular file into an open loopdev
` [PATCH 23/25] libfuse: add swapfile support for iomap files
` [PATCH 24/25] libfuse: add lower-level filesystem freeze, thaw, and shutdown requests
` [PATCH 25/25] libfuse: add upper-level filesystem freeze, thaw, and shutdown events

KVM/QEMU community call 28/4/2026 agenda items?
 2026-04-29 14:44 UTC  (4+ messages)

[PATCH 0/4] tools/nolibc: pass mode to open syscall if O_TMPFILE is set
 2026-04-29 14:45 UTC  (5+ messages)
` [PATCH 1/4] tools/nolibc: split implicit open flags into a macro
` [PATCH 2/4] tools/nolibc: split open mode handling "
` [PATCH 3/4] tools/nolibc: pass mode to open syscall if O_TMPFILE is set
` [PATCH 4/4] selftests/nolibc: test open mode handling

[PATCH v4 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-04-29 14:44 UTC  (3+ messages)
` [PATCH v4 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-29 14:44 UTC  (6+ messages)

[PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios
 2026-04-29 14:44 UTC  (11+ messages)

[PATCH] fetch2/crate: use CDN endpoint for version checking if possible
 2026-04-29 14:44 UTC 

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-04-29 14:43 UTC  (3+ messages)
` [PATCH v4 6/8] fuse: {io-uring} Queue background requests on a different core

[PATCH v4 0/3] kasan: hw_tags: Disable tagging for stack and page-tables
 2026-04-29 14:43 UTC  (5+ messages)
` [PATCH v4 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v4 2/3] kasan: skip HW tagging for all kernel thread stacks

[PATCH] drm/i915/display: Avoid stale PIPE_SCANLINE values after crtc_enable
 2026-04-29 14:43 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[LTP] [PATCH] mq_unlink01: fix EEXIST failure when run in parallel
 2026-04-29 14:42 UTC  (3+ messages)

[PATCH v2 0/5] bsd-user: Generate system call numbers
 2026-04-29 14:38 UTC  (6+ messages)
` [PATCH v2 1/5] bsd-user: Add syscall header generator for FreeBSD
` [PATCH v2 2/5] bsd-user: Delete sbrk and sstk system calls
` [PATCH v2 3/5] bsd-user: Create os-syscall.h
` [PATCH v2 4/5] bsd-user: Switch to generated syscall_nr.h
` [PATCH v2 5/5] bsd-user: Regnerate strace.list

[PATCH] ceph: fix potential stray locked folios during umount
 2026-04-29 14:42 UTC  (7+ messages)
  `  "
      `  "
          `  "

[PATCH] xen/arm: skip holes in physical address space when setting up frametable
 2026-04-29 14:42 UTC  (4+ messages)

[RFC PATCH] virtio-mmio: add xenbus probing
 2026-04-29 14:41 UTC  (2+ messages)

[PATCH i-g-t v2 0/2] Fix 2-display test for MST shared-link BW
 2026-04-29 14:41 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Fix 2-display test for MST shared-link BW (rev2)

[RESEND PATCH] s390: fix dead defaults for S390_MODULES_SANITY_TEST and S390_UNWIND_SELFTEST
 2026-04-29 14:42 UTC  (2+ messages)

[PATCH v21 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-04-29 14:40 UTC  (3+ messages)
` [PATCH v21 05/13] mfd: psci-mfd: Add PSCI MFD driver for cpuidle-psci-domain cell

[PATCH] selftests/breakpoints: fix optimization and aliasing issues
 2026-04-29 14:38 UTC 

[LSF/MM/BPF TOPIC] 64k (or 16k) base page size on x86
 2026-04-29 14:39 UTC  (2+ messages)

[PATCHSET v8 8/8] fuse: run fuse-iomap servers as a contained service
 2026-04-29 14:39 UTC  (3+ messages)
` [PATCH 1/2] fuse: allow privileged mount helpers to pre-approve iomap usage
` [PATCH 2/2] fuse: set iomap backing device block size

[PATCH v4 0/2] rust: take advantage of newer rust-analyzer features
 2026-04-29 14:38 UTC  (11+ messages)
` [PATCH v4 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure

[PATCHSET v8 7/8] fuse: cache iomap mappings for even better file IO performance
 2026-04-29 14:38 UTC  (13+ messages)
` [PATCH 01/12] fuse: cache iomaps
` [PATCH 02/12] fuse_trace: "
` [PATCH 03/12] fuse: use the iomap cache for iomap_begin
` [PATCH 04/12] fuse_trace: "
` [PATCH 05/12] fuse: invalidate iomap cache after file updates
` [PATCH 06/12] fuse_trace: "
` [PATCH 07/12] fuse: enable iomap cache management
` [PATCH 08/12] fuse_trace: "
` [PATCH 09/12] fuse: overlay iomap inode info in struct fuse_inode
` [PATCH 10/12] fuse: constrain iomap mapping cache size
` [PATCH 11/12] fuse_trace: "
` [PATCH 12/12] fuse: enable iomap

[PATCH v4 00/13] Fixes and cleanups for the AD5686 IIO driver
 2026-04-29 14:38 UTC  (4+ messages)
` [PATCH v4 06/13] iio: dac: ad5686: refactor include headers

[PATCH] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format
 2026-04-29 14:37 UTC 

[LTP] [PATCH v6 2/2] userfaultfd: Add new test using UFFDIO_CONTINUE
 2026-04-29 14:37 UTC  (3+ messages)

[PATCH v10 0/4] liveupdate: bug fix for session name and new ioctl to read it
 2026-04-29 14:37 UTC  (5+ messages)
` [PATCH v10 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
` [PATCH v10 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME

[PATCH v3 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-04-29 14:32 UTC  (3+ messages)
` [PATCH v3 11/11] gpu: nova-core: vbios: use the first PCI-AT and FWSEC images

[PATCH] btrfs: move transaction abort message to __btrfs_abort_transaction()
 2026-04-29 14:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v14 1/3] rust: leds: add basic led classdev abstractions
 2026-04-29 14:36 UTC  (2+ messages)

[PATCH v4 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-04-29 14:04 UTC  (3+ messages)
` [PATCH v4 14/15] firmware: qcom_scm: Remove SCM PAS wrappers

[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-04-29 14:35 UTC  (11+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
        ` [EXT] "

[PATCH v4 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
 2026-04-29 14:35 UTC  (7+ messages)
` [PATCH v4 1/6] selftests: livepatch: Check for ARCH_HAS_SYSCALL_WRAPPER config
` [PATCH v4 2/6] selftests: livepatch: Replace true/false module parameter by y/n
` [PATCH v4 3/6] selftests: livepatch: Introduce does_sysfs_exist function
` [PATCH v4 4/6] selftests: livepatch: Check if patched sysfs attribute exists
` [PATCH v4 5/6] selftests: livepatch: Check if replace "
` [PATCH v4 6/6] selftests: livepatch: Check if stack_order "

[PATCHSET v8 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
 2026-04-29 14:35 UTC  (5+ messages)
` [PATCH 6/9] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems
` [PATCH 7/9] fuse_trace: "
` [PATCH 8/9] fuse: update ctime when updating acls on an iomap inode
` [PATCH 9/9] fuse: always cache ACLs when using iomap

[RFC PATCH v3 0/4] mm/damon: introduce perf event based access check
 2026-04-29 14:34 UTC  (2+ messages)

[PATCH bpf-next v9 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-29 14:33 UTC  (4+ messages)
` [PATCH bpf-next v9 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v9 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v9 11/11] selftests/bpf: Tolerate missing files during install


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.