All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-14 09:27:24 to 2026-08-14 10:15:00 UTC [more...]

[PATCH -next v5 00/32] ext4: use iomap for regular file's buffered I/O path
 2026-08-14 10:14 UTC  (47+ messages)
` [PATCH -next v5 01/32] ext4: simplify size updating in ext4_setattr()
` [PATCH -next v5 02/32] ext4: factor out ext4_truncate_[up|down]()
` [PATCH -next v5 03/32] ext4: simplify error handling in ext4_setattr()
` [PATCH -next v5 04/32] ext4: skip ordered I/O wait when zeroing beyond i_disksize block
` [PATCH -next v5 05/32] ext4: set EXT4_MAP_NEW flag for delayed allocated blocks
` [PATCH -next v5 06/32] ext4: recheck extent status tree before block allocation
` [PATCH -next v5 07/32] ext4: fix orig_mlen initialization in ext4_map_blocks()
` [PATCH -next v5 08/32] ext4: allow ext4_map_blocks() to start its own transaction handle
` [PATCH -next v5 09/32] ext4: avoid unnecessary transaction in ext4_map_blocks() for unwritten extents
` [PATCH -next v5 10/32] ext4: skip block allocation for holes in the data submission path
` [PATCH -next v5 11/32] ext4: add iomap address space operations for buffered I/O
` [PATCH -next v5 12/32] ext4: implement buffered read path using iomap
` [PATCH -next v5 13/32] ext4: pass out extent seq counter when mapping da blocks
` [PATCH -next v5 14/32] ext4: do not use data=ordered mode for inodes using buffered iomap path
` [PATCH -next v5 15/32] ext4: implement buffered write path using iomap
` [PATCH -next v5 16/32] ext4: implement writeback "
` [PATCH -next v5 17/32] ext4: implement mmap "
` [PATCH -next v5 18/32] ext4: implement partial block zero range "
` [PATCH -next v5 19/32] ext4: tolerate unexpected holes in ext4_convert_unwritten_extents()
` [PATCH -next v5 20/32] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH -next v5 21/32] ext4: disable online defrag when inode using "
` [PATCH -next v5 22/32] ext4: add EXT4_STATE_DISKSIZE_GROW_PENDING state bit and helpers
` [PATCH -next v5 23/32] ext4: submit and wait for pending disksize-grow I/O on writeback
` [PATCH -next v5 24/32] ext4: advance i_disksize to i_size upon disksize-grow I/O completion
` [PATCH -next v5 25/32] ext4: defer i_disksize update while DISKSIZE_GROW_PENDING is set
` [PATCH -next v5 26/32] ext4: submit and wait for disksize-grow I/O in fallocate paths
` [PATCH -next v5 27/32] ext4: clear DISKSIZE_GROW_PENDING on truncate or error
` [PATCH -next v5 28/32] ext4: set DISKSIZE_GROW_PENDING after zeroing unaligned EOF block
` [PATCH -next v5 29/32] ext4: add tracepoints for DISKSIZE_GROW_PENDING set, clear, and wait
` [PATCH -next v5 30/32] ext4: add tracepoints for EOF block zeroing and disksize-grow I/O
` [PATCH -next v5 31/32] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH -next v5 32/32] ext4: introduce a mount option for iomap buffered I/O path

[RFC PATCH 0/4] Rewrite the check argument parsing
 2026-08-14 10:14 UTC  (3+ messages)
` [RFC PATCH 3/4] check: consolidate argument handling into function

[PATCH] staging: greybus: use sysfs_emit() in show functions
 2026-08-14 10:13 UTC 

[PATCH] dmaengine: loongson1-apb-dma: fix residue calculation for queued descriptors
 2026-08-14 10:13 UTC  (3+ messages)
` [PATCH v2] dmaengine: loongson1-apb-dma: avoid using iterator variable after list_for_each_entry()

[PATCH v1 0/4] Add qref and refgen regulator support for QCS8300 and SA8775p PCIe PHYs
 2026-08-14 10:13 UTC  (4+ messages)
` [PATCH v1 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add vdda-refgen and refgen supply properties

[PULL 0/6] Functional test framework improvements & bug fixes
 2026-08-14 10:09 UTC  (7+ messages)
` [PULL 1/6] tests/functional: add skipWithoutSudo() decorator
` [PULL 2/6] tests/functional/qemu_test: drop *args argument from .get_vm()
` [PULL 3/6] tests/testcase.py: passthrough monitor_address
` [PULL 4/6] hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status
` [PULL 5/6] hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbers
` [PULL 6/6] hw/i386/amd_iommu: Avoid undefined behavior in amdvi_setevent_bits()

[PATCH v13] i2c: designware: defer probe if child GpioInt controllers are not bound
 2026-08-14 10:09 UTC  (16+ messages)
  ` i2c designware change broke touchpad of a thinkpad (was: i2c: designware: defer probe if child GpioInt controllers are not bound)
        ` i2c designware change broke touchpad of a thinkpad

[PATCH net] net: amd-xgbe: support receiving packets with bad FCS
 2026-08-14 10:09 UTC  (2+ messages)

[LTP] [PATCH v5 0/7] Add support for .max_kver
 2026-08-14 10:08 UTC  (5+ messages)
` [LTP] [PATCH v5 3/7] lib: Add support for max_kver to struct tst_test and tst_fs

[PATCH] Revert "i2c: designware: defer probe if child GpioInt controllers are not bound"
 2026-08-14 10:07 UTC 

[RFC PATCH] iommu/arm-smmu-v3: Allow nested attach for PCI bridges without vDEVICE
 2026-08-14 10:07 UTC 

[PATCH 0/3] ublk: validate zoned SET_PARAMS earlier
 2026-08-14 10:07 UTC  (3+ messages)
` [PATCH v1 1/3] ublk: reject non-power-of-2 zone sizes in SET_PARAMS

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-14 10:06 UTC  (8+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH v4 00/32] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-14 10:06 UTC  (6+ messages)
` [PATCH v4 22/32] drm/xe/survivability: Report 'Boot Mode enabled' status using SIGID

[scarthgap][PATCH] bitbake.conf: add TMPDIR to GIT_CEILING_DIRECTORIES
 2026-08-14 10:05 UTC 

[PATCH v3 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-08-14 10:04 UTC  (10+ messages)
` [PATCH v3 1/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v3 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v3 00/18] selftests/mm: improve khugepaged coverage
 2026-08-14 10:00 UTC  (3+ messages)
` [PATCH v3 05/18] selftests/mm: keep khugepaged out of the swapout the swap cases set up

[PATCH v2 0/3] boost: Add Boost.Python NumPy
 2026-08-14 10:01 UTC  (5+ messages)
` [PATCH v2 2/3] boost-build-native: Add python-numpy-include feature
    ` [OE-core] "

[PATCH v7 0/2] drm/xe/sysctrl: Add helper to query application status
 2026-08-14 10:00 UTC  (4+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] drm/xe/sysctrl: Add helper to check oCode firmware readiness
` ✓ CI.KUnit: success for drm/xe/sysctrl: Add helper to query application status (rev7)

[PATCH] selftests/cgroup: remove redundant chown in test_cgcore_lesser_ns_open
 2026-08-14 10:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] drm/nouveau/svm: drain fault handler before freeing svmm
 2026-08-14 10:00 UTC 

[PATCH] serial: 8250_pci: Catch up on new pci_device_id entry without named initializer
 2026-08-14  9:59 UTC 

[PATCH v2] Documentation: Extend the real-time hardware bits with some firmware bits
 2026-08-14  9:58 UTC  (4+ messages)

[PATCH 0/2] drm/sched: Fair policy fixups
 2026-08-14  9:58 UTC  (4+ messages)
` [PATCH 1/2] drm/sched: Do not restore unsaved virtual runtime

[PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell
 2026-08-14  9:51 UTC 

[PATCH] fuse: clear stale intr_entry in fuse_remove_pending_req()
 2026-08-14  9:57 UTC  (2+ messages)

[PATCH] mefi: add dynamic control interface for EFI runtime services
 2026-08-15  9:50 UTC  (2+ messages)
` [PATCH] efi: "

[PATCH 0/4] media: iris: Fix DMA coherency, power-off ordering, and frame interval issues
 2026-08-14  9:56 UTC  (7+ messages)
` [PATCH 2/4] arm64: dts: qcom: sc7280: Add dma-coherent property into venus node

[PATCH v7 0/1] leds: st1202: Add hardware-accelerated blink support
 2026-08-14  9:56 UTC  (4+ messages)
` [PATCH v7 1/1] "

[PATCH] liveupdate: use scoped_guard for mutex in session operations
 2026-08-14  9:55 UTC 

[PATCH net] mpls: reload header after pskb_may_pull()
 2026-08-14  9:54 UTC 

[PATCH v3 0/2] usb: typec: tipd: fix uninitialized typec_partner_desc on stack
 2026-08-14  9:55 UTC  (5+ messages)
` [PATCH v3 1/2] usb: typec: tipd: fix uninitialized typec_partner_desc in tps6598x_connect()
` [PATCH v3 2/2] usb: typec: tipd: fix uninitialized typec_partner_desc in cd321x_update_work()

[PATCH 00/10] QEMU: CXL Type-2 device passthrough via vfio-pci
 2026-08-14  9:54 UTC  (3+ messages)

[OE-core][wrynose][patch 1/2] rpcbind: upgrade 1.2.8 -> 1.2.9
 2026-08-14  9:53 UTC  (2+ messages)
` [OE-core][wrynose][patch 2/2] rpcbind: Drop dependency on quota

[RFC PATCH 1/2] RDMA/rxe: drive UDP tunnel socket lifetime from the GID table
 2026-08-14  9:54 UTC  (2+ messages)

[PATCH v4 0/3] usb: typec: tipd: Add sn201202x (ACE3) support
 2026-08-14  9:53 UTC  (3+ messages)
` [PATCH v4 2/3] usb: typec: tipd: Factor out i2c specifics

[PATCH v3 00/23] mtd: spi-nor: QE handling cleanup + fixup reworks + Winbond RV chips addition
 2026-08-14  9:53 UTC  (55+ messages)
` [PATCH v3 05/23] mtd: spi-nor: Create the concept of fixup table with match function
` [PATCH v3 06/23] mtd: spi-nor: Create an indirection on the part name
` [PATCH v3 07/23] mtd: spi-nor: Move the SFDP header structure to a C header
` [PATCH v3 08/23] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-Q/N parts
` [PATCH v3 09/23] mtd: spi-nor: winbond: Add support for W25Q32RV-Q/N
` [PATCH v3 10/23] mtd: spi-nor: winbond: Add support for W25Q64RV-Q/N
` [PATCH v3 11/23] mtd: spi-nor: winbond: Add support for W25Q12RV-Q/N
` [PATCH v3 12/23] mtd: spi-nor: winbond: Add support for W25Q51RV-Q/N
` [PATCH v3 13/23] mtd: spi-nor: winbond: Add support for W25Q01RV-Q/N
` [PATCH v3 14/23] mtd: spi-nor: winbond: Add support for W25Q02RV-Q/N
` [PATCH v3 15/23] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-M parts
` [PATCH v3 16/23] mtd: spi-nor: winbond: Add support for W25Q32RV-M
` [PATCH v3 17/23] mtd: spi-nor: winbond: Add support for W25Q64RV-M
` [PATCH v3 18/23] mtd: spi-nor: winbond: Add support for W25Q12RV-M
` [PATCH v3 19/23] mtd: spi-nor: winbond: Add support for W25Q51RV-M
` [PATCH v3 20/23] mtd: spi-nor: winbond: Add support for W25Q01RV-M
` [PATCH v3 21/23] mtd: spi-nor: winbond: Add support for W25Q02RV-M
` [PATCH v3 22/23] mtd: spi-nor: winbond: Add support for W25Q51RV-Q/N/M

[PATCH v3 0/7] serial: Some yak shaving
 2026-08-14  9:52 UTC  (3+ messages)
` [PATCH v3 2/7] serial: txx9: Drop usage of uart_match_port()

[PATCH] s390/time: Use jiffies instead of jiffies_64
 2026-08-14  9:52 UTC  (2+ messages)

[PATCH 2/2] arm64: dts: qcom: monaco-pmics: Enable PMIC MBG thermal monitor
 2026-08-14  9:51 UTC 

[PATCH 1/2] arm64: dts: qcom: lemans-pmics: Enable PMIC MBG thermal monitor
 2026-08-14  9:51 UTC 

[PATCH v3 0/2] Add K230 SoC GPIO controller support
 2026-08-14  9:50 UTC  (5+ messages)
` [PATCH v3 1/2] hw/gpio: add K230 GPIO controller model

[PATCH 0/2] arm64: qcom: Add Qualcomm MBG thermal monitor support
 2026-08-14  9:51 UTC 

[PATCH 1/2] ASoC: meson: aiu: Drop redundant probe error messages
 2026-08-14  9:51 UTC  (5+ messages)
` [PATCH 2/2] ASoC: meson: meson-card-utils: "

[RFC PATCH 0/2] arm64/hyperv: Enable kexec reboot support
 2026-08-14  9:49 UTC  (5+ messages)
` [RFC PATCH 1/2] arm64: Add pre-shutdown hook to machine_shutdown()
` [RFC PATCH 2/2] arm64/hyperv: Add kexec handler using machine_shutdown hook

[PATCH v2] docs: timers: hrtimers: clarify expiry modes and ktimersd on PREEMPT_RT
 2026-08-14  9:49 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3] LoongArch: KVM: Fix TOCTOU race on pv_features
 2026-08-14  9:47 UTC 

[PATCH rdma-next] RDMA/uverbs: Fix mmap_lock/disassociation_lock circular dependency
 2026-08-14  9:47 UTC  (2+ messages)

[PATCH v3 0/3] ASoC: add Senary SN624x SoundWire SDCA support
 2026-08-14  2:56 UTC  (2+ messages)
` [PATCH v3 2/3] ASoC: sdw_utils: add Senary SN624x helpers and codec_info

[android-common:android13-5.15 1/1] include/trace/trace_events.h:27:23: warning: 'str__tmpfile__trace_system_name' defined but not used
 2026-08-14  9:46 UTC 

[PATCH] cgroup: avoid flushing global workqueue in cgroup1_pidlist_destroy_all
 2026-08-14  9:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-14  9:45 UTC  (8+ messages)
      ` fixing sashiko failure to apply (was Re: [PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff)

[PATCH 0/4] PCI/sysfs: Fix the ACPI device name attributes
 2026-08-14  9:45 UTC  (8+ messages)
` [PATCH 1/4] PCI/sysfs: Stop reporting _DSM failures as -EPERM
` [PATCH 3/4] PCI/sysfs: Handle a malformed _DSM result in acpi_attr_is_visible()

[PATCH] scsi: hpsa: fix divide-by-zero in hpsa_scsi_ioaccel_raid_map
 2026-08-14  9:42 UTC  (2+ messages)

[PATCH RFC] Input: serio - check if device is registered in serio_find_driver()
 2026-08-14  9:42 UTC 

[PATCH v2] Bluetooth: btnxpuart: Validate the FW dump header length
 2026-08-14  9:41 UTC  (2+ messages)
` [v2] "

[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-08-14  9:38 UTC  (5+ messages)
` [PATCH v9 1/2] "

[PATCH net v3] RDMA/rxe: Fix integer overflow in mr_check_range() leading to OOB access
 2026-08-14  9:37 UTC 

[PATCH] Bluetooth: btintel: Bound exception info print to the received length
 2026-08-14  9:36 UTC  (2+ messages)

[PATCH v3 0/5] firmware: tegra: bpmp: Add ACPI and MBWT support
 2026-08-14  9:36 UTC  (6+ messages)
` [PATCH v3 1/5] firmware: tegra: bpmp: Move channel initialization to helper
` [PATCH v3 2/5] firmware: tegra: bpmp: Add ACPI support
` [PATCH v3 3/5] firmware: tegra: bpmp: Add the Memory Bandwidth Throttler ABI definitions
` [PATCH v3 4/5] firmware: tegra: bpmp: Add MBWT BPMP helpers
` [PATCH v3 5/5] firmware: tegra: bpmp: Add MBWT sysfs interface

[PATCH mptcp-net] selftests: mptcp: fix an UAF in mptcp_connect.c
 2026-08-14  9:35 UTC  (5+ messages)

[RFC PATCH 0/6] fix nommu mmap and add nommu kselftests
 2026-08-14  9:34 UTC  (3+ messages)
` [RFC PATCH 4/6] selftests: fix build errors on alpine linux

[PATCH v3 0/2] Ambarella CV75: 8250_dw UART
 2026-08-14  9:33 UTC  (4+ messages)
` [PATCH v3 2/2] serial: 8250_dw: add Ambarella CV75 quirks
    ` [EXT] "

[PATCH 0/2] i2c/clk: spacemit: k1: fix bus configuration and clock handling
 2026-08-14  9:32 UTC  (3+ messages)
` [PATCH 1/2] i2c: k1: fix wrong bus speed setting

[RFC] dmisc cgroups controller
 2026-08-14  9:32 UTC 

[PATCH] common/rc: fix mount options quoting in _mount
 2026-08-14  9:32 UTC  (5+ messages)
` [PATCH v2] "

[syzbot] [usb?] KASAN: slab-use-after-free Read in attach_store
 2026-08-14  9:32 UTC 

b4 0.16.0 released
 2026-08-14  9:31 UTC  (6+ messages)

[PATCH] x86/nmi: Fix mis-classification of watchdog NMIs
 2026-08-14  9:29 UTC  (2+ messages)

[PATCH] i2c: xiic: restore runtime PM teardown in remove to fix clk WARN flood
 2026-08-14  9:30 UTC  (2+ messages)

[PATCH] Bluetooth: btintel_pcie: fix double free of IRQ in remove()
 2026-08-14  9:28 UTC 

[PATCH] serial: 8250_dw: Add device HID for AMDI0021 AMD UART controller
 2026-08-14  9:29 UTC  (2+ messages)

[PATCH v2] LoongArch: KVM: Fix TOCTOU race on pv_features
 2026-08-14  9:28 UTC  (4+ messages)

[PATCH v4] target/ppc: Validate HTABMASK and reserved bits in SDR1 for 32-bit mode
 2026-08-14  9:26 UTC 

[BlueZ] attrib: Fix smatch "non-ANSI function declaration" warning
 2026-08-14  9:27 UTC 

[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-08-14  9:24 UTC  (12+ messages)
` [f2fs-dev] [PATCH v15 15/25] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [f2fs-dev] [PATCH v15 20/25] xfs: initialize fs-verity on file open
` [f2fs-dev] [PATCH v15 21/25] xfs: add fs-verity ioctls
` [f2fs-dev] [PATCH v15 22/25] xfs: advertise fs-verity being available on filesystem
  `  "
` [f2fs-dev] [PATCH v15 23/25] xfs: check and repair the verity inode flag state
  `  "
` [f2fs-dev] [PATCH v15 24/25] xfs: introduce health state for corrupted fsverity metadata
  `  "
` [f2fs-dev] [PATCH v15 25/25] xfs: enable ro-compat fs-verity flag
  `  "


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.