All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-19 18:41:05 to 2024-12-19 19:38:30 UTC [more...]

[PATCHBOMB 6.14 v6.1] xfs: realtime rmap and reflink
 2024-12-19 19:38 UTC  (77+ 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
` [PATCHSET v6.1 6/5] xfsprogs: last few bits of rtgroups patches

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

[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 0/3] Allow specifying an S2RAM sleep on pre-SYSTEM_SUSPEND PSCI impls
 2024-12-19 19:26 UTC  (12+ messages)
` [PATCH 3/3] firmware/psci: Allow specifying an S2RAM state through CPU_SUSPEND

[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 v9 0/9] Drivers to support the MCU on QNAP NAS devices
 2024-12-19 19:18 UTC  (4+ messages)
` [PATCH v9 4/9] mfd: add base driver for qnap-mcu devices

[PATCH i-g-t v3 0/5] lib/igt_kms: Helpers for connector managment
 2024-12-19 19:19 UTC  (5+ 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 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 0/1] Fix SDP buffer overflow for DS4 (Revision 2)
 2024-12-19 19:17 UTC  (4+ messages)
` [PATCH BlueZ 1/1] Set `SDP_LARGE_MTU` flag for DS4 Rev. 2 product code
  ` 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)

[PATCH 0/3] hrtimer: Fix timers queued locally from offline CPUs
 2024-12-19 19:00 UTC  (3+ messages)
` [PATCH 1/3] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING

[PATCH 0/2] mailbox: add support for clients to request channels by arguments
 2024-12-19 18:58 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mailbox: add support for referencing controllers solely by node

[PATCH 0/3] Support ROHM BD79703 DAC
 2024-12-19 18:59 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: Add ROHM BD79703

[sj:damon/next 52/79] mm/damon/sysfs-schemes.c:2129: warning: Function parameter or struct member 'sz_filter_passed' not described in 'damos_sysfs_populate_region_dir'
 2024-12-19 18:59 UTC  (2+ messages)

[PATCH v2 0/6] Correct the number of GPIOs in gpio-ranges for QCS615 and QCS8300
 2024-12-19 18:58 UTC  (9+ messages)
` [PATCH v2 3/6] pinctrl: qcom: correct the ngpios entry for QCS615
` [PATCH v2 4/6] pinctrl: qcom: correct the ngpios entry for QCS8300
` [PATCH v2 5/6] arm64: dts: qcom: correct gpio-ranges for QCS615
` [PATCH v2 6/6] arm64: dts: qcom: correct gpio-ranges for QCS8300

[PATCH 0/9] Regulator driver with I2C/Regmap Rust abstractions
 2024-12-19 18:58 UTC  (5+ messages)
` [PATCH 5/9] rust: regulator: add Regulator Driver abstraction

[PATCH v5 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-12-19 18:58 UTC  (2+ messages)

[PATCH net-next v4 00/12] Begin upstreaming Homa transport protocol
 2024-12-19 18:57 UTC  (4+ messages)
` [PATCH net-next v4 01/12] inet: homa: define user-visible API for Homa

[OE-core][PATCH] python3: upgrade 3.13.0 -> 3.13.1
 2024-12-19 18:57 UTC  (4+ messages)

[PATCH bpf] bpf: Fix deadlock when freeing cgroup storage
 2024-12-19 18:57 UTC  (6+ messages)
  `  "

pull-request: wireless-next-2024-12-19
 2024-12-19 18:57 UTC 

[PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count
 2024-12-19 18:55 UTC  (12+ messages)

[cocci] Depends on with negative matches
 2024-12-19 18:55 UTC  (3+ messages)

[PATCH 0/3] wifi: ath12k: Refactor monitor Rx handler
 2024-12-19 18:54 UTC  (5+ messages)
` [PATCH 3/3] wifi: ath12k: Refactor Rx status TLV parsing procedure argument

[PATCH] firmware: cs_dsp: Delete redundant assignments in cs_dsp_test_bin.c
 2024-12-19 18:54 UTC  (2+ messages)

[PULL 00/17] Migration patches for 2024-12-17
 2024-12-19 18:53 UTC  (3+ messages)

[PATCH v3] soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1
 2024-12-19 18:53 UTC 

pull-request: wireless-2024-12-19
 2024-12-19 18:50 UTC 

[jic23-iio:testing 93/93] htmldocs: Warning: /sys/bus/iio/devices/iio:deviceX/in_currentY_raw is defined 2 times: ./Documentation/ABI/testing/sysfs-bus-iio:170 ./Documentation/ABI/testing/sysfs-bus-iio:1700
 2024-12-19 18:49 UTC 

[PATCH] PCI: cpci: remove unused fields
 2024-12-19 18:49 UTC 

[PATCH v2 0/4] arm64/sysreg: Get rid of *_ELx as fields for EL12 accessors
 2024-12-19 18:49 UTC  (3+ messages)
` [PATCH v2 2/4] arm64/sysreg: Get rid of the TCR2_EL1x SysregFields

[PATCH 0/2] GIT-VERSION-GEN: fix overriding values
 2024-12-19 18:49 UTC  (3+ messages)
` [PATCH 1/2] GIT-VERSION-GEN: fix overriding version via environment

[PATCH i-g-t] tests/xe_eudebug.c: Enhance memory access testcases
 2024-12-19 18:48 UTC 

[PATCH 1/2] qxl: Do not use C99 // comments
 2024-12-19 18:46 UTC  (2+ messages)
` [PATCH 2/2] qxl: Fix race on accessing cursor in struct SimpleSpiceDisplay

6.1-stable backports
 2024-12-19 18:46 UTC 

[PATCH v2 0/8] Add PMU support for single engine busyness
 2024-12-19 18:46 UTC  (8+ messages)
` [PATCH v2 8/8] drm/xe/pmu: Add PMU support for "

[PATCH] riscv: Fix the PAUSE Opcode for MIPS P8700
 2024-12-19 18:45 UTC  (3+ messages)

[PATCH] replace free hugepage folios after migration
 2024-12-19 18:43 UTC  (2+ messages)

[PATCH] drm/i915/display: Don't program DBUF_CTL tracker state service
 2024-12-19 18:41 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Don't program DBUF_CTL tracker state service (rev2)


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.