All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-26 02:51:16 to 2024-03-26 03:30:43 UTC [more...]

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-03-26  3:30 UTC  (12+ messages)
      ` [f2fs-dev] "

[PATCH net-next 0/4] doc/netlink: add a YAML spec for team
 2024-03-26  3:30 UTC  (5+ messages)
` [PATCH net-next 1/4] Documentation: netlink: "
` [PATCH net-next 2/4] net: team: rename team to team_core for linking
` [PATCH net-next 3/4] net: team: use policy generated by YAML spec
` [PATCH net-next 4/4] uapi: team: use header file generated from "

[PATCHBOMB v2] xfsprogs: everything headed towards 6.9
 2024-03-26  3:30 UTC  (140+ 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
  ` [PATCH 64/67] xfs: use the op name in trace_xlog_intent_recovery_failed
  ` [PATCH 65/67] xfs: fix backwards logic in xfs_bmap_alloc_account
  ` [PATCH 66/67] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
  ` [PATCH 67/67] xfs: remove conditional building of rt geometry validator functions
` [PATCHSET 03/18] xfs_repair: faster btree bulkloading
  ` [PATCH 1/2] xfs_repair: adjust btree bulkloading slack computations to match online repair
  ` [PATCH 2/2] xfs_repair: bulk load records into new btree blocks
` [PATCHSET 04/18] xfsprogs: bug fixes for 6.8
  ` [PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
  ` [PATCH 2/5] xfs_db: fix alignment checks in getbitval
  ` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
  ` [PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
  ` [PATCH 5/5] xfs_io: add linux madvise advice codes
` [PATCHSET V2 05/18] xfsprogs: fix log sector size detection
  ` [PATCH 1/5] libxfs: remove the unused fs_topology_t typedef
  ` [PATCH 2/5] libxfs: refactor the fs_topology structure
  ` [PATCH 3/5] libxfs: remove the S_ISREG check from blkid_get_topology
  ` [PATCH 4/5] libxfs: also query log device topology in get_topology
  ` [PATCH 5/5] mkfs: use a sensible log sector size default
` [PATCHSET 06/18] mkfs: scale shards on ssds
  ` [PATCH 1/2] mkfs: allow sizing allocation groups for concurrency
  ` [PATCH 2/2] mkfs: allow sizing internal logs "
` [PATCHSET v29.4 07/18] xfs_scrub: scan metadata files in parallel
  ` [PATCH 1/3] libfrog: rename XFROG_SCRUB_TYPE_* to XFROG_SCRUB_GROUP_*
  ` [PATCH 2/3] libfrog: promote XFROG_SCRUB_DESCR_SUMMARY to a scrub type
  ` [PATCH 3/3] xfs_scrub: scan whole-fs metadata files in parallel
` [PATCHSET v29.4 08/18] xfs_repair: rebuild inode fork mappings
  ` [PATCH 1/3] xfs_repair: push inode buf and dinode pointers all the way to inode fork processing
  ` [PATCH 2/3] xfs_repair: sync bulkload data structures with kernel newbt code
  ` [PATCH 3/3] xfs_repair: rebuild block mappings from rmapbt data
` [PATCHSET 09/18] xfs_repair: support more than 4 billion records
  ` [PATCH 1/8] xfs_db: add a bmbt inflation command
  ` [PATCH 2/8] xfs_repair: slab and bag structs need to track more than 2^32 items
  ` [PATCH 3/8] xfs_repair: support more than 2^32 rmapbt records per AG
  ` [PATCH 4/8] xfs_repair: support more than 2^32 owners per physical block
  ` [PATCH 5/8] xfs_repair: clean up lock resources
  ` [PATCH 6/8] xfs_repair: constrain attr fork extent count
  ` [PATCH 7/8] xfs_repair: don't create block maps for data files
  ` [PATCH 8/8] xfs_repair: support more than INT_MAX block maps
` [PATCHSET v29.4 10/18] 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 11/18] libxfs: sync with 6.9
  ` [PATCH 001/110] xfs: convert kmem_zalloc() to kzalloc()
  ` [PATCH 002/110] xfs: convert kmem_alloc() to kmalloc()
  ` [PATCH 003/110] xfs: convert remaining kmem_free() to kfree()
  ` [PATCH 004/110] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
  ` [PATCH 005/110] xfs: use GFP_KERNEL in pure transaction contexts
  ` [PATCH 006/110] xfs: clean up remaining GFP_NOFS users
  ` [PATCH 007/110] xfs: use xfs_defer_alloc a bit more
  ` [PATCH 008/110] xfs: Replace xfs_isilocked with xfs_assert_ilocked
` [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

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

[PATCH v1 0/4] Add StarFive Camera Subsystem hibernation support
 2024-03-26  3:12 UTC  (4+ messages)
` [PATCH v1 1/4] media: cadence: csi2rx: Support runtime PM
` [PATCH v1 2/4] media: cadence: csi2rx: Add suspend and resume support
` [PATCH v1 4/4] staging: media: starfive: "

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

[RFC PATCH] mm: show mthp_fault_alloc and mthp_fault_fallback of multi-size THPs
 2024-03-26  3:24 UTC  (2+ messages)

[PATCH] io_uring: releasing CPU resources when polling
 2024-03-26  3:23 UTC  (2+ messages)
  `  "

[PATCH 2/2] drm/amdgpu/umsch: reinitialize write pointer in hw init
 2024-03-26  3:22 UTC  (2+ messages)

[RFC] mm: page-flags.h: remove the bias against tail pages
 2024-03-26  3:21 UTC  (3+ messages)

[PATCH] binfmt_flat: Fix corruption when not offsetting data start
 2024-03-26  3:20 UTC  (2+ messages)

[PATCH v2 0/6] PCI: dwc: rcar-gen4: Add R-Car V4H support
 2024-03-26  3:21 UTC  (3+ messages)
` [PATCH v2 6/6] misc: pci_endpoint_test: Add Device ID for R-Car V4H PCIe controller

[PATCH BlueZ v3 1/2] shared/bap: add bt_bap_cancel_select to cancel ongoing pac select
 2024-03-26  3:20 UTC  (2+ messages)

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  (3+ messages)
` ✗ 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

[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


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.