All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-03 18:48:29 to 2024-06-03 19:16:29 UTC [more...]

[PATCH 0/5] OpenSSL PMD Optimisations
 2024-06-03 18:59 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] crypto/openssl: per-qp cipher context clones
  ` [PATCH v2 5/5] crypto/openssl: only set cipher padding once

[PATCHBOMB] xfsprogs: catch us up to 6.9 (final)
 2024-06-03 19:16 UTC  (107+ messages)
` [PATCHSET v30.5 01/10] 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 v30.5 02/10] libxfs: sync with 6.9
  ` [PATCH 001/111] xfs: convert kmem_zalloc() to kzalloc()
  ` [PATCH 002/111] xfs: convert kmem_alloc() to kmalloc()
  ` [PATCH 003/111] xfs: convert remaining kmem_free() to kfree()
  ` [PATCH 004/111] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
  ` [PATCH 005/111] xfs: use GFP_KERNEL in pure transaction contexts
  ` [PATCH 006/111] xfs: clean up remaining GFP_NOFS users
  ` [PATCH 007/111] xfs: use xfs_defer_alloc a bit more
  ` [PATCH 008/111] xfs: Replace xfs_isilocked with xfs_assert_ilocked
  ` [PATCH 009/111] xfs: create a static name for the dot entry too
  ` [PATCH 010/111] xfs: create a predicate to determine if two xfs_names are the same
  ` [PATCH 011/111] xfs: create a macro for decoding ftypes in tracepoints
  ` [PATCH 012/111] xfs: report the health of quota counts
  ` [PATCH 013/111] xfs: implement live quotacheck inode scan
  ` [PATCH 014/111] xfs: report health of inode link counts
  ` [PATCH 015/111] xfs: teach scrub to check file nlinks
  ` [PATCH 016/111] xfs: separate the marking of sick and checked metadata
  ` [PATCH 017/111] xfs: report fs corruption errors to the health tracking system
  ` [PATCH 018/111] xfs: report ag header "
  ` [PATCH 019/111] xfs: report block map "
  ` [PATCH 020/111] xfs: report btree block corruption errors to the health system
  ` [PATCH 021/111] xfs: report dir/attr "
  ` [PATCH 022/111] xfs: report inode "
  ` [PATCH 023/111] xfs: report realtime metadata "
  ` [PATCH 024/111] xfs: report XFS_IS_CORRUPT "
  ` [PATCH 025/111] xfs: add secondary and indirect classes to the health tracking system
  ` [PATCH 026/111] xfs: remember sick inodes that get inactivated
  ` [PATCH 027/111] xfs: update health status if we get a clean bill of health
  ` [PATCH 028/111] xfs: consolidate btree block freeing tracepoints
  ` [PATCH 029/111] xfs: consolidate btree block allocation tracepoints
  ` [PATCH 030/111] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
  ` [PATCH 031/111] xfs: drop XFS_BTREE_CRC_BLOCKS
  ` [PATCH 032/111] xfs: encode the btree geometry flags in the btree ops structure
  ` [PATCH 033/111] xfs: remove bc_ino.flags
  ` [PATCH 034/111] xfs: consolidate the xfs_alloc_lookup_* helpers
  ` [PATCH 035/111] xfs: turn the allocbt cursor active field into a btree flag
  ` [PATCH 036/111] xfs: extern some btree ops structures
  ` [PATCH 037/111] xfs: initialize btree blocks using btree_ops structure
  ` [PATCH 038/111] xfs: rename btree block/buffer init functions
  ` [PATCH 039/111] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
  ` [PATCH 040/111] xfs: remove the unnecessary daddr paramter to _init_block
  ` [PATCH 041/111] xfs: set btree block buffer ops in _init_buf
  ` [PATCH 042/111] xfs: move lru refs to the btree ops structure
  ` [PATCH 043/111] xfs: move the btree stats offset into struct btree_ops
  ` [PATCH 044/111] xfs: factor out a xfs_btree_owner helper
  ` [PATCH 045/111] xfs: factor out a btree block owner check
  ` [PATCH 046/111] xfs: store the btree pointer length in struct xfs_btree_ops
  ` [PATCH 047/111] xfs: split out a btree type from the btree ops geometry flags
  ` [PATCH 048/111] xfs: split the per-btree union in struct xfs_btree_cur
  ` [PATCH 049/111] xfs: create predicate to determine if cursor is at inode root level
  ` [PATCH 050/111] xfs: move comment about two 2 keys per pointer in the rmap btree
  ` [PATCH 051/111] xfs: add a xfs_btree_init_ptr_from_cur
  ` [PATCH 052/111] xfs: don't override bc_ops for staging btrees
  ` [PATCH 053/111] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
  ` [PATCH 054/111] xfs: remove xfs_allocbt_stage_cursor
  ` [PATCH 055/111] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
  ` [PATCH 056/111] xfs: remove xfs_inobt_stage_cursor
  ` [PATCH 057/111] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
  ` [PATCH 058/111] xfs: remove xfs_refcountbt_stage_cursor
  ` [PATCH 059/111] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
  ` [PATCH 060/111] xfs: remove xfs_rmapbt_stage_cursor
  ` [PATCH 061/111] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
  ` [PATCH 062/111] xfs: make staging file forks explicit
  ` [PATCH 063/111] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
  ` [PATCH 064/111] xfs: remove xfs_bmbt_stage_cursor
  ` [PATCH 065/111] xfs: split the agf_roots and agf_levels arrays
  ` [PATCH 066/111] xfs: add a name field to struct xfs_btree_ops
  ` [PATCH 067/111] xfs: add a sick_mask "
  ` [PATCH 068/111] xfs: split xfs_allocbt_init_cursor
  ` [PATCH 069/111] xfs: remove xfs_inobt_cur
  ` [PATCH 070/111] xfs: remove the btnum argument to xfs_inobt_count_blocks
  ` [PATCH 071/111] xfs: split xfs_inobt_insert_sprec
  ` [PATCH 072/111] xfs: split xfs_inobt_init_cursor
  ` [PATCH 073/111] xfs: pass a 'bool is_finobt' to xfs_inobt_insert
  ` [PATCH 074/111] xfs: remove xfs_btnum_t
  ` [PATCH 075/111] xfs: simplify xfs_btree_check_sblock_siblings
  ` [PATCH 076/111] xfs: simplify xfs_btree_check_lblock_siblings
  ` [PATCH 077/111] xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
  ` [PATCH 078/111] xfs: consolidate btree ptr checking
  ` [PATCH 079/111] xfs: misc cleanups for __xfs_btree_check_sblock
  ` [PATCH 080/111] xfs: remove the crc variable in __xfs_btree_check_lblock
  ` [PATCH 081/111] xfs: tighten up validation of root block in inode forks
  ` [PATCH 082/111] xfs: consolidate btree block verification
  ` [PATCH 083/111] xfs: rename btree helpers that depends on the block number representation
  ` [PATCH 084/111] xfs: factor out a __xfs_btree_check_lblock_hdr helper
  ` [PATCH 085/111] xfs: remove xfs_btree_reada_bufl
  ` [PATCH 086/111] xfs: remove xfs_btree_reada_bufs
  ` [PATCH 087/111] xfs: move and rename xfs_btree_read_bufl
  ` [PATCH 088/111] libxfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 089/111] libxfs: add xfile support
  ` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
  ` [PATCH 091/111] xfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 092/111] libxfs: support in-memory buffer cache targets
  ` [PATCH 093/111] xfs: add a xfs_btree_ptrs_equal helper
` [PATCHSET v30.5 03/10] xfsprogs: bmap log intent cleanups
` [PATCHSET v30.5 04/10] xfsprogs: widen BUI formats to support realtime
` [PATCHSET v30.5 05/10] xfs_spaceman: updates for 6.9
` [PATCHSET v30.5 06/10] xfs_scrub: "
` [PATCHSET v30.5 07/10] xfs_repair: minor fixes
` [PATCHSET v30.5 08/10] xfs_repair: use in-memory rmap btrees
` [PATCHSET v30.5 09/10] xfs_repair: reduce refcount repair memory usage
` [PATCHSET v30.5 10/10] mkfs: cleanups for 6.9

[PATCH v3 00/27] misc: Replace sprintf
 2024-06-03 19:15 UTC  (17+ messages)
` [PATCH v3 06/27] hw/mips/malta: Add re-usable rng_seed_hex_new() method
` [PATCH v3 09/27] hw/ide/atapi: Use qemu_hexdump_line to avoid sprintf
` [PATCH v3 10/27] hw/dma/pl330: "
` [PATCH v3 14/27] disas/microblaze: Split out print_immval_addr
` [PATCH v3 15/27] target/microblaze: Re-indent print_insn_microblaze
` [PATCH v3 16/27] disas/microblaze: Merge op->name output into each fprintf
` [PATCH v3 22/27] linux-user/flatload: Replace sprintf() by snprintf()
` [PATCH v3 25/27] hw/riscv/virt: Replace sprintf by g_strdup_printf

[regression] BUG: KASAN: use-after-free in lockdep_register_key+0x755/0x8f0
 2024-06-03 19:14 UTC  (3+ messages)

[PATCH v5 0/3] Rust block device driver API and null block driver
 2024-06-03 19:14 UTC  (4+ messages)
` [PATCH v5 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v5 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH v5 3/3] MAINTAINERS: add entry for Rust block device driver API

[PATCH v1 13/14] mm: memcg: put cgroup v1-related members of task_struct under config option
 2024-06-03 19:13 UTC  (3+ messages)

[XEN PATCH 0/5] address violations of MISRA C rules
 2024-06-03 19:12 UTC  (6+ messages)
` [XEN PATCH 4/5] automation/eclair_analysis: address remaining violations of MISRA C Rule 20.12

[PATCH v2 0/5] platform/chrome: Fix MEC concurrency problems for Framework Laptop
 2024-06-03 19:10 UTC  (7+ messages)
` [PATCH v2 3/5] platform/chrome: cros_ec_lpc: Add a new quirk for ACPI id

[PATCH v2 0/9] drm/msm/dpu: be more friendly to X.org
 2024-06-03 19:08 UTC  (3+ messages)
` [PATCH v2 1/9] drm/msm/dpu: drop dpu_format_check_modified_format

[PATCH] char: add missing MODULE_DESCRIPTION() macros
 2024-06-03 19:08 UTC 

[PATCH] drm/xe/guc: Drop redundant ARAT timer enabling
 2024-06-03 19:07 UTC 

[PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
 2024-06-03 19:07 UTC  (28+ messages)
` [PATCH v3 01/27] function_graph: Convert ret_stack to a series of longs
` [PATCH v3 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v3 03/27] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v3 04/27] function_graph: Allow multiple users to attach to function graph
` [PATCH v3 05/27] function_graph: Handle tail calls for stack unwinding
` [PATCH v3 06/27] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v3 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v3 08/27] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v3 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [PATCH v3 10/27] ftrace: Add subops logic to allow one ops to manage many
` [PATCH v3 11/27] ftrace: Allow subops filtering to be modified
` [PATCH v3 12/27] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer
` [PATCH v3 14/27] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v3 15/27] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v3 16/27] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v3 17/27] function_graph: Move graph depth stored data "
` [PATCH v3 18/27] function_graph: Move graph notrace bit "
` [PATCH v3 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v3 20/27] function_graph: Add selftest for passing local variables
` [PATCH v3 21/27] ftrace: Add multiple fgraph storage selftest
` [PATCH v3 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH v3 23/27] function_graph: Use bitmask to loop on fgraph entry
` [PATCH v3 24/27] function_graph: Use static_call and branch to optimize entry function
` [PATCH v3 25/27] function_graph: Use static_call and branch to optimize return function
` [PATCH v3 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test
` [PATCH v3 27/27] selftests/ftrace: Add fgraph-multi.tc test

[PATCH] drm/xe/guc: Request max GT freq during resume
 2024-06-03 19:06 UTC  (3+ messages)

[PATCH 00/19] Compile with `-Wwrite-strings`
 2024-06-03 19:04 UTC  (5+ messages)
` [PATCH v3 00/27] "
  ` [PATCH v3 15/27] compat/win32: fix const-correctness with string constants

[PATCH v4] Documentation: cve Korean translation
 2024-06-03 19:04 UTC  (2+ messages)

[PATCH 0/5] s390x: Add Full Boot Order Support
 2024-06-03 19:03 UTC  (5+ messages)
` [PATCH 1/5] s390x: Create include files for s390x IPL definitions
` [PATCH 3/5] s390x: Build IPLB chain for multiple boot devices

[chrome-os:chromeos-6.1 5/69] aarch64-linux-ld: tlc_dp_hdcp.c:undefined reference to `tee_shm_get_va'
 2024-06-03 19:03 UTC 

[PATCH net-next 1/2] selftests: openvswitch: fix action formatting
 2024-06-03 19:02 UTC  (4+ messages)
` [PATCH net-next 2/2] selftests: openvswitch: set value to nla flags

[PATCH 0/9] drm/msm/dpu: be more friendly to X.org
 2024-06-03 19:00 UTC  (7+ messages)
` [PATCH 1/9] drm/msm/dpu: drop dpu_format_check_modified_format

[Buildroot] [PATCH] package/open62541: bump to version 1.3.11
 2024-06-03 18:57 UTC 

[PATCH net-next v2 0/9] net: openvswitch: Add sample multicasting
 2024-06-03 18:56 UTC  (10+ messages)
` [PATCH net-next v2 1/9] net: psample: add user cookie
` [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample
` [PATCH net-next v2 3/9] net: psample: skip packet copy if no listeners
` [PATCH net-next v2 4/9] net: psample: allow using rate as probability
` [PATCH net-next v2 5/9] net: openvswitch: add emit_sample action
` [PATCH net-next v2 6/9] net: openvswitch: store sampling probability in cb
` [PATCH net-next v2 7/9] net: openvswitch: do not notify drops inside sample
` [PATCH net-next v2 8/9] selftests: openvswitch: add emit_sample action
` [PATCH net-next v2 9/9] selftests: openvswitch: add emit_sample test

[PATCH] drm/xe: Always check force_wake_get return code
 2024-06-03 18:56 UTC  (2+ messages)

[PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
 2024-06-03 18:56 UTC  (3+ messages)

[Buildroot] [PATCH 00/16] support/download: allow downloading unlocked cargo packages (branch yem/cargo-unchained)
 2024-06-03 18:55 UTC  (9+ messages)
` [Buildroot] [PATCH 14/16] package/pkg-cargo: add support for unlocked packages

[Intel-wired-lan] [PATCH net-next v6 0/7] Support symmetric-xor RSS hash
 2024-06-03 18:54 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH net-next v6 1/7] net: ethtool: pass ethtool_rxfh to get/set_rxfh ethtool ops
            `  "

[PATCH BlueZ v2 1/3] shared/csip: Fix memory leak
 2024-06-03 18:53 UTC  (3+ messages)
` [PATCH BlueZ v2 2/3] shared/gatt-db: Introduce gatt_db_clone
` [PATCH BlueZ v2 3/3] set: Attempt to use existing set gatt-db

[GSoC][PATCH] t/: migrate helper/test-example-decorate to the unit testing framework
 2024-06-03 18:53 UTC  (6+ messages)

[PATCH 1/3] libselinux: free empty scandir(3) result
 2024-06-03 18:51 UTC  (5+ messages)

[PATCH v3 2/4] iommu/io-pgtable-arm: Add read_and_clear_dirty() support
 2024-06-03 18:50 UTC  (13+ messages)

[PATCH 00/14] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-06-03 12:14 UTC  (3+ messages)

[jirislaby:devel 26/27] drivers/char/aaa.o: warning: objtool: unexpected relocation symbol type in .rela.discard.reachable
 2024-06-03 18:50 UTC 

[PATCH v3 6/8] fsverity: improve performance by using multibuffer hashing
 2024-06-03 18:50 UTC  (8+ messages)

[Patch v3] x86/head/64: remove redundant check on level2_kernel_pgt's _PAGE_PRESENT bit
 2024-06-03 18:50 UTC  (2+ messages)

[regresion] Dell's OMSA Systems Management Data Engine stuck after update from 6.8.y to 6.9.y (with bisecting)
 2024-06-03 18:49 UTC  (10+ messages)

[PATCH 1/4] sandbox: do not fail without xmodmap
 2024-06-03 18:48 UTC  (2+ messages)

[PATCH V4 0/2] firmware: arm_scmi: Register and handle limits change notification
 2024-06-03 18:48 UTC  (5+ messages)
` [PATCH V4 2/2] cpufreq: scmi: Register for limit change notifications

[PATCH net v3] rtnetlink: make the "split" NLM_DONE handling generic
 2024-06-03 18:48 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.