All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-13 01:28:16 to 2024-03-13 02:15:12 UTC [more...]

[PATCHBOMB] xfsprogs: everything headed towards 6.8
 2024-03-13  2:15 UTC  (109+ messages)
` [PATCHSET 01/10] 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/10] 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/10] 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/10] xfsprogs: bug fixes for 6.8
  ` [PATCH 1/1] xfs_repair: double-check with shortform attr verifiers
` [PATCHSET V2 05/10] 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/10] 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/10] 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/10] 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/10] 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
` [PATCHSET v29.4 10/10] libxfs: prepare to sync with 6.9

[PULL 00/68] virtio,pc,pci: features, cleanups, fixes
 2024-03-13  2:28 UTC  (11+ messages)
` [PULL 33/68] hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()
` [PULL 34/68] hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()
` [PULL 35/68] hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize()
` [PULL 36/68] hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()
` [PULL 37/68] hw/pci-bridge/cxl_upstream: Fix missing ERRP_GUARD() in cxl_usp_realize()

[ANN] netdev development stats for 6.9
 2024-03-13  2:13 UTC  (2+ messages)

[PATCH v3 0/3] Add support for AArch64 AMUv1-based arch_freq_get_on_cpu
 2024-03-13  2:12 UTC  (4+ messages)
` [PATCH v3 2/3] arm64: Provide an AMU-based version of arch_freq_get_on_cpu

linux-next: build failure after merge of the crypto tree
 2024-03-13  2:12 UTC  (7+ messages)

[PATCH v2 5/9] PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loop
 2024-03-13  2:11 UTC  (2+ messages)

[PATCH] drm/xe/xe_tracer: Align fence output format in ftrace log
 2024-03-13  2:10 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe/xe_tracer: Align fence output format in ftrace log (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] drm/amdgpu: Skip virt_exchange_init on SDMA poison consumption
 2024-03-13  2:08 UTC 

[PATCH v2 0/6] drm/i915: cleanup dead code
 2024-03-13  2:08 UTC  (3+ messages)
` [PATCH v2 3/6] drm/i915: Stop inheriting IP_VER(12, 50)

MGLRU premature memcg OOM on slow writes
 2024-03-13  2:08 UTC  (9+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-13  2:08 UTC 

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-13  2:07 UTC  (3+ messages)
` [PATCH 1/8] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill

[PATCH] KVM: x86/mmu: treat WC memory as MMIO
 2024-03-13  2:01 UTC  (5+ messages)

[PATCH v2] mm/migrate: put dest folio on deferred split list if source was there
 2024-03-13  2:07 UTC  (9+ messages)

NFSv4.2 ACL inheritance, examples, and who does do it?
 2024-03-13  2:02 UTC  (2+ messages)

[PATCH v5 net 0/2] tcp/rds: Fix use-after-free around kernel TCP reqsk
 2024-03-13  2:02 UTC  (4+ messages)

[PATCH] wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
 2024-03-13  2:00 UTC  (3+ messages)

[PATCH v2 1/2] ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
 2024-03-13  1:58 UTC  (4+ messages)
` [PATCH v3 0/2] ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" and "add new YC platform variant (0x63) support"
  ` [PATCH v3 1/2] ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
  ` [PATCH v3 2/2] ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"

[PATCHI] Bluetooth: btusb: Add return error code
 2024-03-13  1:59 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-13  1:58 UTC 

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-13  1:53 UTC  (10+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[PATCH v2] f2fs: prevent writing without fallocate() for pinned files
 2024-03-13  1:51 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v3] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
 2024-03-13  1:50 UTC  (2+ messages)

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-03-13  1:18 UTC  (7+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[BUG] kmsan: instrumentation recursion problems
 2024-03-13  1:41 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-13  1:48 UTC 

[v1, 0/6] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-03-13  1:47 UTC  (7+ messages)
` [v1, 2/6] riscv: smp: fail booting up smp if inconsistent vlen is detected
` [v1, 5/6] riscv: hwprobe: add zve Vector subextesnions into hwprobe interface

[PATCH 1/2] linux-yocto: put COMPATIBLE_MACHINE first
 2024-03-13  1:47 UTC  (4+ messages)
` [PATCH 2/2] linux-yocto: implicitly track oe-core's kernel version for genericarm64
  ` [poky] "
` [poky] [PATCH 1/2] linux-yocto: put COMPATIBLE_MACHINE first

[PATCH] sched/debug: Correctly print the title fields of runnable tasks
 2024-03-13  1:43 UTC 

[PATCH i-g-t v3 0/2] Add GT IP version query support
 2024-03-13  1:42 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Add GT IP version query support (rev3)

[GIT PULL] Modules changes for v6.9-rc1
 2024-03-13  1:38 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-13  1:38 UTC 

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-13  1:34 UTC  (9+ messages)
` [PATCH v4 3/6] mm: swap: Simplify struct percpu_cluster
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders

[sailus-media-tree:ipu6] BUILD SUCCESS 7bed34c0405b11bac9751a8e7d619dcc5d5db2bb
 2024-03-13  1:34 UTC 

[PATCH v3 nf-next 1/2] netfilter: nf_tables: use struct nlattr * to store userdata for nft_table
 2024-03-13  1:35 UTC  (9+ messages)
` [PATCH v3 nf-next 2/2] netfilter: nf_tables: support updating "

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-13  1:35 UTC  (6+ messages)
` [PATCH v5 22/24] xfs: make scrub aware of verity dinode flag

[PATCH] ocfs2: improve write IO performance when fragmentation is high
 2024-03-13  1:34 UTC  (3+ messages)

[PATCH] f2fs: support .shutdown in f2fs_sops
 2024-03-13  1:33 UTC  (4+ messages)
  ` [f2fs-dev] "

[PATCH] f2fs: fix to return EIO when reading after device removal
 2024-03-13  1:32 UTC  (7+ messages)
    ` [f2fs-dev] "

[LSF/MM/BPF TOPIC] faster uprobes
 2024-03-13  1:32 UTC  (8+ messages)

[PATCH] arm64: dts: qcom: sm8350: Add interconnects to UFS
 2024-03-13  1:32 UTC 

[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
 2024-03-13  1:31 UTC  (7+ messages)

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in f2fs_filemap_fault
 2024-03-13  1:31 UTC  (5+ messages)
    ` [f2fs-dev] "

[PATCH 1/7] docs: driver-api: parport-lowlevel: clarify purpose of PARPORT_MODE_PCSPP
 2024-03-13  1:30 UTC  (7+ messages)
` [PATCH 2/7] usb: serial: mos7720: don't advertise PARPORT_MODE_PCSPP
` [PATCH 4/7] usb: misc: uss720: point pp->dev to usbdev->dev

[PATCH V2 2/2] f2fs: fix to handle error paths of {new,change}_curseg()
 2024-03-13  1:30 UTC  (3+ messages)
` [f2fs-dev] [PATCH V2 2/2] f2fs: fix to handle error paths of {new, change}_curseg()

[PATCH V2 1/2] f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks
 2024-03-13  1:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] f2fs: zone: fix to remove pow2 check condition for zoned block device
 2024-03-13  1:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2 0/8] Enable LNL display
 2024-03-13  1:30 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Enable LNL display (rev2)

[f2fs-dev] Patchwork summary for: f2fs
 2024-03-13  1:30 UTC 

[PATCH 1/2] f2fs: prevent atomic write on pinned file
 2024-03-13  1:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2] f2fs: fix to truncate meta inode pages forcely
 2024-03-13  1:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH for-9.1 00/15] tcg: Canonicalize operations during optimize
 2024-03-13  1:29 UTC  (3+ messages)
` [PATCH 01/15] tcg/optimize: Fold andc with immediate to and

[PATCH v3 0/2] update SM4450 pinctrl document
 2024-03-13  1:30 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: update compatible name for match with driver

[PATCH] filemap: replace pte_offset_map() with pte_offset_map_nolock()
 2024-03-13  1:29 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-13  1:28 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.