All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-22 01:38:58 to 2024-05-22 03:04:26 UTC [more...]

[PATCHBOMB] xfsprogs: catch us up to 6.9
 2024-05-22  3:04 UTC  (74+ messages)
` [PATCHSET v30.4 01/10] libxfs: prepare to sync with 6.9
  ` [PATCH 1/3] libxfs: actually set m_fsname
  ` [PATCH 2/3] libxfs: clean up xfs_da_unmount usage
  ` [PATCH 3/3] libfrog: create a new scrub group for things requiring full inode scans
` [PATCHSET v30.4 02/10] libxfs: sync with 6.9
  ` [PATCH 001/111] xfs: convert kmem_zalloc() to kzalloc()
  ` [PATCH 002/111] xfs: convert kmem_alloc() to kmalloc()
  ` [PATCH 003/111] xfs: convert remaining kmem_free() to kfree()
  ` [PATCH 004/111] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
  ` [PATCH 005/111] xfs: use GFP_KERNEL in pure transaction contexts
  ` [PATCH 006/111] xfs: clean up remaining GFP_NOFS users
  ` [PATCH 007/111] xfs: use xfs_defer_alloc a bit more
  ` [PATCH 008/111] xfs: Replace xfs_isilocked with xfs_assert_ilocked
  ` [PATCH 009/111] xfs: create a static name for the dot entry too
  ` [PATCH 010/111] xfs: create a predicate to determine if two xfs_names are the same
  ` [PATCH 011/111] xfs: create a macro for decoding ftypes in tracepoints
  ` [PATCH 012/111] xfs: report the health of quota counts
  ` [PATCH 013/111] xfs: implement live quotacheck inode scan
  ` [PATCH 014/111] xfs: report health of inode link counts
  ` [PATCH 015/111] xfs: teach scrub to check file nlinks
  ` [PATCH 016/111] xfs: separate the marking of sick and checked metadata
  ` [PATCH 017/111] xfs: report fs corruption errors to the health tracking system
  ` [PATCH 018/111] xfs: report ag header "
  ` [PATCH 019/111] xfs: report block map "
  ` [PATCH 020/111] xfs: report btree block corruption errors to the health system
  ` [PATCH 021/111] xfs: report dir/attr "
  ` [PATCH 022/111] xfs: report inode "
  ` [PATCH 023/111] xfs: report realtime metadata "
  ` [PATCH 024/111] xfs: report XFS_IS_CORRUPT "
  ` [PATCH 025/111] xfs: add secondary and indirect classes to the health tracking system
  ` [PATCH 026/111] xfs: remember sick inodes that get inactivated
  ` [PATCH 027/111] xfs: update health status if we get a clean bill of health
  ` [PATCH 028/111] xfs: consolidate btree block freeing tracepoints
  ` [PATCH 029/111] xfs: consolidate btree block allocation tracepoints
  ` [PATCH 030/111] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
  ` [PATCH 031/111] xfs: drop XFS_BTREE_CRC_BLOCKS
  ` [PATCH 032/111] xfs: encode the btree geometry flags in the btree ops structure
  ` [PATCH 033/111] xfs: remove bc_ino.flags
  ` [PATCH 034/111] xfs: consolidate the xfs_alloc_lookup_* helpers
  ` [PATCH 035/111] xfs: turn the allocbt cursor active field into a btree flag
  ` [PATCH 036/111] xfs: extern some btree ops structures
  ` [PATCH 037/111] xfs: initialize btree blocks using btree_ops structure
  ` [PATCH 038/111] xfs: rename btree block/buffer init functions
  ` [PATCH 039/111] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
  ` [PATCH 040/111] xfs: remove the unnecessary daddr paramter to _init_block
  ` [PATCH 041/111] xfs: set btree block buffer ops in _init_buf
  ` [PATCH 042/111] xfs: move lru refs to the btree ops structure
  ` [PATCH 043/111] xfs: move the btree stats offset into struct btree_ops
  ` [PATCH 044/111] xfs: factor out a xfs_btree_owner helper
  ` [PATCH 045/111] xfs: factor out a btree block owner check
  ` [PATCH 046/111] xfs: store the btree pointer length in struct xfs_btree_ops
  ` [PATCH 047/111] xfs: split out a btree type from the btree ops geometry flags
  ` [PATCH 048/111] xfs: split the per-btree union in struct xfs_btree_cur
  ` [PATCH 049/111] xfs: create predicate to determine if cursor is at inode root level
  ` [PATCH 050/111] xfs: move comment about two 2 keys per pointer in the rmap btree
  ` [PATCH 051/111] xfs: add a xfs_btree_init_ptr_from_cur
  ` [PATCH 052/111] xfs: don't override bc_ops for staging btrees
  ` [PATCH 053/111] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
  ` [PATCH 054/111] xfs: remove xfs_allocbt_stage_cursor
  ` [PATCH 055/111] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
  ` [PATCH 056/111] xfs: remove xfs_inobt_stage_cursor
  ` [PATCH 057/111] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
  ` [PATCH 058/111] xfs: remove xfs_refcountbt_stage_cursor
  ` [PATCH 059/111] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
  ` [PATCH 060/111] xfs: remove xfs_rmapbt_stage_cursor
` [PATCHSET v30.4 03/10] xfsprogs: bmap log intent cleanups
` [PATCHSET v30.4 04/10] xfsprogs: widen BUI formats to support realtime
` [PATCHSET v30.4 05/10] xfs_spaceman: updates for 6.9
` [PATCHSET v30.4 06/10] xfs_scrub: "
` [PATCHSET v30.4 07/10] xfs_repair: minor fixes
` [PATCHSET v30.4 08/10] xfs_repair: use in-memory rmap btrees
` [PATCHSET v30.4 09/10] xfs_repair: reduce refcount repair memory usage
` [PATCHSET v30.4 10/10] mkfs: cleanups for 6.9

[PATCH v2] fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL command
 2024-05-22  3:04 UTC 

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-22  3:00 UTC  (5+ messages)
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[net PATCH] net: fec: free fec queue when fec_enet_mii_init() fails
 2024-05-22  2:13 UTC 

[syzbot] [nilfs?] [btrfs?] WARNING in filemap_unaccount_folio
 2024-05-22  2:55 UTC 

[PATCH] dm: retain stacked max_sectors when setting queue_limits
 2024-05-22  2:51 UTC 

[PATCH v2 2/3] PCI: Create new reset method to force SBR for CXL
 2024-05-22  2:51 UTC  (5+ messages)

[PATCH] scripts/decode_stacktrace.sh: better support to ARM32 module stack trace
 2024-05-22  2:48 UTC  (3+ messages)

[tip:master] BUILD SUCCESS 5242c6fd8c29e620393d7f12763bdf1efb1ab164
 2024-05-22  2:47 UTC 

[PATCH bpf-next] bpf: Relax precision marking in open coded iters and may_goto loop
 2024-05-22  2:47 UTC 

[PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-05-22  1:40 UTC  (35+ messages)
` [PATCH v2 1/6] KVM: Add a flag to track if a loaded vCPU is scheduled out
` [PATCH v2 2/6] KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
` [PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
` [PATCH v2 4/6] KVM: Delete the now unused kvm_arch_sched_in()
` [PATCH v2 5/6] KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU load
` [PATCH v2 6/6] KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()

[PATCH md-6.10 5/9] md: replace sysfs api sync_action with new helpers
 2024-05-22  2:46 UTC  (5+ messages)

[PATCH] wifi: rtw89: Fix P2P behavior for WiFi 7 chips
 2024-05-22  2:45 UTC 

[tip:x86/percpu] BUILD SUCCESS 47ff30cc1be7bf426c03ecc84371452109b416e4
 2024-05-22  2:45 UTC 

[tip:x86/boot] BUILD SUCCESS 15c4fbf8eacf4abcad1c9a05291325e042884e2e
 2024-05-22  2:44 UTC 

[tip:x86/urgent] BUILD SUCCESS 9d22c96316ac59ed38e80920c698fed38717b91b
 2024-05-22  2:43 UTC 

[PATCH] alias: document caveats and add trace of prepared command
 2024-05-22  2:41 UTC 

RE: RE: RE: [PATCH v2] virtio-net: improve description of default coalescing parameters
 2024-05-22  2:11 UTC  (5+ messages)
              `  "
                  `  "

[PATCH 2/2] xhci: Apply broken streams quirk to Etron EJ188 xHCI host
 2024-05-22  2:39 UTC  (2+ messages)
` [PATCH 1/2] xhci: Apply reset resume "

[PATCH 1/2] wifi: rtw89: fill STBC and LDPC capabilities to TX descriptor
 2024-05-22  2:38 UTC  (2+ messages)
` [PATCH 2/2] wifi: rtw89: add LDPC and STBC to rx_status and radiotap known fields for monitor mode

Error: failed to store: -25299
 2024-05-22  2:37 UTC  (5+ messages)

[PATCH v1 0/5] Add SBI FWFT extension support
 2024-05-22  2:36 UTC  (3+ messages)
` [PATCH v1 1/5] lib: sbi: Add SVADU "

[PATCH 02/16] KVM: x86/mmu: Introduce a slot flag to zap only slot leafs on slot deletion
 2024-05-22  2:31 UTC  (11+ messages)

[PATCH V2 for-6.10/block 1/2] loop: Fix a race between loop detach and loop open
 2024-05-22  2:31 UTC  (3+ messages)

[PATCH v2 0/6] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-05-22  2:28 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH v2 2/6] KVM: Rename functions related to enabling virtualization hardware
` [PATCH v2 3/6] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v2 4/6] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v2 5/6] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH v2 6/6] KVM: x86: Register "emergency disable" callbacks when virt is enabled

[PATCH 00/17] Add OA functionality to Xe
 2024-05-22  2:28 UTC  (14+ messages)

[PATCH v3 2/2] LoongArch: Add steal time support in guest side
 2024-05-22  2:26 UTC  (2+ messages)

[OE-core][PATCH 1/6] systemd/systemd-boot: upgrade from 255.4 to 255.6
 2024-05-22  2:25 UTC  (4+ messages)
` [OE-core][PATCH 6/6] kmod: upgrade from 31 to 32

[PATCH] hash: provide crc32 functions based on intrinsics
 2024-05-22  2:21 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/7] binman: ti: create binman nodes for EFI capsules
 2024-05-22  2:20 UTC  (4+ messages)
` [PATCH v2 4/7] dts: beagleplay: binman: Include firmware capsules binman nodes

[PATCH 1/4 V2] drm/amdgpu: fix invadate operation for umsch
 2024-05-22  2:19 UTC  (3+ messages)

[PATCH v5 00/68] Define _GNU_SOURCE for sources using
 2024-05-22  1:37 UTC  (22+ messages)
` [PATCH v5 19/68] selftests/fpu: Drop define _GNU_SOURCE
` [PATCH v5 21/68] selftests/futex: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 22/68] selftests/intel_pstate: "
` [PATCH v5 23/68] selftests/iommu: "
` [PATCH v5 25/68] selftests/kcmp: Drop define _GNU_SOURCE
` [PATCH v5 26/68] selftests/landlock: "
` [PATCH v5 27/68] selftests/lsm: "
` [PATCH v5 28/68] selftests/membarrier: "
` [PATCH v5 29/68] selftests/memfd: "
` [PATCH v5 36/68] selftests/net: "
` [PATCH v5 46/68] selftests/proc: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 47/68] selftests/ptp: Drop define _GNU_SOURCE
` [PATCH v5 49/68] selftests/riscv: "
` [PATCH v5 50/68] selftests/riscv: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 51/68] selftests/rlimits: Drop define _GNU_SOURCE
` [PATCH v5 54/68] selftests/sched: "
` [PATCH v5 55/68] selftests/seccomp: "
` [PATCH v5 56/68] selftests/sigaltstack: "
` [PATCH v5 66/68] selftests/vDSO: "
` [PATCH v5 68/68] selftests/x86: "

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-22  2:16 UTC  (4+ messages)

[PATCH RFCv1 00/14] Add Tegra241 (Grace) CMDQV Support (part 2/2)
 2024-05-22  2:15 UTC  (7+ messages)
` [PATCH RFCv1 08/14] iommufd: Add IOMMU_VIOMMU_SET_DEV_ID ioctl

[CI 1/6] treewide: Rename engine busyness variables
 2024-05-22  2:15 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for series starting with [CI,1/6] "

[PATCH v3] Bluetooth: Apply HCI_QUIRK_BROKEN_READ_TRANSMIT_POWER to CYW4373
 2024-05-22  8:17 UTC  (2+ messages)
` [v3] "

[PATCH] KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
 2024-05-22  2:14 UTC 

[Bug 217618] New: Changing maximum frequency and boost state does not work with amd-pstate in passive mode plus the schedutil governor
 2024-05-22  2:12 UTC  (2+ messages)
` [Bug 217618] "

[PATCH v2] drm/mediatek: dsi: Add dsi per-frame lp code for mt8188
 2024-05-22  2:10 UTC  (4+ messages)

[PATCH v10 1/2] x86/mm: Don't disable PCID if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-05-22  2:06 UTC  (2+ messages)
` [PATCH v10 2/2] x86/mm: Don't disable PCID if the kernel is running on a hypervisor

[PATCH v2 0/1] powerpc/numa: Make cpu/memory less numa-node online
 2024-05-20 17:16 UTC  (3+ messages)
` [PATCH v2 1/1] powerpc/numa: Online a node if PHB is attached

Question about openBMC U-boot upgrade
 2024-05-22  1:55 UTC  (2+ messages)

[PATCH v2] netfs: Fix io_uring based write-through
 2024-05-22  2:06 UTC  (2+ messages)

[PATCH v4 0/5] clk: imx: clk-audiomix: Improvement for audiomix
 2024-05-22  2:05 UTC  (5+ messages)
` [PATCH v4 2/5] clk: imx: clk-audiomix: Add reset controller

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-05-22  2:05 UTC  (5+ messages)

[meta-virtualization][dunfell][kirkstone][PATCH V2] libvirt: Backport fix for CVE-2024-2494
 2024-05-22  1:58 UTC 

some questions about restrictions in SMC-R v2's implementation
 2024-05-22  2:00 UTC  (4+ messages)

CommunicAsia Expo 2024
 2024-05-22  2:00 UTC 

[PATCH] tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer
 2024-05-22  1:59 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/bridge: adv7511: Fix Intermittent EDID failures
 2024-05-22  1:58 UTC  (3+ messages)

[xen-4.17-testing test] 186063: regressions - FAIL
 2024-05-22  1:54 UTC 

[regression] suspend stress test stalls within 30 minutes
 2024-05-22  1:52 UTC  (12+ messages)

[PATCH v16 08/22] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
 2024-05-22  1:50 UTC  (4+ messages)
  ` 回复: "

[PATCH v3 0/6] hw/loongarch: Refine numa memory map
 2024-05-22  1:47 UTC  (3+ messages)
` [PATCH v3 2/6] hw/loongarch: Refine fadt memory table for numa memory

[PATCH v2 00/12] target/ppc: Various TCG emulation patches
 2024-05-22  1:43 UTC  (4+ messages)
` [PATCH v2 06/12] target/ppc: Add PPR32 SPR

[PATCH 0/3] usb: gadget: uvc: allocate requests based on frame interval length and buffersize
 2024-05-22  1:41 UTC  (9+ messages)

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-05-22  1:38 UTC  (3+ messages)
` [PATCH v2 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces


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.