All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-13 00:15:02 to 2024-12-13 01:16:40 UTC [more...]

[RFC PATCH v2 00/35] Add qapi-domain Sphinx extension
 2024-12-13  1:12 UTC  (14+ messages)
` [RFC PATCH v2 02/35] pylint touchups
` [RFC PATCH v2 03/35] docs/sphinx: create QAPI domain extension stub
` [RFC PATCH v2 04/35] docs/sphinx: add compat.py module and nested_parse helper
` [RFC PATCH v2 05/35] docs/qapi-domain: add qapi:module directive
` [RFC PATCH v2 07/35] docs/qapi-domain: add QAPI index
` [RFC PATCH v2 11/35] docs/qapi-domain: add qapi:command directive
` [RFC PATCH v2 13/35] docs/qapi-domain: add "Arguments:" field lists
` [RFC PATCH v2 15/35] docs/qapi-domain: add "Errors:" "
` [RFC PATCH v2 17/35] docs/qapi-domain: add returns-nodesc
` [RFC PATCH v2 19/35] docs/qapi-domain: add qapi:alternate directive
` [RFC PATCH v2 20/35] docs/qapi-domain: add qapi:event directive
` [RFC PATCH v2 23/35] docs/qapi-domain: add :deprecated: directive option
` [RFC PATCH v2 24/35] docs/qapi-domain: add :unstable: "

[PATCHBOMB 6.14 v6.0] xfs: realtime rmap and reflink
 2024-12-13  1:16 UTC  (77+ messages)
` [PATCHSET v6.0 1/5] xfs: refactor btrees to support records in inode root
  ` [PATCH 1/8] xfs: tidy up xfs_iroot_realloc
  ` [PATCH 2/8] xfs: refactor the inode fork memory allocation functions
  ` [PATCH 3/8] xfs: make xfs_iroot_realloc take the new numrecs instead of deltas
  ` [PATCH 4/8] xfs: make xfs_iroot_realloc a bmap btree function
  ` [PATCH 5/8] xfs: tidy up xfs_bmap_broot_realloc a bit
  ` [PATCH 6/8] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 7/8] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
  ` [PATCH 8/8] xfs: support storing records in the inode core root
` [PATCHSET v6.0 2/5] xfs: enable in-core block reservation for rt metadata
  ` [PATCH 1/2] xfs: prepare to reuse the dquot pointer space in struct xfs_inode
  ` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device
` [PATCHSET v6.0 3/5] xfs: realtime reverse-mapping support
  ` [PATCH 01/37] xfs: add some rtgroup inode helpers
  ` [PATCH 02/37] xfs: prepare rmap btree cursor tracepoints for realtime
  ` [PATCH 03/37] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
  ` [PATCH 04/37] xfs: introduce realtime rmap btree ondisk definitions
  ` [PATCH 05/37] xfs: realtime rmap btree transaction reservations
  ` [PATCH 06/37] xfs: add realtime rmap btree operations
  ` [PATCH 07/37] xfs: prepare rmap functions to deal with rtrmapbt
  ` [PATCH 08/37] xfs: add a realtime flag to the rmap update log redo items
  ` [PATCH 09/37] xfs: support recovering rmap intent items targetting realtime extents
  ` [PATCH 10/37] xfs: pretty print metadata file types in error messages
  ` [PATCH 11/37] xfs: support file data forks containing metadata btrees
  ` [PATCH 12/37] xfs: add realtime reverse map inode to metadata directory
  ` [PATCH 13/37] xfs: add metadata reservations for realtime rmap btrees
  ` [PATCH 14/37] xfs: wire up a new metafile type for the realtime rmap
  ` [PATCH 15/37] xfs: wire up rmap map and unmap to the realtime rmapbt
  ` [PATCH 16/37] xfs: create routine to allocate and initialize a realtime rmap btree inode
  ` [PATCH 17/37] xfs: wire up getfsmap to the realtime reverse mapping btree
  ` [PATCH 18/37] xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
  ` [PATCH 19/37] xfs: report realtime rmap btree corruption errors to the health system
  ` [PATCH 20/37] xfs: allow queued realtime intents to drain before scrubbing
  ` [PATCH 21/37] xfs: scrub the realtime rmapbt
  ` [PATCH 22/37] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
  ` [PATCH 23/37] xfs: cross-reference the realtime rmapbt
  ` [PATCH 24/37] xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
  ` [PATCH 25/37] xfs: scrub the metadir path of rt rmap btree files
  ` [PATCH 26/37] xfs: walk the rt reverse mapping tree when rebuilding rmap
  ` [PATCH 27/37] xfs: online repair of realtime file bmaps
  ` [PATCH 28/37] xfs: repair inodes that have realtime extents
  ` [PATCH 29/37] xfs: repair rmap btree inodes
  ` [PATCH 30/37] xfs: online repair of realtime bitmaps for a realtime group
  ` [PATCH 31/37] xfs: support repairing metadata btrees rooted in metadir inodes
  ` [PATCH 32/37] xfs: online repair of the realtime rmap btree
  ` [PATCH 33/37] xfs: create a shadow rmap btree during realtime rmap repair
  ` [PATCH 34/37] xfs: hook live realtime rmap operations during a repair operation
  ` [PATCH 35/37] xfs: clean up device translation in xfs_dax_notify_failure
  ` [PATCH 36/37] xfs: react to fsdax failure notifications on the rt device
  ` [PATCH 37/37] xfs: enable realtime rmap btree
` [PATCHSET v6.0 4/5] xfs: reflink on the realtime device
  ` [PATCH 01/43] xfs: prepare refcount btree cursor tracepoints for realtime
  ` [PATCH 02/43] xfs: namespace the maximum length/refcount symbols
  ` [PATCH 03/43] xfs: introduce realtime refcount btree ondisk definitions
  ` [PATCH 04/43] xfs: realtime refcount btree transaction reservations
  ` [PATCH 05/43] xfs: add realtime refcount btree operations
  ` [PATCH 06/43] xfs: prepare refcount functions to deal with rtrefcountbt
  ` [PATCH 07/43] xfs: add a realtime flag to the refcount update log redo items
  ` [PATCH 08/43] xfs: support recovering refcount intent items targetting realtime extents
  ` [PATCH 09/43] xfs: add realtime refcount btree block detection to log recovery
  ` [PATCH 10/43] xfs: add realtime refcount btree inode to metadata directory
  ` [PATCH 11/43] xfs: add metadata reservations for realtime refcount btree
  ` [PATCH 12/43] xfs: wire up a new metafile type for the realtime refcount
  ` [PATCH 13/43] xfs: refactor xfs_reflink_find_shared
  ` [PATCH 14/43] xfs: wire up realtime refcount btree cursors
  ` [PATCH 15/43] xfs: create routine to allocate and initialize a realtime refcount btree inode
  ` [PATCH 16/43] xfs: update rmap to allow cow staging extents in the rt rmap
  ` [PATCH 17/43] xfs: compute rtrmap btree max levels when reflink enabled
  ` [PATCH 18/43] xfs: refactor reflink quota updates
  ` [PATCH 19/43] xfs: enable CoW for realtime data
  ` [PATCH 20/43] xfs: enable sharing of realtime file blocks
  ` [PATCH 21/43] xfs: allow inodes to have the realtime and reflink flags
  ` [PATCH 22/43] xfs: recover CoW leftovers in the realtime volume
  ` [PATCH 23/43] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
  ` [PATCH 24/43] xfs: apply rt extent alignment constraints to CoW extsize hint
` [PATCHSET v6.0 5/5] xfs: reflink with large realtime extents

[PATCH v4 0/6] sched_ext: Support high-performance monotonically non-decreasing clock
 2024-12-13  1:16 UTC  (4+ messages)
` [PATCH v4 2/6] sched_ext: Implement scx_rq_clock_update/stale()

+ zram-panic-when-use-ext4-over-zram.patch added to mm-hotfixes-unstable branch
 2024-12-13  1:15 UTC  (3+ messages)

Recall: [PATCH 1/2] drm/amdgpu/nbio7.7: fix IP version check
 2024-12-13  1:15 UTC 

[PATCH] drm/xe: Mark ComputeCS read mode as UC on iGPU
 2024-12-13  1:14 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
 2024-12-13  1:14 UTC  (5+ messages)
` [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension
` [PATCH net-next v4 11/11] bpf: add simple bpf tests in the tx path for so_timstamping feature

[PATCH net] net: dsa: microchip: ksz9477: fix multicast filtering
 2024-12-13  1:14 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu/nbio7.7: fix IP version check
 2024-12-13  1:14 UTC  (2+ messages)

Intel be200 leaving ESR due to low RSSI
 2024-12-13  1:13 UTC  (2+ messages)

[PATCH v3] pinctrl: stm32: Add check for clk_enable()
 2024-12-13  1:11 UTC  (3+ messages)
` [Linux-stm32] "

[PATCH] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present
 2024-12-13  1:11 UTC  (2+ messages)

[PATCH net-next 00/12] mlx5 misc changes 2024-12-11
 2024-12-13  1:11 UTC  (5+ messages)
` [PATCH net-next 10/12] net/mlx5: DR, add support for ConnectX-8 steering

[LTP] [PATCH v4] mmap01: Convert to new API
 2024-12-13  1:08 UTC  (5+ messages)

[LTP] [PATCH v6] mmap01: Convert to new API
 2024-12-13  1:07 UTC 

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2024-12-13  1:06 UTC  (2+ messages)
` [Bug 205089] "

[android-common:android-4.19-stable 11151/30000] drivers/nvmem/core.c:347:5: warning: no previous prototype for function 'nvmem_add_cells'
 2024-12-13  1:05 UTC 

[PATCH] gitlab: Add an rpi to the sjg lab
 2024-12-13  1:05 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Filter modes based on adjusted mode clock
 2024-12-13  1:05 UTC  (2+ messages)

[PATCH v2 00/24] TDX MMU Part 2
 2024-12-13  1:01 UTC  (3+ messages)
` [RFC PATCH 0/2] SEPT SEAMCALL retry proposal

[PATCH v2 00/35] Introduce NS8250 UART emulator
 2024-12-13  1:03 UTC  (7+ messages)
` [PATCH v2 16/35] xen/console: introduce printk_common()

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2024-12-13  1:01 UTC  (5+ messages)

[PATCH bpf-next 00/13] uprobes: Add support to optimize usdt probes on x86_64
 2024-12-13  1:01 UTC  (12+ messages)
` [PATCH bpf-next 01/13] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH bpf-next 02/13] uprobes: Make copy_from_page global
` [PATCH bpf-next 03/13] uprobes: Add nbytes argument to uprobe_write_opcode
` [PATCH bpf-next 04/13] uprobes: Add arch_uprobe_verify_opcode function
` [PATCH bpf-next 05/13] uprobes: Add mapping for optimized uprobe trampolines

[PATCH] cxl: Update Soft Reserved resources upon region creation
 2024-12-13  1:01 UTC  (3+ messages)

[LTP] [PATCH v5] mmap01: Convert to new API
 2024-12-13  1:01 UTC  (2+ messages)

22.11.7 patches review and test
 2024-12-13  1:00 UTC  (2+ messages)

[PATCH RFC rcu] Fix get_state_synchronize_rcu_full() GP-start detection
 2024-12-13  0:59 UTC 

[PATCH v2 0/2] Qcom Geni exit path cleanups
 2024-12-13  0:57 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: qcom-geni: Simplify error handling in probe function

[PATCH v2 0/3] Add a new command in kgdb for vmcoreinfo
 2024-12-13  0:56 UTC  (7+ messages)
` [PATCH v2 1/3] kgdb: Add kgdb_mem2ebin function for converting memory to binary format
` [PATCH v2 2/3] serial: Move LF -> CRLF replacement from serial console to kdb
` [PATCH v2 3/3] kgdb: Add command linux.vmcoreinfo to kgdb

[PATCH 0/4] RTL9300 MDIO driver
 2024-12-13  0:56 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: net: Add Realtek MDIO controller
` [PATCH 4/4] net: mdio: Add RTL9300 MDIO driver

[PATCH] misra: add deviation for MISRA C Rule R11.1
 2024-12-13  0:55 UTC  (5+ messages)

[PATCH v4 0/1] mm: vmascan: retry folios written back while isolated for traditional LRU
 2024-12-13  0:54 UTC  (8+ messages)
` [PATCH v4 1/1] "

[PATCH] xen: address violation of MISRA C Rule 11.1
 2024-12-13  0:53 UTC  (5+ messages)

[PATCH v2 0/8] Add PMU support for single engine busyness
 2024-12-13  0:52 UTC  (4+ messages)
` [PATCH v2 5/8] drm/xe: Add single engine busyness support

[PATCH v8 00/16] fuse: fuse-over-io-uring
 2024-12-13  0:50 UTC  (3+ messages)
` [PATCH v8 07/16] fuse: Make fuse_copy non static

[PATCH v3] erofs-utils: add --hard-dereference option
 2024-12-13  0:49 UTC  (2+ messages)

[PATCH v2] memcg: allow exiting tasks to write back data to swap
 2024-12-13  0:49 UTC  (7+ messages)

[PATCH v2 00/16] perf tools: Use generic syscall scripts for all archs
 2024-12-13  0:33 UTC  (27+ messages)
` [PATCH v2 01/16] perf tools: Create generic syscall table support
` [PATCH v2 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v2 03/16] perf tools: csky: "
` [PATCH v2 04/16] perf tools: arm: Support "
` [PATCH v2 05/16] perf tools: sh: "
` [PATCH v2 06/16] perf tools: sparc: "
` [PATCH v2 07/16] perf tools: xtensa: Support syscall header
` [PATCH v2 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v2 09/16] perf tools: alpha: Support syscall header
` [PATCH v2 10/16] perf tools: parisc: "
` [PATCH v2 11/16] perf tools: arm64: Use syscall table
` [PATCH v2 12/16] perf tools: loongarch: "
` [PATCH v2 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v2 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v2 15/16] perf tools: s390: "
` [PATCH v2 16/16] perf tools: Remove dependency on libaudit

[PATCH v3 00/10] fs: lockless mntns lookup
 2024-12-13  0:42 UTC  (3+ messages)
` [PATCH v3 04/10] rculist: add list_bidir_{del,prev}_rcu()

[PATCH net-next 0/4] vsock/test: Tests for memory leaks
 2024-12-13  0:41 UTC  (3+ messages)

[PATCH] bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs
 2024-12-13  0:41 UTC  (2+ messages)

linux-next: build failure after merge of the erofs-fixes tree
 2024-12-13  0:40 UTC  (2+ messages)

[PATCH v2 0/5] add sof support on imx95
 2024-12-13  0:40 UTC  (5+ messages)
` [PATCH v2 3/5] ASoC: dt-bindings: audio-graph-card2: add widgets and hp-det-gpios support

[PATCH v1 0/7] Client-side OFFLOAD_STATUS implementation
 2024-12-13  0:39 UTC  (3+ messages)
` [PATCH v1 5/7] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation

[PATCH 00/11] GuC changes for flicker-free boot
 2024-12-13  0:36 UTC  (5+ messages)
` [PATCH 10/11] drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early

[openeuler:OLK-5.10 2579/2579] mm/share_pool.c:1215:12: warning: 'spa_stat_show' defined but not used
 2024-12-13  0:35 UTC 

[PATCH] perf script: Fix output type for dynamically allocated core PMU's
 2024-12-13  0:36 UTC 

[PATCH v2] arm64: dts: qcom: Add coresight nodes for QCS8300
 2024-12-13  0:35 UTC  (4+ messages)

[PATCH bpf] selftests/bpf: make BPF_TARGET_ENDIAN non-recursive to speed up *.bpf.o build
 2024-12-13  0:34 UTC  (2+ messages)

[PATCH 0/8] x86, sched: Dynamic ITMT core ranking support and some yak shaving
 2024-12-13  0:33 UTC  (2+ messages)

[PATCH v9 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-12-13  0:32 UTC  (8+ messages)
` [PATCH v9 04/11] drm/xe/devcoredump: Add ASCII85 dump helper function

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Add industrial mezzanine
 2024-12-13  0:31 UTC  (2+ messages)

[RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
 2024-12-13  0:28 UTC  (11+ messages)

[PATCH v3 00/14] drm/msm/dp: perform misc cleanups
 2024-12-13  0:28 UTC  (6+ messages)
` [PATCH v3 09/14] drm/msm/dp: use msm_dp_utils_pack_sdp_header() for audio packets

[PATCH] tests/qtest/sse-timer-test: Add watchdog reset to sse-timer test
 2024-12-13  0:26 UTC 

[PATCH] ASoC: soc-pcm: don't ignore -EINVAL on soc_pcm_ret()
 2024-12-13  0:25 UTC  (3+ messages)

[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2024-12-13  0:21 UTC  (3+ messages)
` [PATCH 2/4] platform/x86: wmi-bmof: Switch to sysfs_bin_attr_simple_read()

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-13  0:18 UTC  (9+ messages)
` [PATCH v2 15/22] wifi: ath12k: add BDF address in hardware parameter

[PATCH v5 0/4] Expand firmware-name property to load specific
 2024-12-13  0:17 UTC  (3+ messages)
` [PATCH v5 2/4] Bluetooth: qca: Update firmware-name to support board specific nvm

[PATCH] platform/x86: wmi-bmof: Make use of .bin_size() callback
 2024-12-13  0:16 UTC  (3+ messages)

[PATCH] ata: sata_gemini: Remove remaining reset glue
 2024-12-13  0:16 UTC  (2+ messages)

[OE-core] [PATCH v3] systemd: upgrade 256.8 -> 256.9
 2024-12-13  0:15 UTC 

[PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
 2024-12-13  0:15 UTC  (4+ messages)

Lockdep warnings on kexec (virtio_blk, hrtimers)
 2024-12-13  0:14 UTC  (9+ messages)


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.