All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-13 00:57:05 to 2024-03-13 02:07:37 UTC [more...]

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-13  2:07 UTC  (9+ messages)
` [PATCH 1/8] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill
` [PATCH 6/8] mm/memory-failure: Convert memory_failure() to use a folio

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

[PATCHBOMB] xfsprogs: everything headed towards 6.8
 2024-03-13  2:07 UTC  (79+ 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
` [PATCHSET 03/10] xfs_repair: faster btree bulkloading
` [PATCHSET 04/10] xfsprogs: bug fixes for 6.8
` [PATCHSET V2 05/10] xfsprogs: fix log sector size detection
` [PATCHSET 06/10] mkfs: scale shards on ssds
` [PATCHSET v29.4 07/10] xfs_scrub: scan metadata files in parallel
` [PATCHSET v29.4 08/10] xfs_repair: rebuild inode fork mappings
` [PATCHSET 09/10] xfs_repair: support more than 4 billion records
` [PATCHSET v29.4 10/10] libxfs: prepare to sync with 6.9

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

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

linux-next: build failure after merge of the crypto tree
 2024-03-13  2:04 UTC  (6+ 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 

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

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

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

[PATCH] lib: sbi: Remove gva from struct sbi_trap_info
 2024-03-13  1:48 UTC 

[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)

[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 

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-13  1:34 UTC  (13+ 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)

[f2fs-dev] [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)

[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)

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

[PATCH 1/7] docs: driver-api: parport-lowlevel: clarify purpose of PARPORT_MODE_PCSPP
 2024-03-13  1:30 UTC  (13+ 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 6/7] usb: misc: uss720: add support for another variant of the Belkin F5U002

[f2fs-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 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)

[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 

[f2fs-dev] [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)

[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 

Separating xe_vma- and page-table state
 2024-03-13  1:27 UTC  (3+ messages)

[PATCH v2 00/15] Fair scheduling deadline server fixes
 2024-03-13  1:24 UTC  (16+ messages)
` [PATCH v2 01/15] sched/core: Add clearing of ->dl_server in put_prev_task_balance()
` [PATCH v2 02/15] sched/core: Clear prev->dl_server in CFS pick fast path
` [PATCH v2 03/15] sched/core: Fix priority checking for DL server picks
` [PATCH v2 04/15] sched/core: Fix picking of tasks for core scheduling with DL server
` [PATCH v2 05/15] sched/debug: Use unsigned long for cpu variable to prevent cast errors
` [PATCH v2 06/15] sched: server: Don't start hrtick for DL server tasks
` [PATCH v2 07/15] selftests/sched: Add a test to verify that DL server works with core scheduling
` [PATCH v2 08/15] selftests/sched: Migrate cs_prctl_test to kselfttest
` [PATCH v2 09/15] admin-guide/hw-vuln: Correct prctl() argument description
` [PATCH v2 10/15] sched: Fix build error in "sched/rt: Remove default bandwidth control"
` [PATCH v2 11/15] sched/deadline: Mark DL server as unthrottled before enqueue
` [PATCH v2 12/15] sched/deadline: Reverse args to dl_time_before in replenish
` [PATCH v2 13/15] sched/deadline: Make start_dl_timer callers more robust
` [PATCH v2 14/15] sched/deadline: Do not restart the DL server on replenish from timer
` [PATCH v2 15/15] sched/deadline: Always start a new period if CFS exceeded DL runtime

[PATCH] kdb: Fix the deadlock issue in KDB debugging
 2024-03-13  1:22 UTC  (9+ messages)
  ` 答复: "
      ` 答复: "
          ` 答复: "
              ` 答复: "

RFCv2: fix fatal signal handling in __blkdev_issue_discard
 2024-03-13  1:22 UTC  (5+ messages)
` [PATCH 1/5] block: move discard checks into the ioctl handler

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-03-13  1:20 UTC  (9+ messages)

[dhowells-fs:cifs-netfs] [cifs] 7de1bab771: filebench.sum_operations/s -98.5% regression
 2024-03-13  1:19 UTC 

[PATCH] drm/i915/opregion: add intel_opregion_vbt_present() stub for ACPI=n
 2024-03-13  1:18 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v15 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-03-13  1:15 UTC  (5+ messages)
` [PATCH v15 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver "
  ` [EXT] "

[PATCH] imx8m*_venice: move venice to OF_UPSTREAM
 2024-03-13  1:16 UTC  (2+ messages)

[PATCH v3 0/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008
 2024-03-13  1:14 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH v6] platform/x86: add lenovo wmi camera button driver
 2024-03-13  1:13 UTC 

[PATCH v1] module.h: define __symbol_get_gpl() as a regular __symbol_get()
 2024-03-13  1:12 UTC  (7+ messages)

[PATCH] riscv: hwprobe: export highest virtual userspace address
 2024-03-13  1:11 UTC  (3+ messages)

[GIT PULL] bcachefs updates for 6.9
 2024-03-13  1:10 UTC 

[GIT PULL] Networking for v6.9
 2024-03-13  1:10 UTC  (3+ messages)

[PATCH 0/7] reftable: memory optimizations for reflog iteration
 2024-03-13  1:09 UTC  (3+ messages)
` [PATCH 3/7] reftable/record: avoid copying author info

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-12 23:02 UTC  (3+ messages)
` [PATCH v5 15/65] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES

[PATCH 0/3] drm/msm/dp: Improve DP AUX transfer vs. HPD interactions
 2024-03-13  1:07 UTC  (4+ messages)
` [PATCH 1/3] drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected

[RFC PATCH] mailsplit: add option to extract PATCH M/N numbers
 2024-03-13  0:58 UTC 

[PATCH] apalis-imx8: Fix sc_misc_otp_fuse_read() error check
 2024-03-13  0:59 UTC 

[PATCH v2 0/8] Setting live video input format for ZynqMP DPSUB
 2024-03-13  0:55 UTC  (2+ messages)
` [PATCH v2 8/8] drm: xlnx: Intoduce TPG CRTC driver


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.