All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-19 19:00:50 to 2024-12-19 19:46:26 UTC [more...]

[PATCH v3 0/5] Add eDMAv3 support for S32G2/S32G3 SoCs
 2024-12-19 19:46 UTC  (3+ messages)
` [PATCH v3 3/5] dt-bindings: dma: fsl-edma: add nxp,s32g2-edma compatible string

[PATCH v9 0/9] Drivers to support the MCU on QNAP NAS devices
 2024-12-19 19:43 UTC  (6+ messages)
` [PATCH v9 4/9] mfd: add base driver for qnap-mcu devices

[PATCH v10 00/24] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-12-19 19:45 UTC  (8+ messages)
` [PATCH v10 16/24] x86/resctrl: Add interface to the assign counter
        `  "

[PATCH i-g-t] tests/xe_eudebug.c: Enhance memory access testcases
 2024-12-19 19:45 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCHBOMB 6.14 v6.1] xfs: realtime rmap and reflink
 2024-12-19 19:45 UTC  (102+ messages)
` [PATCHSET 1/5] xfs: bug fixes for 6.13
  ` [PATCH 1/2] xfs: don't over-report free space or inodes in statvfs
  ` [PATCH 2/2] xfs: release the dquot buf outside of qli_lock
` [PATCHSET v6.1 2/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.1 3/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.1 4/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: don't shut down the filesystem for media failures beyond end of log
  ` [PATCH 36/37] xfs: react to fsdax failure notifications on the rt device
  ` [PATCH 37/37] xfs: enable realtime rmap btree
` [PATCHSET v6.1 5/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
  ` [PATCH 25/43] xfs: enable extent size hints for CoW operations
  ` [PATCH 26/43] xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
  ` [PATCH 27/43] xfs: report realtime refcount btree corruption errors to the health system
  ` [PATCH 28/43] xfs: scrub the realtime refcount btree
  ` [PATCH 29/43] xfs: cross-reference checks with the rt "
  ` [PATCH 30/43] xfs: allow overlapping rtrmapbt records for shared data extents
  ` [PATCH 31/43] xfs: check reference counts of gaps between rt refcount records
  ` [PATCH 32/43] xfs: allow dquot rt block count to exceed rt blocks on reflink fs
  ` [PATCH 33/43] xfs: detect and repair misaligned rtinherit directory cowextsize hints
  ` [PATCH 34/43] xfs: scrub the metadir path of rt refcount btree files
  ` [PATCH 35/43] xfs: don't flag quota rt block usage on rtreflink filesystems
  ` [PATCH 36/43] xfs: check new rtbitmap records against rt refcount btree
  ` [PATCH 37/43] xfs: walk the rt reference count tree when rebuilding rmap
  ` [PATCH 38/43] xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
  ` [PATCH 39/43] xfs: online repair of the realtime refcount btree
  ` [PATCH 40/43] xfs: repair inodes that have a refcount btree in the data fork
  ` [PATCH 41/43] xfs: check for shared rt extents when rebuilding rt file's "
  ` [PATCH 42/43] xfs: fix CoW forks for realtime files
  ` [PATCH 43/43] xfs: enable realtime reflink
` [PATCHSET v6.1 6/5] xfsprogs: last few bits of rtgroups patches
  ` [PATCH 1/3] xfs_db: drop the metadata checking code from blockget
  ` [PATCH 2/3] xfs_mdrestore: refactor open-coded fd/is_file into a structure
  ` [PATCH 3/3] xfs_mdrestore: restore rt group superblocks to realtime device

[PATCH 0/3] Allow specifying an S2RAM sleep on pre-SYSTEM_SUSPEND PSCI impls
 2024-12-19 19:43 UTC  (19+ messages)
` [PATCH 1/3] dt-bindings: arm,psci: Allow S2RAM power_state parameter description
` [PATCH 3/3] firmware/psci: Allow specifying an S2RAM state through CPU_SUSPEND

[PATCH i-g-t v3 0/5] lib/igt_kms: Helpers for connector managment
 2024-12-19 19:44 UTC  (7+ messages)
` [PATCH i-g-t v3 1/5] lib/igt_kms: Add a detect timeout value
` [PATCH i-g-t v3 2/5] lib/igt_kms: Add helper to wait for a specific status on a connector
` [PATCH i-g-t v3 3/5] lib/igt_kms: Add function to list connected connectors

[PATCHSET v7 sched_ext/for-6.14] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2024-12-19 19:43 UTC  (7+ messages)
` [PATCH 1/6] sched/topology: introduce for_each_numa_hop_node() / sched_numa_hop_node()

[PATCH v4 00/19] vbe: Series part E
 2024-12-19 18:28 UTC 

[PATCH 0/2] Broadcom bcmbca dts updates
 2024-12-19 18:49 UTC  (3+ messages)
` [PATCH 1/2] arm: dts: Use upstream dts for additional bcmbca devices
` [PATCH 2/2] arm: dts: Update nand node for bcmbca board dts

[PATCH v1 0/2] TPS65219 U-Boot Driver Clean-Up
 2024-12-19 17:47 UTC  (6+ messages)
  ` [PATCH v1 2/2] power: replace magic numbers with macros

[PATCH] drm/i915/display: Don't program DBUF_CTL tracker state service
 2024-12-19 19:39 UTC  (2+ messages)

[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
 2024-12-19 19:37 UTC  (7+ messages)

[Intel-wired-lan] [PATCH iwl-next v4] e1000e: Fix real-time violations on link up
 2024-12-19 19:27 UTC  (2+ messages)
`  "

[PATCH net-next] net: dsa: honor "max-speed" for implicit PHYs on user ports
 2024-12-19 19:36 UTC  (4+ messages)

[PATCH 0/8] Add support for MAX7360 multifunction device
 2024-12-19 19:35 UTC  (3+ messages)
` [PATCH 6/8] input: keyboard: Add support for MAX7360 keypad

[PATCH v10 0/4] media: qcom: camss: Add sc7280 support
 2024-12-19 19:32 UTC  (7+ messages)
` [PATCH v10 3/4] arm64: dts: qcom: sc7280: Add support for camss
` [PATCH v10 4/4] arm64: dts: qcom: qcs6490-rb3gen2-vision-mezzanine: Add vision mezzanine

[PATCH net-next v6 0/9] bnxt_en: implement tcp-data-split and thresh option
 2024-12-19 19:33 UTC  (8+ messages)
` [PATCH net-next v6 3/9] bnxt_en: add support for tcp-data-split ethtool command

[PATCH] drm/i915/gt: Log reason for setting TAINT_WARN at reset
 2024-12-19 19:33 UTC 

[PATCH v3 0/8] refs: add reflog support to `git refs migrate`
 2024-12-19 19:33 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/8] refs: add `index` field to `struct ref_udpate`
  ` [PATCH v4 4/8] refs: extract out refname verification in transactions
  ` [PATCH v4 5/8] refs: add `committer_info` to `ref_transaction_add_update()`
  ` [PATCH v4 6/8] refs: introduce the `ref_transaction_update_reflog` function
  ` [PATCH v4 7/8] refs: allow multiple reflog entries for the same refname

[PATCH v2] cpufreq/amd-pstate: Refactor max frequency calculation
 2024-12-19 19:32 UTC  (2+ messages)

[PATCH 0/2] hyperv: Fixes for get_vtl(void)
 2024-12-19 19:32 UTC  (7+ messages)
` [PATCH 1/2] hyperv: Fix pointer type for the output of the hypercall in get_vtl(void)

[PATCH v2 00/22] tests/qtest: migration-test refactoring
 2024-12-19 19:31 UTC  (10+ messages)
` [PATCH v2 19/22] tests/qtest/migration: Add migration-test-smoke

[PATCH v2 0/8] refs: add reflog support to `git refs migrate`
 2024-12-19 19:31 UTC  (5+ messages)
` [PATCH v2 5/8] refs: add `committer_info` to `ref_transaction_add_update()`

[PATCH dwarves v2 00/10] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-19 19:31 UTC  (7+ messages)
` [PATCH dwarves v2 06/10] btf_encoder: switch to shared elf_functions table
` [PATCH dwarves v2 10/10] dwarf_loader: multithreading with a job/worker model

[PATCH net-next 0/4] selftests/net: packetdrill: import multiple tests
 2024-12-19 19:31 UTC  (4+ messages)

soc@kernel.org CDIF Comprobante 14:31
 2024-12-19 19:31 UTC 

[PATCH v2] nfs-utils: Fix warnings found with clang
 2024-12-19 19:31 UTC  (2+ messages)
` Patchtest results for "

Abandoned patch
 2024-12-19 19:28 UTC  (2+ messages)

btrfs: add btrfs_read_policy_to_enum helper and refactor read, policy store
 2024-12-19 19:30 UTC  (4+ messages)

[PATCH 1/4] media: hi556: Fix memory leak (on error) in hi556_check_hwcfg()
 2024-12-19 19:27 UTC  (4+ messages)
` [PATCH 2/4] media: hi556: Add missing '\n' to hi556 error messages
` [PATCH 3/4] media: hi556: Improve error logging when fwnode is not found
` [PATCH 4/4] media: hi556: Don't log hi556_check_hwcfg() errors twice

[PATCH 00/10] arm64: dts: imx8mp-skov: flesh out device trees
 2024-12-19 19:27 UTC  (13+ messages)
` [PATCH 03/10] arm64: dts: imx8mp-skov: use I2C5 for DDC
` [PATCH 06/10] arm64: dts: imx8mp-skov: describe LVDS display pipeline
` [PATCH 10/10] arm64: dts: imx8mp-skov: increase I2C clock frequency for RTC

[PATCH 0/2] media: ov08x40: Error logging improvements
 2024-12-19 19:25 UTC  (3+ messages)
` [PATCH 1/2] media: ov08x40: Add missing '\n' to ov08x40_check_hwcfg() error messages
` [PATCH 2/2] media: ov08x40: Don't log ov08x40_check_hwcfg() errors twice

[PATCH RFC v2 0/4] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-19 19:25 UTC  (8+ messages)
` [PATCH RFC v2 4/4] block/mq-deadline: introduce min_async_depth

[PATCH] iio: ABI: combine current input sections
 2024-12-19 19:25 UTC 

[PATCH v3 0/2] Add support for Avago/Broadcom APDS9160
 2024-12-19 19:22 UTC  (4+ messages)
` [PATCH v3 2/2] iio: light: Add APDS9160 ALS & Proximity sensor driver

[PATCH] Assign em_canid.c additionally to CAN maintainers
 2024-12-19 19:08 UTC 

[OE-core] [PATCH] nfs-utils: Fix const qualifier error
 2024-12-19 19:20 UTC  (4+ messages)

[wireless:for-next] BUILD SUCCESS 146b6057e1fd28fb1a38d300bf76a38dfba7f9fb
 2024-12-19 19:20 UTC 

[PATCH net-next v2 0/6] bnxt_en: Driver update
 2024-12-19 19:18 UTC  (7+ messages)
` [PATCH net-next v2 5/6] bnxt_en: Skip reading PXP registers during ethtool -d if unsupported

[RFC PATCH v2] Weighted interleave auto-tuning
 2024-12-19 19:18 UTC 

[PATCH v2] Bluetooth: hci_uart: fix race during initialization
 2024-12-19 19:18 UTC  (4+ messages)

[PATCH] Input: atkbd: Fix so copilot key generates F23 keycode
 2024-12-19 19:17 UTC  (9+ messages)

[PATCH BlueZ 1/1] Set `SDP_LARGE_MTU` flag for DS4 Rev. 2 product code
 2024-12-19 19:17 UTC  (2+ messages)
` Fix SDP buffer overflow for DS4 (Revision 2)

[PATCH v10 0/1] MCTP Over PCC Transport
 2024-12-19 19:16 UTC  (2+ messages)
` [PATCH v10 1/1] mctp pcc: Implement MCTP over "

[PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork
 2024-12-19 19:16 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

Fwd: [Bug] `credential fill` prints incomplete bearer credential
 2024-12-19 19:15 UTC  (4+ messages)

[PATCH v2 0/6] arm64: errata: Rework Spectre BHB mitigations to not assume "safe"
 2024-12-19 19:12 UTC  (4+ messages)
` [PATCH v2 1/6] arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHB

[PATCHBOMB 6.14 v6.0] xfs: realtime rmap and reflink
 2024-12-19 19:14 UTC  (2+ messages)
` [PATCHBOMB 6.14 v6.1] "

Stable@vger.kernel.org CDIF Comprobante 14:07
 2024-12-19 19:07 UTC 

stable@vger.kernel.org CDIF Comprobante 14:07
 2024-12-19 19:07 UTC 

[tip:x86/tdx] BUILD SUCCESS 6f5c71cc42d49203771bceed91a023d4dbec54f4
 2024-12-19 19:13 UTC 

[PATCH] Reset grub_mm_add_region_fn after exiting EFI services
 2024-12-19 19:11 UTC  (4+ messages)

[PATCH v2] Fix typecast warning with clang
 2024-12-19 19:12 UTC 

[PATCH] of: Add printf '%pOFm' for generating modalias
 2024-12-19 19:11 UTC  (5+ messages)
` lock in vsprintf(): was: "

[PATCH for-next v2 0/8] RDMA/erdma: Support the RoCEv2 protocol
 2024-12-19 19:09 UTC  (3+ messages)
` [PATCH for-next v2 8/8] RDMA/erdma: Support UD QPs and UD WRs

[PATCH] wifi: ath12k: set flag for mgmt no-ack frames in Tx completion
 2024-12-19 19:08 UTC 

[PATCH v3 0/3] Add clock driver support for Renesas RZ/G3E SoC
 2024-12-19 19:08 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy
 2024-12-19 19:05 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH RESEND] soundwire: amd: clear wake enable register for power off mode
 2024-12-19 19:02 UTC  (3+ messages)

Potential use of NULL pointer in erdma/erdma_verbs.c
 2024-12-19 19:02 UTC 

[OE-core][scarthgap][PATCH 1/1] python3-requests: upgrade 2.32.0 -> 2.32.3
 2024-12-19 19:02 UTC 

[PATCH] wifi: rtw88: Add USB PHY configuration
 2024-12-19 19:00 UTC  (2+ 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.