All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-10 00:19:13 to 2024-04-10 01:08:16 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-04-10  1:08 UTC 

[PATCHBOMB v13.1] xfs: directory parent pointers
 2024-04-10  1:08 UTC  (93+ messages)
` [PATCHSET v13.1 1/9] xfs: design documentation for online fsck, part 2
  ` [PATCH 1/4] docs: update the parent pointers documentation to the final version
  ` [PATCH 2/4] docs: update online directory and parent pointer repair sections
  ` [PATCH 3/4] docs: update offline parent pointer repair strategy
  ` [PATCH 4/4] docs: describe xfs directory tree online fsck
` [PATCHSET v13.1 2/9] xfs: retain ILOCK during directory updates
  ` [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 5/7] xfs: Hold inode locks in xfs_rename
  ` [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
  ` [PATCH 7/7] xfs: unlock new repair tempfiles after creation
` [PATCHSET v13.1 3/9] xfs: shrink struct xfs_da_args
  ` [PATCH 1/4] xfs: remove XFS_DA_OP_REMOVE
  ` [PATCH 2/4] xfs: remove XFS_DA_OP_NOTIME
  ` [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
  ` [PATCH 4/4] xfs: rearrange xfs_da_args a bit to use less space
` [PATCHSET v13.1 4/9] xfs: improve extended attribute validation
  ` [PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
  ` [PATCH 02/12] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
  ` [PATCH 03/12] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
  ` [PATCH 04/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 05/12] xfs: fix missing check for invalid attr flags
  ` [PATCH 06/12] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 07/12] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 08/12] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 09/12] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 10/12] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 11/12] xfs: refactor name/length checks in xfs_attri_validate
  ` [PATCH 12/12] xfs: enforce one namespace per attribute
` [PATCHSET v13.1 5/9] xfs: Parent Pointers
  ` [PATCH 01/32] xfs: rearrange xfs_attr_match parameters
  ` [PATCH 02/32] xfs: check the flags earlier in xfs_attr_match
  ` [PATCH 03/32] xfs: move xfs_attr_defer_add to xfs_attr_item.c
  ` [PATCH 04/32] xfs: create a separate hashname function for extended attributes
  ` [PATCH 05/32] xfs: add parent pointer support to attribute code
  ` [PATCH 06/32] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 08/32] xfs: allow logged xattr operations if parent pointers are enabled
  ` [PATCH 09/32] xfs: log parent pointer xattr removal operations
  ` [PATCH 10/32] xfs: log parent pointer xattr setting operations
  ` [PATCH 11/32] xfs: log parent pointer xattr replace operations
  ` [PATCH 12/32] xfs: record inode generation in xattr update log intent items
  ` [PATCH 13/32] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 14/32] xfs: add parent pointer validator functions
  ` [PATCH 15/32] xfs: extend transaction reservations for parent attributes
  ` [PATCH 16/32] xfs: create a hashname function for parent pointers
  ` [PATCH 17/32] xfs: parent pointer attribute creation
  ` [PATCH 18/32] xfs: add parent attributes to link
  ` [PATCH 19/32] xfs: add parent attributes to symlink
  ` [PATCH 20/32] xfs: remove parent pointers in unlink
  ` [PATCH 21/32] xfs: Add parent pointers to rename
  ` [PATCH 22/32] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
  ` [PATCH 24/32] xfs: pass the attr value to put_listent when possible
  ` [PATCH 25/32] xfs: move handle ioctl code to xfs_handle.c
  ` [PATCH 26/32] xfs: split out handle management helpers a bit
  ` [PATCH 27/32] xfs: Add parent pointer ioctls
  ` [PATCH 28/32] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5
  ` [PATCH 30/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 31/32] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 32/32] xfs: enable parent pointers
` [PATCHSET v13.1 6/9] xfs: scrubbing for "
  ` [PATCH 1/7] xfs: check dirents have "
  ` [PATCH 2/7] xfs: deferred scrub of dirents
  ` [PATCH 3/7] xfs: scrub parent pointers
  ` [PATCH 4/7] xfs: deferred scrub of "
  ` [PATCH 5/7] xfs: walk directory parent pointers to determine backref count
  ` [PATCH 6/7] xfs: check parent pointer xattrs when scrubbing
  ` [PATCH 7/7] xfs: salvage parent pointers when rebuilding xattr structures
` [PATCHSET v13.1 7/9] xfs: online repair for parent pointers
  ` [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
  ` [PATCH 02/14] xfs: add raw parent pointer apis to support repair
  ` [PATCH 03/14] xfs: repair directories by scanning directory parent pointers
  ` [PATCH 04/14] xfs: implement live updates for directory repairs
  ` [PATCH 05/14] xfs: replay unlocked parent pointer updates that accrue during xattr repair
  ` [PATCH 06/14] xfs: repair directory parent pointers by scanning for dirents
  ` [PATCH 07/14] xfs: implement live updates for parent pointer repairs
  ` [PATCH 08/14] xfs: remove pointless unlocked assertion
  ` [PATCH 09/14] xfs: split xfs_bmap_add_attrfork into two pieces
  ` [PATCH 10/14] xfs: add a per-leaf block callback to xchk_xattr_walk
  ` [PATCH 11/14] xfs: actually rebuild the parent pointer xattrs
  ` [PATCH 12/14] xfs: adapt the orphanage code to handle parent pointers
  ` [PATCH 13/14] xfs: repair link count of nondirectories after rebuilding "
  ` [PATCH 14/14] xfs: inode repair should ensure there's an attr fork to store "
` [PATCHSET v13.1 8/9] xfs: detect and correct directory tree problems
  ` [PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
  ` [PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
  ` [PATCH 3/4] xfs: report directory tree corruption in the health information
` [PATCHSET v13.1 9/9] xfs: vectorize scrub kernel calls

[RFC PATCH v2 0/2] fw_devlink overlay fix
 2024-04-10  1:06 UTC  (7+ messages)

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-10  1:05 UTC  (15+ messages)

[PATCH 00/17] HSI2, UFS & UFS phy support for Tensor GS101
 2024-04-10  0:59 UTC  (5+ messages)
  ` [PATCH 09/17] phy: samsung-ufs: use exynos_get_pmu_regmap_by_phandle() to obtain PMU regmap

[PATCH] nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
 2024-04-10  0:59 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-10  0:58 UTC 

[PATCH v2] nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
 2024-04-10  0:57 UTC 

[PATCH v2 0/5] zswap same-filled and limit checking cleanups
 2024-04-10  0:52 UTC  (8+ messages)
` [PATCH v2 2/5] mm: zswap: calculate limits only when updated

[xen-unstable-smoke test] 185291: tolerable all pass - PUSHED
 2024-04-10  0:50 UTC 

[PATCH net-next 0/3][pull request] net/e1000e, igb, igc: Remove redundant runtime resume
 2024-04-10  0:50 UTC  (2+ messages)

[OE-core][kirkstone][PATCH] xserver-xorg: Fix for CVE-2024-31080 and CVE-2024-31081
 2024-04-10  0:49 UTC 

[PATCH net-next v8 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-10  0:49 UTC  (5+ messages)
` [PATCH net-next v8 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH net-next v8 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[PATCH v1 net 3/3] af_unix: Prepare MSG_OOB deprecation
 2024-04-10  0:48 UTC  (3+ messages)

[PATCH v6 0/7] PCI: rcar-gen4: Add R-Car V4H support
 2024-04-10  0:48 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4H compatible
` [PATCH v6 2/7] dt-bindings: PCI: rcar-gen4-pci-ep: "
` [PATCH v6 3/7] PCI: dwc: Add PCIE_PORT_{FORCE,LANE_SKEW} macros
` [PATCH v6 4/7] PCI: rcar-gen4: Add rcar_gen4_pcie_platdata
` [PATCH v6 5/7] PCI: rcar-gen4: Add .ltssm_enable() for other SoC support
` [PATCH v6 6/7] PCI: rcar-gen4: Add support for r8a779g0
` [PATCH v6 7/7] misc: pci_endpoint_test: Document a policy about adding pci_device_id

[PATCH 0/2] More LNL workarounds
 2024-04-10  0:48 UTC  (9+ messages)
` [PATCH 1/2] drm/xe/lnl: Enable more GuC based workarounds
` [PATCH 2/2] drm/xe/bmg: Some LNL workarounds also apply to BMG
` ✓ CI.Patch_applied: success for More LNL workarounds
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[Buildroot] [PATCH] boot/ti-k3-boot-firmware: bump to latest version
 2024-04-10  0:48 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-10  0:48 UTC 

[OE-core] [PATCH 01/33] babeltrace2: upgrade 2.0.5 -> 2.0.6
 2024-04-10  0:46 UTC  (5+ messages)
` [OE-core] [PATCH 09/33] ffmpeg: upgrade 6.1.1 -> 7.0
` [OE-core] [PATCH 10/33] gnutls: upgrade 3.8.4 -> 3.8.5

[PATCH v2 00/16] EFI: ti: Enable EFI capsule updates
 2024-04-10  0:44 UTC  (4+ messages)
` [PATCH v2 02/16] board: am64x: Define capsule update firmware info

[PATCH 1/1] api: add missing cookie checks for network access
 2024-04-10  0:43 UTC  (2+ messages)

[GIT PULL] u-boot-riscv/master
 2024-04-10  0:43 UTC  (2+ messages)

[PATCH bpf-next 00/11] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-04-10  0:41 UTC  (12+ messages)
` [PATCH bpf-next 01/11] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next 02/11] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next 03/11] bpf: Add nelems to struct btf_field_info and btf_field
` [PATCH bpf-next 04/11] bpf: check_map_kptr_access() compute the offset from the reg state
` [PATCH bpf-next 05/11] bpf: initialize/free array of btf_field(s)
` [PATCH bpf-next 06/11] bpf: Find btf_field with the knowledge of arrays
` [PATCH bpf-next 07/11] bpf: check_map_access() "
` [PATCH bpf-next 08/11] bpf: Enable and verify btf_field arrays
` [PATCH bpf-next 09/11] selftests/bpf: Test global kptr arrays
` [PATCH bpf-next 10/11] selftests/bpf: Test global bpf_rb_root arrays
` [PATCH bpf-next 11/11] selftests/bpf: Test global bpf_list_head arrays

[PATCH] xfs: xattr: replace strncpy and check for truncation
 2024-04-10  0:40 UTC  (5+ messages)

[PATCH net-next v2] net: sched: cake: Optimize the number of function calls and branches in heap construction
 2024-04-10  0:40 UTC  (2+ messages)

[PATCH net-next 0/3] bonding: remove RTNL from three sysfs files
 2024-04-10  0:40 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: ti: k3-am62p5-sk: minor whitespace cleanup
 2024-04-10  0:39 UTC  (5+ messages)
` (subset) "

[rppt:execmem/v4+x86-rox 18/22] include/linux/text-patching.h:5:10: fatal error: 'asm/text-patching.h' file not found
 2024-04-10  0:39 UTC 

[f2fs-dev] [PATCH] resize.f2fs: get value from new sb during rebuilding cp
 2024-04-10  0:38 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-10  0:38 UTC 

[PATCH v2 0/8] docs: recommend using contrib/contacts/git-contacts
 2024-04-10  0:36 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/8] SubmittingPatches: discuss reviewers first

[PATCH] mtd: spi-nor: spansion: Add support for infineon cy15v102qsn
 2024-04-10  0:36 UTC  (7+ messages)

[syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf
 2024-04-10  0:36 UTC  (2+ messages)

[Bug 218696] New: DYTC frequency scaling deterioration
 2024-04-10  0:34 UTC  (2+ messages)
` [Bug 218696] DYTC frequency scaling deterioration and event spam

[syzbot] [mm?] general protection fault in hpage_collapse_scan_file
 2024-04-10  0:32 UTC  (3+ messages)

[PATCH] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
 2024-04-10  0:33 UTC  (2+ messages)

[PATCH] bpf: strnchr not suitable for getting NUL-terminator
 2024-04-10  0:33 UTC 

[PATCH i-g-t] tests/intel/xe_exec_store: fix sync usage
 2024-04-10  0:31 UTC  (4+ messages)

[PATCH v5 0/7] PCI: dwc: rcar-gen4: Add R-Car V4H support
 2024-04-10  0:32 UTC  (3+ messages)

[PATCH] drm/amdkfd: make sure VM is ready for updating operations
 2024-04-10  0:32 UTC  (3+ messages)

[PATCH 5.15 000/690] 5.15.154-rc1 review
 2024-04-10  0:32 UTC  (2+ messages)

[PATCH 1/2] iommu/vt-d: Avoid unnecessary device TLB flush in map path
 2024-04-10  0:32 UTC  (6+ messages)
` [PATCH 2/2] iommu/vt-d: Remove caching mode check before devtlb flush

[PATCH net-next v4] net: phy: dp8382x: keep WOL settings across suspends
 2024-04-10  0:30 UTC  (2+ messages)

[PATCH net-next] cxgb4: flower: use NL_SET_ERR_MSG_MOD for validation errors
 2024-04-10  0:30 UTC  (2+ messages)

[PATCH net 0/3] net: start to replace copy_from_sockptr()
 2024-04-10  0:30 UTC  (2+ messages)

[PATCH net v2] ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
 2024-04-10  0:30 UTC  (2+ messages)

[PATCH 6.1 000/138] 6.1.85-rc1 review
 2024-04-10  0:29 UTC  (2+ messages)

[PATCH net-next] gve: Correctly report software timestamping capabilities
 2024-04-10  0:28 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-10  0:28 UTC 

[PATCH for-9.1 v2 00/28] linux-user/i386: Properly align signal frame
 2024-04-10  0:27 UTC  (5+ messages)
` [PATCH v2 23/28] target/i386: Honor xfeatures in xrstor_sigcontext

[PATCH] bpf: fix uninit-value in strnchr
 2024-04-10  0:28 UTC  (2+ messages)

turbostat 2024.04.08 queued for upstream
 2024-04-10  0:26 UTC  (3+ messages)

[PATCH v4 0/9] IOMMUFD: Deliver IO page faults to user space
 2024-04-10  0:25 UTC  (8+ messages)
` [PATCH v4 1/9] iommu: Introduce domain attachment handle

[PATCH 6.6 000/252] 6.6.26-rc1 review
 2024-04-10  0:24 UTC  (2+ messages)

[PATCH 0/3] KVM: nVMX: nEPT injection fixes and cleanups
 2024-04-10  0:20 UTC  (2+ messages)

[PATCH 0/8] KVM: SVM: Clean up VMRUN=>#VMEXIT assembly
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: SVM: Remove a useless zeroing of allocated memory
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: selftests: Use TAP in the steal_time test
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Process atomically-zapped SPTEs after replacing REMOVED_SPTE
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: use vfree for memory allocated by vcalloc/__vcalloc
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH v4 0/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008
 2024-04-10  0:19 UTC  (2+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in strnchr
 2024-04-10  0:22 UTC  (2+ messages)

[PATCH v2 0/4] net : dqs: optimize if stall threshold is not set
 2024-04-10  0:21 UTC  (3+ messages)
` [PATCH net-next v2 4/4] net: dqs: make struct dql more cache efficient

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/mmu: Fix TDP MMU dirty logging bug L2 running with EPT disabled
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH 6.8 000/273] 6.8.5-rc1 review
 2024-04-10  0:20 UTC  (2+ messages)

[conor:clk-reset-stuff 6/6] drivers/reset/reset-mpfs.c:154:9: error: implicit declaration of function 'kfree'; did you mean 'vfree'?
 2024-04-10  0:18 UTC 


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.