All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-30 20:50:07 to 2022-12-30 22:44:26 UTC [more...]

[PATCH 1/2] riscv: errata: fix T-Head dcache.cva encoding
 2022-12-30 22:12 UTC  (4+ messages)

[NYE DELUGE 1/4] xfs: all pending online scrub improvements
 2022-12-30 22:13 UTC  (81+ messages)
` [PATCHSET v24.0 00/14] xfs: design documentation for online fsck
  ` [PATCH 02/14] xfs: document the general theory underlying online fsck design
  ` [PATCH 01/14] xfs: document the motivation for "
  ` [PATCH 03/14] xfs: document the testing plan for online fsck
  ` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
  ` [PATCH 07/14] xfs: document pageable kernel memory
  ` [PATCH 08/14] xfs: document btree bulk loading
  ` [PATCH 04/14] xfs: document the user interface for online fsck
  ` [PATCH 09/14] xfs: document online file metadata repair code
  ` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
  ` [PATCH 13/14] xfs: document the userspace fsck driver program
  ` [PATCH 10/14] xfs: document full filesystem scans for online fsck
  ` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH 14/14] xfs: document future directions of online fsck
  ` [PATCH 11/14] xfs: document metadata file repair
` [PATCHSET v24.0 0/8] xfs: variable and naming cleanups for intent items
  ` [PATCH 1/8] xfs: pass the xfs_bmbt_irec directly through the log intent code
  ` [PATCH 2/8] xfs: fix confusing variable names in xfs_bmap_item.c
  ` [PATCH 8/8] xfs: fix confusing variable names in xfs_refcount_item.c
  ` [PATCH 3/8] xfs: pass xfs_extent_free_item directly through the log intent code
  ` [PATCH 5/8] xfs: pass rmap space mapping "
  ` [PATCH 6/8] xfs: fix confusing variable names in xfs_rmap_item.c
  ` [PATCH 4/8] xfs: fix confusing xfs_extent_item variable names
  ` [PATCH 7/8] xfs: pass refcount intent directly through the log intent code
` [PATCHSET v24.0 0/5] xfs: make intent items take a perag reference
  ` [PATCH 1/5] xfs: give xfs_bmap_intent its own "
  ` [PATCH 5/5] xfs: give xfs_refcount_intent "
  ` [PATCH 2/5] xfs: pass per-ag references to xfs_free_extent
  ` [PATCH 3/5] xfs: give xfs_extfree_intent its own perag reference
  ` [PATCH 4/5] xfs: give xfs_rmap_intent "
` [PATCHSET v24.0 0/1] xfs: pass perag references around when possible
  ` [PATCH 1/1] xfs: create a function to duplicate an active perag reference
` [PATCHSET v24.0 0/5] xfs: drain deferred work items when scrubbing
  ` [PATCH 3/5] xfs: clean up scrub context if scrub setup returns -EDEADLOCK
  ` [PATCH 2/5] xfs: allow queued AG intents to drain before scrubbing
  ` [PATCH 1/5] xfs: add a tracepoint to report incorrect extent refcounts
  ` [PATCH 4/5] xfs: minimize overhead of drain wakeups by using jump labels
  ` [PATCH 5/5] xfs: scrub should use ECHRNG to signal that the drain is needed
` [PATCHSET v24.0 0/8] xfs: standardize btree record checking code
  ` [PATCH 2/8] xfs: standardize ondisk to incore conversion for inode btrees
  ` [PATCH 4/8] xfs: return a failure address from xfs_rmap_irec_offset_unpack
  ` [PATCH 1/8] xfs: standardize ondisk to incore conversion for free space btrees
  ` [PATCH 3/8] xfs: standardize ondisk to incore conversion for refcount btrees
  ` [PATCH 6/8] xfs: standardize ondisk to incore conversion for bmap btrees
  ` [PATCH 7/8] xfs: complain about bad records in query_range helpers
  ` [PATCH 8/8] xfs: complain about bad file mapping records in the ondisk bmbt
  ` [PATCH 5/8] xfs: standardize ondisk to incore conversion for rmap btrees
` [PATCHSET v24.0 0/3] xfs: hoist scrub record checks into libxfs
  ` [PATCH 2/3] xfs: hoist rmap record flag checks from scrub
  ` [PATCH 3/3] xfs: hoist inode record alignment "
  ` [PATCH 1/3] xfs: hoist rmap record flag "
` [PATCHSET v24.0 0/2] xfs: fix rmap btree key flag handling
  ` [PATCH 1/2] xfs: fix rm_offset flag handling in rmap keys
  ` [PATCH 2/2] xfs: detect unwritten bit set in rmapbt node block keys
` [PATCHSET v24.0 0/2] xfs: enhance btree key scrubbing
  ` [PATCH 2/2] xfs: always scrub record/key order of interior records
  ` [PATCH 1/2] xfs: check btree keys reflect the child block
` [PATCHSET v24.0 0/6] xfs: detect incorrect gaps in refcount btree
  ` [PATCH 2/6] xfs: refactor ->diff_two_keys callsites
  ` [PATCH 3/6] xfs: replace xfs_btree_has_record with a general keyspace scanner
  ` [PATCH 1/6] xfs: refactor converting btree irec to btree key
  ` [PATCH 5/6] xfs: check the reference counts of gaps in the refcount btree
  ` [PATCH 4/6] xfs: implement masked btree key comparisons for _has_records scans
  ` [PATCH 6/6] xfs: ensure that all metadata and data blocks are not cow staging extents
` [PATCHSET v24.0 0/4] xfs: detect incorrect gaps in inode btree
  ` [PATCH 1/4] xfs: remove pointless shadow variable from xfs_difree_inobt
  ` [PATCH 2/4] xfs: clean up broken eearly-exit code in the inode btree scrubber
  ` [PATCH 4/4] xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
  ` [PATCH 3/4] xfs: directly cross-reference the inode btrees with each other
` [PATCHSET v24.0 0/2] xfs: detect incorrect gaps in rmap btree
` [PATCHSET v24.0 0/4] xfs: fix iget/irele usage in online fsck
` [PATCHSET v24.0 0/3] xfs: fix iget usage in directory scrub
` [PATCHSET v24.0 0/6] xfs: detect mergeable and overlapping btree records
` [PATCHSET v24.0 00/11] xfs: clean up memory management in xattr scrub
` [PATCHSET v24.0 0/3] xfs: rework online fsck incore bitmap
` [PATCHSET v24.0 0/5] xfs: strengthen rmapbt scrubbing
` [PATCHSET v24.0 0/4] xfs: fix rmap btree key flag handling
` [PATCHSET v24.0 00/16] fstests: refactor online fsck stress tests
` [PATCHSET v24.0 0/3] fstests: refactor GETFSMAP "
` [PATCHSET v24.0 0/2] fstests: race online scrub with mount state changes

[PATCH v6 0/7] Add minimal MT8365 and MT8365-EVK support
 2022-12-30 22:39 UTC  (9+ messages)
` [PATCH v6 1/7] dt-bindings: arm64: dts: mediatek: Add mt8365-evk board
` [PATCH v6 2/7] dt-bindings: irq: mtk, sysirq: add support for mt8365
` [PATCH v6 3/7] dt-bindings: mfd: syscon: Add mt8365-syscfg
` [PATCH v6 4/7] dt-bindings: pinctrl: add bindings for Mediatek MT8365 SoC
` [PATCH v6 5/7] dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindings
` [PATCH v6 7/7] arm64: dts: mediatek: Initial mt8365-evk support

RTT-PROBE: lore-subspace-rtt
 2022-12-30 22:41 UTC 

[PATCH v2 0/4] SDM670 Interconnects
 2022-12-30 22:40 UTC  (3+ messages)
` [PATCH v2 2/4] interconnect: qcom: add sdm670 interconnects

[PATCH net] net: ipa: use proper endpoint mask for suspend
 2022-12-30 22:33 UTC 

[PATCH] fs/cramfs: Convert kmap() to kmap_local_data()
 2022-12-30 22:31 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-12-30 22:31 UTC 

On time64 and Large File Support
 2022-12-30 22:20 UTC  (12+ messages)

[PATCH v3 0/3] Add support for UFS Event Specific Interrupt
 2022-12-30 22:26 UTC  (2+ messages)

[PATCH v11 00/16] Add Multi Circular Queue Support
 2022-12-30 22:25 UTC  (2+ messages)

L_PTE_MT_BUFFERABLE / device ordered memory
 2022-12-30 22:23 UTC 

[PATCH blktests] dm: add a regression test
 2022-12-30 22:24 UTC  (2+ messages)

[PATCH] usb: storage: de-quirk Seagate Expansion Portable Drive SRD00F1 [0bc2:2320]
 2022-12-30 22:21 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-12-30 22:21 UTC 

[PATCH] crypto: ccp - Limit memory allocation in SEV_GET_ID2 ioctl
 2022-12-30 22:18 UTC  (6+ messages)
        ` [patch] crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2

[PATCH RFT] hwmon: (nct6755) Add support for NCT6799D
 2022-12-30 22:13 UTC  (5+ messages)

[PATCH 1/4] wiphy: add wiphy_get_frequency_info_list
 2022-12-30 22:12 UTC  (4+ messages)
` [PATCH 2/4] band: add tx_power to frequency info attributes
` [PATCH 3/4] nl80211util: parse TX power in frequency attributes
` [PATCH 4/4] ap: support setting country IE

[PATCH 2/2] drm/amdgpu: add AMDGPU_INFO_VM_STAT to return GPU VM
 2022-12-30 22:10 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-12-30 22:11 UTC 

[PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
 2022-12-30 22:10 UTC  (13+ messages)

[PATCH 1/2] drm/amdgpu: return the PCIe gen and lanes from the INFO
 2022-12-30 22:07 UTC 

[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
 2022-12-30 22:07 UTC  (3+ messages)
  ` [PATCH qemu v3] "

[meta-networking][PATCH 1/2] vsftpd_3.0.5.bb: Define _LARGEFILE64_SOURCE on musl
 2022-12-30 22:05 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] mozjs-102: Disable mozilla stackwalk "

[PATCH 0/3] COPY_ARRAY, MOVE_ARRAY, DUP_ARRAY
 2022-12-30 22:03 UTC  (4+ messages)
` [PATCH 1/3] do full type check in COPY_ARRAY and MOVE_ARRAY
` [PATCH 2/3] add DUP_ARRAY
` [PATCH 3/3] use DUP_ARRAY

+ ksm-count-zero-pages-for-each-process.patch added to mm-unstable branch
 2022-12-30 22:01 UTC 

+ ksm-support-unsharing-zero-pages-placed-by-ksm.patch added to mm-unstable branch
 2022-12-30 22:01 UTC 

+ selftest-add-testing-unsharing-and-counting-ksm-zero-page.patch added to mm-unstable branch
 2022-12-30 22:01 UTC 

+ ksm-count-all-zero-pages-placed-by-ksm.patch added to mm-unstable branch
 2022-12-30 22:01 UTC 

+ ksm-add-zero_pages_sharing-documentation.patch added to mm-unstable branch
 2022-12-30 22:01 UTC 

+ ksm-abstract-the-function-try_to_get_old_rmap_item.patch added to mm-unstable branch
 2022-12-30 22:01 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-12-30 22:01 UTC 

[PATCH 1/2] mm: add vma_has_locality()
 2022-12-30 21:59 UTC  (5+ messages)

[RFC] Catch dwmw2's deadlock
 2022-12-30 21:58 UTC  (3+ messages)

[PATCH v5 2/2] sched: Use kfree_rcu() in do_set_cpus_allowed()
 2022-12-30 21:53 UTC  (2+ messages)

[akpm-mm:mm-unstable 116/146] vmlinux.o: warning: objtool: ___ksymtab_gpl+_RINvNtCs3yuwAp0waWO_4core10intrinsics17const_eval_selectuNvNvB2_11write_bytes8comptimeNCIBV_NtNtCs3XUU1alqrUZ_8bindings12bindings_raw16hlist_nulls_headE0uEB1w_+0x0: data relocation to !ENDBR: _RINvNtCs3yuwAp0wa
 2022-12-30 21:53 UTC 

[PATCH] HID: sony: Fix division by zero
 2022-12-30 21:53 UTC  (8+ messages)

[PATCH mm-unstable v2 1/2] mm: add vma_has_recency()
 2022-12-30 21:52 UTC  (2+ messages)
` [PATCH mm-unstable v2 2/2] mm: support POSIX_FADV_NOREUSE

+ mm-damon-vaddr-convert-hugetlb-related-functions-to-use-a-folio.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

+ mm-damon-vaddr-convert-damon_young_pmd_entry-to-use-a-folio.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

+ mm-damon-remove-unneeded-damon_get_page.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

+ mm-damon-paddr-convert-damon_pa_-to-use-a-folio.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

+ mm-damon-introduce-damon_get_folio.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

+ mm-damon-convert-damon_ptep-pmdp_mkold-to-use-a-folio.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

+ mm-page_idle-convert-page-idle-to-use-a-folio.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

+ mm-memcg-add-folio_memcg_check.patch added to mm-unstable branch
 2022-12-30 21:52 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-12-30 21:51 UTC 

[Question] Unlinking original file of bind mounted file
 2022-12-30 21:51 UTC  (4+ messages)
    ` Fwd: "

[PATCH v5 0/4] ufs: core: Always read the descriptors with max length
 2022-12-30 21:50 UTC  (2+ messages)

[PATCH] Add example to rand.3
 2022-12-30 21:50 UTC  (12+ messages)
                  ` Internal organization of "the implementation" (was: [PATCH] Add example to rand.3)

[BUG] fatal: transport 'file' not allowed during submodule add
 2022-12-30 21:48 UTC  (8+ messages)

[PATCH v2] mm: huge_memory: convert split_huge_pages_all() to use a folio
 2022-12-30 21:45 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-12-30 21:41 UTC 

+ proc-mark-proc-cmdline-as-permanent.patch added to mm-nonmm-unstable branch
 2022-12-30 21:38 UTC 

[PATCH] crypto/qat: fix build
 2022-12-30 21:38 UTC  (2+ messages)

[PATCH] scripts/gdb: add mm introspection utils
 2022-12-30 21:37 UTC  (2+ messages)

[PATCH v2 1/4] gpio: pca953x: avoid to use uninitialized value pinctrl
 2022-12-30 21:36 UTC  (4+ messages)

[meta-oe][PATCH] ostree: Upgrade 2022.5 -> 2022.7
 2022-12-30 21:35 UTC  (2+ messages)
` [oe] "

+ scripts-gdb-add-mm-introspection-utils.patch added to mm-nonmm-unstable branch
 2022-12-30 21:35 UTC 

[zen:6.1/prjc 290/336] kernel/sched/smp.h:14:20: error: redefinition of 'flush_smp_call_function_queue'
 2022-12-30 21:33 UTC 

Is It Possible to RX/Process/TX packets concurrently with AF_XDP?
 2022-12-30 21:31 UTC  (9+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-12-30 21:31 UTC 

[PATCH v5 0/3] Prepare for upstreaming Pixel 6 and 7 UFS support
 2022-12-30 21:24 UTC  (2+ messages)

drivers/gpu/drm/nouveau/nvkm/engine/gr/gv100.c:263 gv100_gr_oneinit_sm_id() warn: potentially one past the end of array 'gpc_tpc_mask[gpc_table[gtpc]]'
 2022-12-30 21:23 UTC 

linux-next: Tree for Dec 30
 2022-12-30 21:21 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-12-30 21:21 UTC 

[PATCH v3 0/7] Add video damage tracking
 2022-12-30 21:20 UTC  (6+ messages)
` [PATCH v3 1/7] dm: video: Add damage tracking API
` [PATCH v3 6/7] video: Only dcache flush damaged lines

[PATCH] checkpatch: Ignore ETHTOOL_LINK_MODE_ enum values
 2022-12-30 21:15 UTC  (3+ messages)

[PATCH] musl: Update to latest on tip of trunk
 2022-12-30 21:14 UTC  (3+ messages)
` [OE-core] "

[NYE DELUGE 4/4] xfs: freespace defrag for online shrink
 2022-12-30 21:14 UTC 

[NYE DELUGE 3/4] xfs: modernize the realtime volume
 2022-12-30 21:14 UTC 

[NYE DELUGE 2/4] xfs: online repair in its entirety
 2022-12-30 21:14 UTC 

[RFC] fs-verity and encryption for EROFS
 2022-12-30 21:13 UTC  (3+ messages)

[PATCH 0/4] scsi: ufs: ufs-qcom: Debug clean ups
 2022-12-30 21:12 UTC  (2+ messages)

[PATCH] vulkan-samples: Do not use LFS64 APIs in spdlog
 2022-12-30 21:12 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-12-30 21:11 UTC 

[PATCH 6.1 0000/1140] 6.1.2-rc2 review
 2022-12-30 21:08 UTC  (2+ messages)

[linux-5.4 test] 175531: trouble: blocked/broken/fail/pass
 2022-12-30 21:05 UTC 

[PATCH v3 0/7] UFS Advanced RPMB
 2022-12-30 21:05 UTC  (2+ messages)

[PATCH v4 0/5] scsi: libsas: Some coding style fixes and cleanups
 2022-12-30 21:05 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 0/1] drm/i915/dmc: Make firmware loading backwards-compatible
 2022-12-30 21:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dmc: Make firmware loading backwards-compatible (rev4)

RTT-PROBE: lore-subspace-rtt
 2022-12-30 21:01 UTC 

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2022-12-30 21:00 UTC  (11+ messages)
        ` bpf helpers freeze. Was: "

[PATCH 6.0 0000/1066] 6.0.16-rc2 review
 2022-12-30 20:58 UTC  (2+ messages)

[PATCH] doc: fix dependency setup in l2fwd-cat example guide
 2022-12-30 20:57 UTC 

[jimc:hf-5g 26/34] lib/dynamic_debug.c:1255:6: warning: variable 'totct' set but not used
 2022-12-30 20:53 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-12-30 20:51 UTC 

[PATCH net-next 0/2] net: ipa: enable IPA v4.7 support
 2022-12-30 20:50 UTC  (3+ messages)
  ` [PATCH net-next 1/2] dt-bindings: net: qcom,ipa: Add SM6350 compatible


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.