All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-17 20:58:51 to 2024-04-17 21:41:06 UTC [more...]

[PATCHBOMB] xfsprogs: catch us up to 6.8, at least
 2024-04-17 21:41 UTC  (100+ messages)
` [PATCHSET 01/11] xfsprogs: packaging fixes for 6.7
  ` [PATCH 1/2] debian: fix package configuration after removing platform_defs.h.in
  ` [PATCH 2/2] libxfs: fix incorrect porting to 6.7
` [PATCHSET 02/11] xfsprogs: minor fixes for 6.7
  ` [PATCH 1/1] mkfs: fix log sunit rounding when external logs are in use
` [PATCHSET 03/11] xfsprogs: convert utilities to use new rt helpers
  ` [PATCH 01/11] xfs_repair: fix confusing rt space units in the duplicate detection code
  ` [PATCH 02/11] libxfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 03/11] libxfs: use helpers to convert rt block numbers to rt extent numbers
  ` [PATCH 04/11] xfs_repair: convert utility to use new rt extent helpers and types
  ` [PATCH 05/11] mkfs: "
  ` [PATCH 06/11] xfs_{db,repair}: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 07/11] xfs_repair: convert helpers for rtbitmap block/wordcount computations
  ` [PATCH 08/11] xfs_{db,repair}: use accessor functions for bitmap words
  ` [PATCH 09/11] xfs_{db,repair}: use helpers for rtsummary block/wordcount computations
  ` [PATCH 10/11] xfs_{db,repair}: use accessor functions for summary info words
  ` [PATCH 11/11] xfs_{db,repair}: use m_blockwsize instead of sb_blocksize for rt blocks
` [PATCHSET 04/11] 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 05/11] 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 06/11] xfsprogs: bug fixes for 6.8
  ` [PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
  ` [PATCH 2/5] xfs_db: improve number extraction 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 V3 07/11] xfsprogs: fix log sector size detection
` [PATCHSET 08/11] mkfs: scale shards on ssds
` [PATCHSET v30.3 09/11] xfs_scrub: scan metadata files in parallel
` [PATCHSET v30.3 10/11] xfs_repair: rebuild inode fork mappings
` [PATCHSET 11/11] xfs_repair: support more than 4 billion records

+ mm-hugetlb-fix-missing-hugetlb_lock-for-resv-uncharge.patch added to mm-hotfixes-unstable branch
 2024-04-17 21:40 UTC 

[PATCH] drm/xe/xe2lpg: Extend Wa_14020338487
 2024-04-17 21:40 UTC  (2+ messages)

[PATCH v1 0/2] Bluetooth: qca: Add tool btattach support for more QCA soc types
 2024-04-17 21:39 UTC  (6+ messages)
` [PATCH v2 0/4] Fix 2 tool btattach issues for QCA controllers
  ` [PATCH v2 3/4] Bluetooth: hci_ldisc: Add a ioctl HCIUARTSETPROTODATA
  ` [PATCH v2 4/4] Bluetooth: qca: Fix wrong soc type returned for tool btattach

+ mm-always-initialise-folio-_deferred_list-fix.patch added to mm-unstable branch
 2024-04-17 21:40 UTC 

[PATCH v1 RESEND] slimbus: stream: Add null pointer check for client functions
 2024-04-17 21:39 UTC  (4+ messages)

[PATCH v4 0/4] Add support for AArch64 AMUv1-based arch_freq_get_on_cpu
 2024-04-17 21:38 UTC  (6+ messages)
` [PATCH v4 4/4] cpufreq: Use arch specific feedback for cpuinfo_cur_freq
      `  "

RTT-PROBE: lore-subspace-rtt
 2024-04-17 21:39 UTC 

[PATCH v3 0/7] KVM: Guest Memory Pre-Population API
 2024-04-17 21:37 UTC  (11+ messages)
` [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate "
` [PATCH 6/7] KVM: x86: Implement kvm_arch_vcpu_map_memory()

[OE-core][kirkstone 0/7] Patch review
 2024-04-17 21:33 UTC  (3+ messages)
` [OE-core][kirkstone 6/7] ppp: Add RSA-MD in LICENSE

[PATCH] drm/i915/dg2: wait for HuC load completion before running selftests
 2024-04-17 21:33 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dg2: wait for HuC load completion before running selftests (rev2)

[syzbot] [mm?] KASAN: slab-use-after-free Read in __vma_reservation_common
 2024-04-17 21:31 UTC  (6+ messages)

[PATCH ethtool-next v2 0/2] Userspace code for ethtool HW TS statistics
 2024-04-17 21:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-17 21:29 UTC 

[PATCH net 0/4] selftests/net/tcp_ao: A bunch of fixes for TCP-AO selftests
 2024-04-17 21:28 UTC  (5+ messages)

Add 'info pg' command to monitor
 2024-04-17 21:26 UTC  (7+ messages)

[PATCH V3 0/5] qcom: x1e80100: Enable CPUFreq
 2024-04-17 21:26 UTC  (3+ messages)
` [PATCH V3 2/5] mailbox: Add support for QTI CPUCP mailbox controller

[Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs
 2024-04-17 21:23 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2 v2] package/linux-firmware: RTL_88XX_BT: remove listing of specific module names

[PATCH 0/3] Add experimental support for Qualcomm SA8155P SoC
 2024-04-17 21:26 UTC  (4+ messages)
` [PATCH 1/3] arm: smmu: allow SMMU to have more IRQs than context banks

[PATCH v2] btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
 2024-04-17 21:19 UTC  (2+ messages)

[master/scarthgap/kirkstone][PATCH] u-boot-ti: deploy initial-env for the main machine
 2024-04-17 21:26 UTC 

[PATCH v4] mm/page_table_check: Support userfault wr-protect entries
 2024-04-17 21:25 UTC 

[PATCH] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-17 21:25 UTC  (6+ messages)

[syzbot] [bpf?] possible deadlock in queue_stack_map_push_elem
 2024-04-17 21:25 UTC 

[PATCH] arm64: dts: rockchip: helios4: Fix USB interface compatible string
 2024-04-17 21:24 UTC  (4+ messages)

+ selftest-mm-mseal-read-only-elf-memory-segment-fix.patch added to mm-unstable branch
 2024-04-17 21:24 UTC 

[PATCH] arm64: dts: rockchip: add wolfvision pf5 visualizer display
 2024-04-17 21:24 UTC  (4+ messages)

DoS/DDoS protection for end nodes
 2024-04-17 21:24 UTC  (3+ messages)

QA notification for completed autobuilder build (yocto-5.0.rc2)
 2024-04-17 21:23 UTC  (4+ messages)
` [qa-build-notification] "
  ` [tsc] "

[PATCH v8 0/2] riscv: rtc: sophgo: add rtc support for CV1800
 2024-04-17 21:23 UTC  (3+ messages)
` [PATCH v8 2/2] rtc: sophgo: add rtc support for Sophgo CV1800 SoC

Early boot regression from f0551af0213 ("x86/topology: Ignore non-present APIC IDs in a present package")
 2024-04-17 21:21 UTC 

[PATCH 0/6] drm/panel: small fixes for visionox and novatek panel drivers
 2024-04-17 21:20 UTC  (3+ messages)
` [PATCH 4/6] drm/panel: novatek-nt36672e: stop calling regulator_set_load manually

[PATCH v1] Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID
 2024-04-17 21:20 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-17 21:19 UTC 

Feedback on my development setup
 2024-04-17 21:18 UTC  (6+ messages)

[PATCH 0/3] mm/hugetlb: Fix missing hugetlb_lock for memcg resv uncharge
 2024-04-17 21:18 UTC  (4+ messages)
` [PATCH 1/3] fixup! mm: always initialise folio->_deferred_list
` [PATCH 2/3] mm/hugetlb: Fix missing hugetlb_lock for resv uncharge
` [PATCH 3/3] mm/hugetlb: Assert hugetlb_lock in __hugetlb_cgroup_commit_charge

[PATCH] Bluetooth: btusb: mediatek: Support auto revert for MT7922
 2024-04-17 21:17 UTC  (2+ messages)

[Buildroot] [PATCH] package/linux-firmware: RTL_88XX_BT: remove listing of specific module names
 2024-04-17 21:16 UTC 

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-17 21:16 UTC  (10+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

+ null-pointer-dereference-while-shrinking-zswap.patch added to mm-hotfixes-unstable branch
 2024-04-17 21:16 UTC 

[wireless:for-next] BUILD SUCCESS bada85a3f584763deadd201147778c3e791d279c
 2024-04-17 21:14 UTC 

[PATCH] drm/amdgpu: remove virt_init_data_exchange from poison consumption handler
 2024-04-17 21:14 UTC  (2+ messages)

[PATCH v2 0/3] LNL GSC FW support
 2024-04-17 21:13 UTC  (4+ messages)
` [PATCH v2 1/3] drm/xe/gsc: define GSCCS for LNL

[sailus-media-tree:master] BUILD SUCCESS eba1e47919b66797eb2479b7a7e39df0473003ce
 2024-04-17 21:13 UTC 

[PATCH i-g-t 0/6] Force joiner support in bigjoiner checks
 2024-04-17 21:13 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for Force joiner support in bigjoiner checks (rev2)
` ✓ CI.xeBAT: success "

docs/misra: add R21.6 R21.14 R21.15 R21.16
 2024-04-17 21:13 UTC  (5+ messages)

[PATCH 1/2] drm/xe/gsc: Turn off GSCCS interrupts when disabling the engine
 2024-04-17 21:12 UTC  (2+ messages)
` [PATCH 2/2] drm/xe/gsc: define GSCCS for LNL

[f2fs-dev] [PATCH] f2fs: assign the write hint per stream by default
 2024-04-17 21:12 UTC  (2+ messages)
`  "

[PATCH] Revert "usb: dwc3: Support EBC feature of DWC_usb31"
 2024-04-17 21:10 UTC  (5+ messages)

[PATCH v3] watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin
 2024-04-17 21:10 UTC  (2+ messages)

[Buildroot] [PATCH] package: linux-firmware: update linux fw bluetooth package for rtl88xx
 2024-04-17 21:10 UTC  (5+ messages)

✗ CI.BAT: failure for series starting with [1/9] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
 2024-04-17 21:10 UTC  (4+ messages)
` ✓ CI.Build: success for drm/xe: Add outer runtime_pm protection to xe_live_ktest@xe_dma_buf
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] gstreamer1.0-plugins-good: Include qttools-native during the build with qt5 PACKAGECONFIG
 2024-04-17 21:09 UTC 

[PATCH net-next] net: phy: link_topology: Don't stub-away the topology creation
 2024-04-17 21:09 UTC  (4+ messages)

[PATCH 1/1] x86/pci: Skip early E820 check for ECAM region
 2024-04-17 21:09 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: rk3588s-orangepi-5: add USB-C support
 2024-04-17 21:09 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-17 21:09 UTC 

[PATCH 0/4] format-patch: fix an option coexistence bug and add new --resend option
 2024-04-17 21:09 UTC  (7+ messages)
` [PATCH 3/4] format-patch: new --resend option for adding "RESEND" to patch subjects

[LSF/MM/BPF TOPIC] Changing how we do file system maintenance
 2024-04-17 21:08 UTC  (3+ messages)

Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11
 2024-04-17 21:08 UTC  (8+ messages)

+ doc-split-bufferrst-out-of-api-summaryrst-fix.patch added to mm-unstable branch
 2024-04-17 21:07 UTC 

[PATCH] rust-target-config: fix feature for vfpv4f16
 2024-04-17 21:06 UTC 

[PATCH 0/2] usb: dwc3: Disable susphy during initialization
 2024-04-17 21:01 UTC  (4+ messages)
` [PATCH 1/2] usb: xhci-plat: Don't include xhci.h

[PATCH] btrfs: initialize delayed inodes xarray without GFP_ATOMIC
 2024-04-17 21:01 UTC  (2+ messages)

[PATCH] reset: reset-rzg2l-usbphy-ctrl: Ensure reset line is asserted in error path
 2024-04-17 20:59 UTC  (3+ messages)

[Buildroot] [PATCH] package/linux-firmware: RTL_88XX_BT: install all binary blobs
 2024-04-17 20:55 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-17 20:59 UTC 

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-17 20:57 UTC  (5+ messages)
` [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB


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.