All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-26 02:21:26 to 2024-03-26 03:19:17 UTC [more...]

[PATCHBOMB v2] xfsprogs: everything headed towards 6.9
 2024-03-26  3:19 UTC  (97+ messages)
` [PATCHSET 01/18] xfsprogs: convert utilities to use new rt helpers
  ` [PATCH 01/13] libxfs: fix incorrect porting to 6.7
  ` [PATCH 02/13] mkfs: fix log sunit rounding when external logs are in use
  ` [PATCH 03/13] xfs_repair: fix confusing rt space units in the duplicate detection code
  ` [PATCH 04/13] libxfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 05/13] libxfs: use helpers to convert rt block numbers to rt extent numbers
  ` [PATCH 06/13] xfs_repair: convert utility to use new rt extent helpers and types
  ` [PATCH 07/13] mkfs: "
  ` [PATCH 08/13] xfs_{db,repair}: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 09/13] xfs_repair: convert helpers for rtbitmap block/wordcount computations
  ` [PATCH 10/13] xfs_{db,repair}: use accessor functions for bitmap words
  ` [PATCH 11/13] xfs_{db,repair}: use helpers for rtsummary block/wordcount computations
  ` [PATCH 12/13] xfs_{db,repair}: use accessor functions for summary info words
  ` [PATCH 13/13] xfs_{db,repair}: use m_blockwsize instead of sb_blocksize for rt blocks
` [PATCHSET 02/18] libxfs: sync with 6.8
  ` [PATCH 01/67] xfs: use xfs_defer_pending objects to recover intent items
  ` [PATCH 02/67] xfs: recreate work items when recovering "
  ` [PATCH 03/67] xfs: use xfs_defer_finish_one to finish recovered work items
  ` [PATCH 04/67] xfs: move ->iop_recover to xfs_defer_op_type
  ` [PATCH 05/67] xfs: hoist intent done flag setting to ->finish_item callsite
  ` [PATCH 06/67] xfs: hoist ->create_intent boilerplate to its callsite
  ` [PATCH 07/67] xfs: use xfs_defer_create_done for the relogging operation
  ` [PATCH 08/67] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
  ` [PATCH 09/67] xfs: hoist xfs_trans_add_item calls to defer ops functions
  ` [PATCH 10/67] xfs: move ->iop_relog to struct xfs_defer_op_type
  ` [PATCH 11/67] xfs: make rextslog computation consistent with mkfs
  ` [PATCH 12/67] xfs: fix 32-bit truncation in xfs_compute_rextslog
  ` [PATCH 13/67] xfs: don't allow overly small or large realtime volumes
  ` [PATCH 14/67] xfs: elide ->create_done calls for unlogged deferred work
  ` [PATCH 15/67] xfs: don't append work items to logged xfs_defer_pending objects
  ` [PATCH 16/67] xfs: allow pausing of pending deferred work items
  ` [PATCH 17/67] xfs: remove __xfs_free_extent_later
  ` [PATCH 18/67] xfs: automatic freeing of freshly allocated unwritten space
  ` [PATCH 19/67] xfs: remove unused fields from struct xbtree_ifakeroot
  ` [PATCH 20/67] xfs: force small EFIs for reaping btree extents
  ` [PATCH 21/67] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
  ` [PATCH 22/67] xfs: update dir3 leaf block metadata after swap
  ` [PATCH 23/67] xfs: extract xfs_da_buf_copy() helper function
  ` [PATCH 24/67] xfs: move xfs_ondisk.h to libxfs/
  ` [PATCH 25/67] xfs: consolidate the xfs_attr_defer_* helpers
  ` [PATCH 26/67] xfs: store an ops pointer in struct xfs_defer_pending
  ` [PATCH 27/67] xfs: pass the defer ops instead of type to xfs_defer_start_recovery
  ` [PATCH 28/67] xfs: pass the defer ops directly to xfs_defer_add
  ` [PATCH 29/67] xfs: force all buffers to be written during btree bulk load
  ` [PATCH 30/67] xfs: set XBF_DONE on newly formatted btree block that are ready for writing
  ` [PATCH 31/67] xfs: read leaf blocks when computing keys for bulkloading into node blocks
  ` [PATCH 32/67] xfs: move btree bulkload record initialization to ->get_record implementations
  ` [PATCH 33/67] xfs: constrain dirty buffers while formatting a staged btree
  ` [PATCH 34/67] xfs: repair free space btrees
  ` [PATCH 35/67] xfs: repair inode btrees
  ` [PATCH 36/67] xfs: repair refcount btrees
  ` [PATCH 37/67] xfs: dont cast to char * for XFS_DFORK_*PTR macros
  ` [PATCH 38/67] xfs: set inode sick state flags when we zap either ondisk fork
  ` [PATCH 39/67] xfs: zap broken inode forks
  ` [PATCH 40/67] xfs: repair inode fork block mapping data structures
  ` [PATCH 41/67] xfs: create a ranged query function for refcount btrees
  ` [PATCH 42/67] xfs: create a new inode fork block unmap helper
  ` [PATCH 43/67] xfs: improve dquot iteration for scrub
  ` [PATCH 44/67] xfs: add lock protection when remove perag from radix tree
  ` [PATCH 45/67] xfs: fix perag leak when growfs fails
  ` [PATCH 46/67] xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
  ` [PATCH 47/67] xfs: also use xfs_bmap_btalloc_accounting for RT allocations
  ` [PATCH 48/67] xfs: return -ENOSPC from xfs_rtallocate_*
  ` [PATCH 49/67] xfs: indicate if xfs_bmap_adjacent changed ap->blkno
  ` [PATCH 50/67] xfs: move xfs_rtget_summary to xfs_rtbitmap.c
  ` [PATCH 51/67] xfs: split xfs_rtmodify_summary_int
  ` [PATCH 52/67] xfs: remove rt-wrappers from xfs_format.h
  ` [PATCH 53/67] xfs: remove XFS_RTMIN/XFS_RTMAX
  ` [PATCH 54/67] xfs: make if_data a void pointer
  ` [PATCH 55/67] xfs: return if_data from xfs_idata_realloc
  ` [PATCH 56/67] xfs: move the xfs_attr_sf_lookup tracepoint
  ` [PATCH 57/67] xfs: simplify xfs_attr_sf_findname
  ` [PATCH 58/67] xfs: remove xfs_attr_shortform_lookup
  ` [PATCH 59/67] xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalue
  ` [PATCH 60/67] xfs: remove struct xfs_attr_shortform
  ` [PATCH 61/67] xfs: remove xfs_attr_sf_hdr_t
  ` [PATCH 62/67] xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into asserts
  ` [PATCH 63/67] xfs: fix a use after free in xfs_defer_finish_recovery
` [PATCHSET 03/18] xfs_repair: faster btree bulkloading
` [PATCHSET 04/18] xfsprogs: bug fixes for 6.8
` [PATCHSET V2 05/18] xfsprogs: fix log sector size detection
` [PATCHSET 06/18] mkfs: scale shards on ssds
` [PATCHSET v29.4 07/18] xfs_scrub: scan metadata files in parallel
` [PATCHSET v29.4 08/18] xfs_repair: rebuild inode fork mappings
` [PATCHSET 09/18] xfs_repair: support more than 4 billion records
` [PATCHSET v29.4 10/18] libxfs: prepare to sync with 6.9
` [PATCHSET 11/18] libxfs: "
` [PATCHSET v29.4 12/18] xfsprogs: bmap log intent cleanups
` [PATCHSET v29.4 13/18] xfsprogs: widen BUI formats to support realtime
` [PATCHSET v29.4 14/18] xfs_spaceman: updates for 6.9
` [PATCHSET v29.4 15/18] xfs_scrub: "
` [PATCHSET v29.4 16/18] xfs_repair: use in-memory rmap btrees
` [PATCHSET v29.4 17/18] xfs_repair: reduce refcount repair memory usage
` [PATCHSET v29.4 18/18] mkfs: cleanups for 6.9

RTT-PROBE: lore-subspace-rtt
 2024-03-26  3:18 UTC 

[PATCH bpf-next v2 0/2] bpf,riscv: Add support for BPF Arena
 2024-03-26  3:15 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions

[PATCH 0/5] AVIC bugfixes and workarounds
 2024-03-26  3:15 UTC  (2+ messages)

[PATCH RFC bpf-next] bpf: defer bpf_link dealloc to after RCU grace period
 2024-03-26  3:15 UTC  (4+ messages)

[PATCH-for-9.0? v2 0/8] hw/clock: Propagate clock changes when STM32L4X5 MUX is updated
 2024-03-26  3:13 UTC  (3+ messages)
` [PATCH-for-9.0 v2 1/8] hw/clock: Have clock_set_mul_div() return early when nothing to change

[PATCH bpf-next 0/3] Inline two LBR-related helpers
 2024-03-26  3:13 UTC  (6+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-03-26  3:12 UTC  (3+ messages)
` [PATCH v6 14/37] lib: introduce support for page allocation tagging

[PATCH v2 00/28] Zone write plugging
 2024-03-26  3:12 UTC  (4+ messages)
` [PATCH v2 07/28] block: Introduce zone "

[PATCH net v3] net: ll_temac: platform_get_resource replaced by wrong function
 2024-03-26  3:10 UTC  (3+ messages)

[PATCH net v3] s390/qeth: handle deferred cc1
 2024-03-26  3:10 UTC  (2+ messages)

[PATCH net] net: hsr: hsr_slave: Fix the promiscuous mode in offload mode
 2024-03-26  3:10 UTC  (2+ messages)

[PATCH net v1] dpll: indent DPLL option type by a tab
 2024-03-26  3:10 UTC  (2+ messages)

[PATCH net] tcp: properly terminate timers for kernel sockets
 2024-03-26  3:10 UTC  (2+ messages)

[PATCH net] net: wwan: t7xx: Split 64bit accesses to fix alignment issues
 2024-03-26  3:10 UTC  (2+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-26  3:10 UTC  (6+ messages)
` [PATCH v19 035/130] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl

[PATCH 1/1] swiotlb: add a KUnit test suite
 2024-03-26  3:08 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-26  3:08 UTC 

[PATCH v4 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-26  3:06 UTC  (5+ messages)
` [PATCH v4 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH v5 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-03-26  3:06 UTC  (5+ messages)
` [PATCH v5 2/3] "

[RFC PATCH 0/1] sched/eevdf: Curb wakeup preemption further
 2024-03-26  3:06 UTC  (4+ messages)
` [RFC PATCH 1/1] sched/eevdf: Skip eligibility check for current entity during wakeup preemption

[PATCH i-g-t 0/2] Added invalid-va tests
 2024-03-26  3:03 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Added invalid-va tests (rev3)

[PATCH i-g-t V2] tests/amd_basic: WIP fix eviction test failure
 2024-03-26  3:02 UTC  (5+ messages)
` ✓ CI.xeBAT: success for "
` ✗ Fi.CI.BUILD: failure for tests/amd_basic: WIP fix eviction test failure (rev2)
` ✗ Fi.CI.BAT: failure for tests/amd_basic: WIP fix eviction test failure

[RFC PATCH] mm: show mthp_fault_alloc and mthp_fault_fallback of multi-size THPs
 2024-03-26  3:01 UTC 

[GSoC] Microproject help
 2024-03-26  2:59 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-26  2:58 UTC 

[PATCH][next] RDMA/cm: Avoid -Wflex-array-member-not-at-end warning
 2024-03-26  2:57 UTC  (3+ messages)

[PATCH i-g-t] RFC: Converting subtests of kms_plane into dynamic subtests
 2024-03-26  2:57 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH bpf] bpf: Protect against int overflow for stack access size
 2024-03-26  2:56 UTC  (3+ messages)

[PATCH net-next 0/4] Remove RTNL lock protection of CVQ
 2024-03-26  2:54 UTC  (2+ messages)

[usb:gadget_char] BUILD SUCCESS 8ea5252749a313594ee60e95253fa29192fe441c
 2024-03-26  2:53 UTC 

[PATCH net V1] net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips
 2024-03-26  2:53 UTC  (2+ messages)

[RESEND][PATCH v2 0/4] Update Energy Model after chip binning adjusted voltages
 2024-03-26  2:51 UTC  (4+ messages)
` [RESEND][PATCH v2 1/4] OPP: OF: Export dev_opp_pm_calc_power() for usage from EM

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-26  2:51 UTC  (12+ messages)

[PATCH v2 0/6] PCI: dwc: rcar-gen4: Add R-Car V4H support
 2024-03-26  2:45 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4H compatible
` [PATCH v2 2/6] dt-bindings: PCI: rcar-gen4-pci-ep: "
` [PATCH v2 3/6] PCI: dwc: Add PCIE_PORT_{FORCE,LANE_SKEW} macros
` [PATCH v2 4/6] PCI: dwc: rcar-gen4: Add a new function pointer for other SoC support
` [PATCH v2 5/6] PCI: dwc: rcar-gen4: Add support for other R-Car Gen4 PCIe controller
` [PATCH v2 6/6] misc: pci_endpoint_test: Add Device ID for R-Car V4H "

Upcoming Analog Devices SoC Support Submission
 2024-03-26  2:47 UTC 

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in check_stack_range_initialized
 2024-03-26  2:48 UTC  (7+ messages)
` stack access issue. "

RTT-PROBE: lore-subspace-rtt
 2024-03-26  2:48 UTC 

[PATCH 1/2] drm/panel: Remove redundant checks in multiple panels
 2024-03-26  2:47 UTC  (3+ messages)

[PATCH 0/2] virtio-net: a fix and some updates for virtio dim
 2024-03-26  2:46 UTC  (10+ messages)
` [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker

[yiliu1765-iommufd:wip/iommufd_pasid+siov-20240322 11/33] drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c:585:35: error: initialization of 'int (*)(struct iommu_domain *, struct device *, ioasid_t, struct iommu_domain *)' {aka 'int (*)(struct iommu_domain *, struct device *, unsigned int, struct iommu_domain *
 2024-03-26  2:43 UTC 

Boot failure with kernel BUG at mm/usercopy.c on next-20240325
 2024-03-26  2:30 UTC  (5+ messages)

[PATCHv2 net-next 0/2] doc/netlink/specs: Add vlan support
 2024-03-26  2:43 UTC  (3+ messages)
` [PATCHv2 net-next 1/2] ynl: support hex display_hint for integer
` [PATCHv2 net-next 2/2] doc/netlink/specs: Add vlan attr in rt_link spec

[PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
 2024-03-26  2:42 UTC  (12+ messages)

[PATCH v4 0/2] Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy
 2024-03-26  2:38 UTC  (2+ messages)

[PATCH 0/5] riscv: improve nommu and timer-clint
 2024-03-26  2:39 UTC  (9+ messages)
` [PATCH 1/5] riscv: nommu: remove PAGE_OFFSET hardcoding
` [PATCH 2/5] riscv: nommu: use CSR_TIME* for get_cycles* implementation

[PATCH] drm/prime: Unbreak virtgpu dma-buf export
 2024-03-26  2:38 UTC  (3+ messages)

[PATCH i-g-t V3] tests/amd_basic:fix eviction test failure
 2024-03-26  2:38 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-26  2:38 UTC 

[PATCH 0/5] Define struct vm_fault in handle_mm_fault()
 2024-03-26  2:38 UTC  (3+ messages)
` [PATCH 4/5] mm: Make pgoff non-const in struct vm_fault

[ANNOUNCEMENT] Milestone 3 for Yocto Project 5.0 (yocto-5.0_M3) Now Available
 2024-03-26  2:37 UTC 

[PATCH 0/2] riscv: sophgo: add support for usb controller of CV18XX/SG200X
 2024-03-26  2:37 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: usb: dwc2: Add support for Sophgo CV18XX/SG200X series SoC
` [PATCH 2/2] usb: dwc2: add "

[PATCH] of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing
 2024-03-26  2:31 UTC  (8+ messages)

[PATCH] usb: dwc2: Add in version 4xx compatibility
 2024-03-26  2:32 UTC 

[broonie-ci:fileECoqy0 5/6] sound/soc/generic/simple-card-utils.c:755:14: error: no member named 'gpio' in 'struct snd_soc_jack_gpio'
 2024-03-26  2:33 UTC 

[PATCH net-next v4 0/4] net: gro: encapsulation bug fix and flush checks improvements
 2024-03-26  2:33 UTC  (3+ messages)
` [PATCH net-next v4 4/4] net: gro: move L3 flush checks to tcp_gro_receive

[PATCH net-next v2 0/3] tcp: make trace of reset logic complete
 2024-03-26  2:33 UTC  (5+ messages)

[PATCH bpf-next 0/6] bench: fast in-kernel triggering benchmarks
 2024-03-26  2:32 UTC  (6+ messages)
` [PATCH bpf-next 5/6] bpf: add bpf_test_tp() kfunc triggering tp and allowing error injection

[PATCH] mmc: Support 32-bit only ADMA on 64-bit platforms
 2024-03-26  2:28 UTC 

[Intel-wired-lan] [PATCH iwl-next, v4 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
 2024-03-26  2:29 UTC  (3+ messages)
` [PATCH iwl-next,v4 "

[PATCH net-next v3 2/2] net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb
 2024-03-26  2:28 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-26  2:28 UTC 

[PATCH] uvcvideo: Remo OBSBOT quirk fix for incorrect relative min pan/tilt/zoom speeds
 2024-03-26  2:25 UTC  (3+ messages)

[PATCH] mmc: sdhci: Fix potential ADMA descriptor table overflow
 2024-03-26  2:22 UTC 

[PATCH bpf-next v3 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-03-26  2:22 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] "
` [PATCH bpf-next v3 2/5] libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
` [PATCH bpf-next v3 3/5] bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
` [PATCH bpf-next v3 4/5] selftests/bpf: Refactor out helper functions for a few tests
` [PATCH bpf-next v3 5/5] selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs

[oe][meta-security][kirkstone][PATCH] clamav: Fix for CVE-2024-20328
 2024-03-26  2:24 UTC  (2+ messages)

[PATCH] drm/i915: Pre-populate the cursor physical dma address
 2024-03-26  2:23 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[linuxtv-media-stage:master] BUILD SUCCESS fe19aab844ad76a4e001082f633b1ac34f2a943d
 2024-03-26  2:22 UTC 

linux-next: build warning after merge of the mm tree
 2024-03-26  2:21 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2024-03-26  2:21 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.