All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-24 02:46:04 to 2024-04-24 03:30:23 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-04-24  3:30 UTC 

[GIT PULLBOMB v13.4] xfs: directory parent pointers
 2024-04-24  3:30 UTC 

[PATCH 1/4] drm/xe: Introduce a simple wedged state
 2024-04-24  3:29 UTC  (5+ messages)
` [PATCH 3/4] drm/xe: Force wedged state and block GT reset upon any GPU hang
` [PATCH 4/4] drm/xe: Introduce the wedged_mode debugfs

[PATCHBOMB v13.4] xfs: directory parent pointers
 2024-04-24  3:29 UTC  (95+ messages)
` [PATCHSET v13.4 1/9] xfs: shrink struct xfs_da_args
  ` [PATCH 1/5] xfs: remove XFS_DA_OP_REMOVE
  ` [PATCH 2/5] xfs: remove XFS_DA_OP_NOTIME
  ` [PATCH 3/5] xfs: remove xfs_da_args.attr_flags
  ` [PATCH 4/5] xfs: make attr removal an explicit operation
  ` [PATCH 5/5] xfs: rearrange xfs_da_args a bit to use less space
` [PATCHSET v13.4 2/9] xfs: improve extended attribute validation
  ` [PATCH 01/14] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
  ` [PATCH 02/14] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
  ` [PATCH 03/14] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
  ` [PATCH 04/14] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 05/14] xfs: fix missing check for invalid attr flags
  ` [PATCH 06/14] xfs: check shortform attr entry flags specifically
  ` [PATCH 07/14] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 08/14] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 09/14] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 10/14] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 11/14] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 12/14] xfs: refactor name/length checks in xfs_attri_validate
  ` [PATCH 13/14] xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2
  ` [PATCH 14/14] xfs: enforce one namespace per attribute
` [PATCHSET v13.4 3/9] xfs: Parent Pointers
  ` [PATCH 01/30] xfs: rearrange xfs_attr_match parameters
  ` [PATCH 02/30] xfs: check the flags earlier in xfs_attr_match
  ` [PATCH 03/30] xfs: move xfs_attr_defer_add to xfs_attr_item.c
  ` [PATCH 04/30] xfs: create a separate hashname function for extended attributes
  ` [PATCH 05/30] xfs: add parent pointer support to attribute code
  ` [PATCH 06/30] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 07/30] xfs: allow xattr matching on name and value for parent pointers
  ` [PATCH 08/30] xfs: refactor xfs_is_using_logged_xattrs checks in attr item recovery
  ` [PATCH 09/30] xfs: create attr log item opcodes and formats for parent pointers
  ` [PATCH 10/30] xfs: record inode generation in xattr update log intent items
  ` [PATCH 11/30] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 12/30] xfs: add parent pointer validator functions
  ` [PATCH 13/30] xfs: extend transaction reservations for parent attributes
  ` [PATCH 14/30] xfs: create a hashname function for parent pointers
  ` [PATCH 15/30] xfs: parent pointer attribute creation
  ` [PATCH 16/30] xfs: add parent attributes to link
  ` [PATCH 17/30] xfs: add parent attributes to symlink
  ` [PATCH 18/30] xfs: remove parent pointers in unlink
  ` [PATCH 19/30] xfs: Add parent pointers to rename
  ` [PATCH 20/30] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 21/30] xfs: don't return XFS_ATTR_PARENT attributes via listxattr
  ` [PATCH 22/30] xfs: pass the attr value to put_listent when possible
  ` [PATCH 23/30] xfs: move handle ioctl code to xfs_handle.c
  ` [PATCH 24/30] xfs: split out handle management helpers a bit
  ` [PATCH 25/30] xfs: add parent pointer ioctls
  ` [PATCH 26/30] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 27/30] xfs: add a incompat feature bit for parent pointers
  ` [PATCH 28/30] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 29/30] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 30/30] xfs: enable parent pointers
` [PATCHSET v13.4 4/9] xfs: scrubbing for "
  ` [PATCH 1/7] xfs: revert commit 44af6c7e59b12
  ` [PATCH 2/7] xfs: check dirents have parent pointers
  ` [PATCH 3/7] xfs: deferred scrub of dirents
  ` [PATCH 4/7] xfs: scrub parent pointers
  ` [PATCH 5/7] xfs: deferred scrub of "
  ` [PATCH 6/7] xfs: walk directory parent pointers to determine backref count
  ` [PATCH 7/7] xfs: check parent pointer xattrs when scrubbing
` [PATCHSET v13.4 5/9] xfs: online repair for parent pointers
  ` [PATCH 01/16] xfs: remove some boilerplate from xfs_attr_set
  ` [PATCH 02/16] xfs: make the reserved block permission flag explicit in xfs_attr_set
  ` [PATCH 03/16] xfs: salvage parent pointers when rebuilding xattr structures
  ` [PATCH 04/16] xfs: add raw parent pointer apis to support repair
  ` [PATCH 05/16] xfs: repair directories by scanning directory parent pointers
  ` [PATCH 06/16] xfs: implement live updates for directory repairs
  ` [PATCH 07/16] xfs: replay unlocked parent pointer updates that accrue during xattr repair
  ` [PATCH 08/16] xfs: repair directory parent pointers by scanning for dirents
  ` [PATCH 09/16] xfs: implement live updates for parent pointer repairs
  ` [PATCH 10/16] xfs: remove pointless unlocked assertion
  ` [PATCH 11/16] xfs: split xfs_bmap_add_attrfork into two pieces
  ` [PATCH 12/16] xfs: add a per-leaf block callback to xchk_xattr_walk
  ` [PATCH 13/16] xfs: actually rebuild the parent pointer xattrs
  ` [PATCH 14/16] xfs: adapt the orphanage code to handle parent pointers
  ` [PATCH 15/16] xfs: repair link count of nondirectories after rebuilding "
  ` [PATCH 16/16] xfs: inode repair should ensure there's an attr fork to store "
` [PATCHSET v13.4 6/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
  ` [PATCH 4/4] xfs: fix corruptions in the directory tree
` [PATCHSET v13.4 7/9] xfs: vectorize scrub kernel calls
  ` [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
  ` [PATCH 2/3] xfs: move xfs_ioc_scrub_metadata to scrub.c
  ` [PATCH 3/3] xfs: introduce vectored scrub mode
` [PATCHSET v13.4 8/9] xfs: reduce iget overhead in scrub
  ` [PATCH 1/2] xfs: use dontcache for grabbing inodes during scrub
  ` [PATCH 2/2] xfs: only iget the file once when doing vectored scrub-by-handle
` [PATCHSET v13.4 9/9] xfs: minor fixes to online repair
  ` [PATCH 1/4] xfs: drop the scrub file's iolock when transaction allocation fails
  ` [PATCH 2/4] xfs: fix iunlock calls in xrep_adoption_trans_alloc
  ` [PATCH 3/4] xfs: exchange-range for repairs is no longer dynamic
  ` [PATCH 4/4] xfs: invalidate dentries for a file before moving it to the orphanage

[PATCH -next] erofs: modify the error message when prepare_ondemand_read failed
 2024-04-24  3:29 UTC  (2+ messages)

[openeuler:openEuler-1.0-LTS 20368/22178] drivers/android/binder_alloc_selftest.c:109:19: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-04-24  3:27 UTC 

[linux-5.4 test] 185769: regressions - FAIL
 2024-04-24  3:27 UTC 

[PATCH 0/3] KVM: x86: Fix supported VM_TYPES caps
 2024-04-24  3:25 UTC  (3+ messages)
` [PATCH 3/3] KVM: x86: Explicitly zero kvm_caps during vendor module load

[PATCH vhost v8 0/6] refactor the params of find_vqs()
 2024-04-24  3:22 UTC  (4+ messages)
` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[RFC PATCH 0/5] add mTHP support for anonymous share pages
 2024-04-24  3:23 UTC  (4+ messages)
` [RFC PATCH 1/5] mm: memory: extend finish_fault() to support large folio

[ANNOUNCE] xfsprogs: for-next updated to d5d677df7
 2024-04-24  3:22 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
 2024-04-24  3:00 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs

[PATCH v6 0/2] Fix two BT regression issues for QCA6390
 2024-04-24  3:22 UTC  (5+ messages)
` [PATCH v6 1/2] Bluetooth: qca: Fix BT enable failure "
` [PATCH v6 2/2] Bluetooth: qca: Fix BT enable failure for QCA6390 after disable then warm reboot

[PATCH v5 0/3] Add sysfs entry to EDL mode
 2024-04-24  3:21 UTC  (4+ messages)
` [PATCH v5 1/3] bus: mhi: host: Add sysfs entry to force device to enter EDL
` [PATCH v5 2/3] bus: mhi: host: Add a new API for getting channel doorbell address
` [PATCH v5 3/3] bus: mhi: host: pci_generic: Add edl callback to enter EDL

[PATCH] drm/xe: Use distinct error code in VM_CREATE for device fault mode checks
 2024-04-24  3:20 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-24  3:20 UTC 

[PATCH 0/4] Define i2c_designware in a header file
 2024-04-24  3:20 UTC  (4+ messages)
` [PATCH 2/4] mfd: intel-lpss: Utilize i2c-designware.h

[jsarha:topic/cros-sof-v4.19 1947/6555] drivers/gpu/drm/rcar-du/rcar_du_crtc.c:684:22: sparse: sparse: symbol 'rcar_du_crtc_mode_valid' was not declared. Should it be static?
 2024-04-24  3:16 UTC 

[PATCH v4 0/4] add debugfs to hisilicon migration driver
 2024-04-24  3:15 UTC  (5+ messages)
` [PATCH v4 3/4] hisi_acc_vfio_pci: register debugfs for "

[PATCH v5 0/5] vduse: Add support for reconnection
 2024-04-24  3:14 UTC  (9+ messages)
` [PATCH v5 3/5] vduse: Add function to get/free the pages "

[PATCH v3 0/4] Support MT8188 SCP core 1
 2024-04-24  3:03 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: remoteproc: mediatek: Support MT8188 dual-core SCP
` [PATCH v3 2/4] remoteproc: mediatek: Support MT8188 SCP core 1
` [PATCH v3 3/4] remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizes
` [PATCH v3 4/4] media: mediatek: imgsys: Support image processing

[RFC] ethdev: add VXLAN last reserved field
 2024-04-24  3:13 UTC 

[PATCH bpf-next v2 0/2] Introduce bpf_preempt_{disable,enable}
 2024-04-24  3:13 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Introduce bpf_preempt_[disable,enable] kfuncs
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for preempt kfuncs

[PATCH v10 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-24  3:11 UTC  (4+ messages)
` [PATCH v10 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers

[PATCH v3 0/6] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-04-24  3:11 UTC  (4+ messages)
` [PATCH v3 1/6] Documentation: firmware-guide: add NXP i.MX95 SCMI documentation

[PATCH] LoongArch: Fix access error when read fault on a write-only VMA
 2024-04-24  3:11 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-24  3:10 UTC 

[PATCH v4 0/4] drm/xe: Support PCIe FLR
 2024-04-24  3:12 UTC  (4+ messages)
` [PATCH v3 4/4] drm/xe/FLR: "

[PATCH] xfs: Remove unused function xrep_dir_self_parent
 2024-04-24  3:06 UTC  (2+ messages)

[PATCH] mm/rmap: remove unnecessary page_table_lock
 2024-04-24  3:04 UTC  (7+ messages)

[PATCH v11 0/8] AMD Pstate Fixes And Enhancements
 2024-04-24  3:04 UTC  (4+ messages)
` [PATCH v11 1/8] cpufreq: amd-pstate: Document *_limit_* fields in struct amd_cpudata

[PATCH] docs/zh_CN: Add dev-tools/kcov Chinese translation
 2024-04-24  3:04 UTC  (2+ messages)

[PATCH v2 4/6] perf test pmu: Add an eagerly loaded event test
 2024-04-24  2:57 UTC  (2+ messages)

[PATCH V2 00/11] rcu/x86: Use per-cpu rcu preempt count
 2024-04-24  3:02 UTC  (10+ messages)
` [PATCH V2 03/11] rcu: Reorder tree_exp.h after tree_plugin.h
` [PATCH V2 09/11] rcu: Implement PCPU_RCU_PREEMPT_COUNT framework
` [PATCH V2 10/11] x86/rcu: Add rcu_preempt_count

[PATCH bpf-next v2 00/16] Introduce bpf_wq
 2024-04-24  3:00 UTC  (10+ messages)
` [PATCH bpf-next v2 09/16] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
` [PATCH bpf-next v2 10/16] selftests/bpf: add bpf_wq tests
` [PATCH bpf-next v2 11/16] bpf: wq: add bpf_wq_init
` [PATCH bpf-next v2 13/16] bpf: wq: add bpf_wq_set_callback_impl

RTT-PROBE: lore-subspace-rtt
 2024-04-24  3:00 UTC 

[PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
 2024-04-24  2:59 UTC  (6+ messages)

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-24  2:57 UTC  (12+ messages)

[PATCH v2 3/6] perf test pmu: Refactor format test and exposed test APIs
 2024-04-24  2:51 UTC  (2+ messages)

[PATCH net-next v6 0/8] virtio-net: support device stats
 2024-04-24  2:57 UTC  (3+ messages)
` [PATCH net-next v6 3/8] virtio_net: "

[PATCH vhost v2 0/7] virtio_net: rx enable premapped mode by default
 2024-04-24  2:54 UTC  (10+ messages)
` [PATCH vhost v2 4/7] virtio_net: big mode support premapped

[PATCH v4 0/5] Remove onstack cpumask var for sparc
 2024-04-24  2:55 UTC  (6+ messages)
` [PATCH v4 1/5] sparc/srmmu: Remove on-stack cpumask var
` [PATCH v4 2/5] sparc/irq: "
` [PATCH v4 3/5] sparc/of: "
` [PATCH v4 4/5] sparc/pci_msi: "
` [PATCH v4 5/5] sparc/leon: "

[PATCH v2 0/8] mm/swap: optimize swap cache search space
 2024-04-24  2:56 UTC  (4+ messages)
` [PATCH v2 7/8] mm: drop page_index/page_file_offset and convert swap helpers to use folio

[PATCH 0/3] wifi: ath12k: Refactor the hardware recovery procedures
 2024-04-24  2:54 UTC  (3+ messages)

[ndctl PATCH v2] cxl/test: use max_available_extent in cxl-destroy-region
 2024-04-24  2:54 UTC 

[PATCH i-g-t 1/4] tests/intel/xe_wedged: Introduce a new test for Xe device wedged state
 2024-04-24  2:52 UTC  (3+ messages)
` [PATCH i-g-t 4/4] tests/intel/xe_wedged: Test wedged_mode=1 after had toggled mode=2

[PATCH] drm/amdgpu: skip to create ras xxx_err_count node when ACA is enabled
 2024-04-24  2:49 UTC 

[PATCH 4/4] drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
 2024-04-24  2:50 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-24  2:50 UTC 

[PATCH 3/4] drm/amdgpu: Using uninitialized value new_state.jpeg when calling adev->vcn.pause_dpg_mode
 2024-04-24  2:49 UTC 

[PATCH 2/4] Initialize the last_jump_jiffies in atom_exec_context before it used
 2024-04-24  2:49 UTC 

[PATCH 1/4] drm/amdgpu: add check before free wb entry
 2024-04-24  2:49 UTC 

[PATCH v10 0/6] Add Toshiba Visconti Video Input Interface driver
 2024-04-24  2:42 UTC  (11+ messages)
` [PATCH v10 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface
` [PATCH v10 2/6] media: videodev2.h: add visconti viif meta buffer format
` [PATCH v10 3/6] media: platform: visconti: Add Toshiba Visconti Video Input Interface driver
` [PATCH v10 4/6] media: platform: visconti: add streaming interface for ISP parameters and status
` [PATCH v10 5/6] documentation: media: add documentation for Toshiba Visconti Video Input Interface driver
` [PATCH v10 6/6] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface

[PATCH] Input: xpad - add support for ASUS ROG RAIKIRI
 2024-04-24  2:48 UTC  (2+ messages)

[PATCH v3 00/12] Consolidate domain cache invalidation
 2024-04-24  2:46 UTC  (3+ messages)

[PATCH v7 0/4] arm64: qcom: add AIM300 AIoT board support
 2024-04-24  2:45 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: arm: qcom: Document QCS8550 SoC and the AIM300 AIoT board
` [PATCH v7 2/4] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi
` [PATCH v7 3/4] arm64: dts: qcom: add base AIM300 dtsi
` [PATCH v7 4/4] arm64: dts: qcom: aim300: add AIM300 AIoT

[PATCH v2 0/4] Dump off-cpu samples directly
 2024-04-24  2:48 UTC  (5+ messages)
` [PATCH v2 1/4] perf record off-cpu: Parse off-cpu event, change config location
` [PATCH v2 2/4] perf record off-cpu: BPF perf_event_output on sched_switch
` [PATCH v2 3/4] perf record off-cpu: extract off-cpu sample data from raw_data
` [PATCH v2 4/4] perf record off-cpu: delete bound-to-fail test


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.