All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-06 22:21:22 to 2025-02-06 22:55:44 UTC [more...]

[PATCHBOMB] xfsprogs: all my changes for 6.14
 2025-02-06 22:55 UTC  (102+ messages)
` [PATCHSET 1/5] xfs_scrub: fixes and cleanups for inode iteration
  ` [PATCH 01/17] libxfs: unmap xmbuf pages to avoid disaster
  ` [PATCH 02/17] libxfs: mark xmbuf_{un,}map_page static
  ` [PATCH 03/17] man: document new XFS_BULK_IREQ_METADIR flag to bulkstat
  ` [PATCH 04/17] libfrog: wrap handle construction code
  ` [PATCH 05/17] xfs_scrub: don't report data loss in unlinked inodes twice
  ` [PATCH 06/17] xfs_scrub: call bulkstat directly if we're only scanning user files
  ` [PATCH 07/17] xfs_scrub: remove flags argument from scrub_scan_all_inodes
  ` [PATCH 08/17] xfs_scrub: selectively re-run bulkstat after re-running inumbers
  ` [PATCH 09/17] xfs_scrub: actually iterate all the bulkstat records
  ` [PATCH 10/17] xfs_scrub: don't double-scan inodes during phase 3
  ` [PATCH 11/17] xfs_scrub: don't (re)set the bulkstat request icount incorrectly
  ` [PATCH 12/17] xfs_scrub: don't complain if bulkstat fails
  ` [PATCH 13/17] xfs_scrub: return early from bulkstat_for_inumbers if no bulkstat data
  ` [PATCH 14/17] xfs_scrub: don't blow away new inodes in bulkstat_single_step
  ` [PATCH 15/17] xfs_scrub: hoist the phase3 bulkstat single stepping code
  ` [PATCH 16/17] xfs_scrub: ignore freed inodes when single-stepping during phase 3
  ` [PATCH 17/17] xfs_scrub: try harder to fill the bulkstat array with bulkstat()
` [PATCHSET 2/5] xfsprogs: new libxfs code from kernel 6.14
  ` [PATCH 01/56] xfs: tidy up xfs_iroot_realloc
  ` [PATCH 02/56] xfs: refactor the inode fork memory allocation functions
  ` [PATCH 03/56] xfs: make xfs_iroot_realloc take the new numrecs instead of deltas
  ` [PATCH 04/56] xfs: make xfs_iroot_realloc a bmap btree function
  ` [PATCH 05/56] xfs: tidy up xfs_bmap_broot_realloc a bit
  ` [PATCH 06/56] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 07/56] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
  ` [PATCH 08/56] xfs: add some rtgroup inode helpers
  ` [PATCH 09/56] xfs: prepare to reuse the dquot pointer space in struct xfs_inode
  ` [PATCH 10/56] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
  ` [PATCH 11/56] xfs: support storing records in the inode core root
  ` [PATCH 12/56] xfs: allow inode-based btrees to reserve space in the data device
  ` [PATCH 13/56] xfs: introduce realtime rmap btree ondisk definitions
  ` [PATCH 14/56] xfs: realtime rmap btree transaction reservations
  ` [PATCH 15/56] xfs: add realtime rmap btree operations
  ` [PATCH 16/56] xfs: prepare rmap functions to deal with rtrmapbt
  ` [PATCH 17/56] xfs: add a realtime flag to the rmap update log redo items
  ` [PATCH 18/56] xfs: pretty print metadata file types in error messages
  ` [PATCH 19/56] xfs: support file data forks containing metadata btrees
  ` [PATCH 20/56] xfs: add realtime reverse map inode to metadata directory
  ` [PATCH 21/56] xfs: add metadata reservations for realtime rmap btrees
  ` [PATCH 22/56] xfs: wire up a new metafile type for the realtime rmap
  ` [PATCH 23/56] xfs: wire up rmap map and unmap to the realtime rmapbt
  ` [PATCH 24/56] xfs: create routine to allocate and initialize a realtime rmap btree inode
  ` [PATCH 25/56] xfs: report realtime rmap btree corruption errors to the health system
  ` [PATCH 26/56] xfs: scrub the realtime rmapbt
  ` [PATCH 27/56] xfs: scrub the metadir path of rt rmap btree files
  ` [PATCH 28/56] xfs: online repair of realtime bitmaps for a realtime group
  ` [PATCH 29/56] xfs: online repair of the realtime rmap btree
  ` [PATCH 30/56] xfs: create a shadow rmap btree during realtime rmap repair
  ` [PATCH 31/56] xfs: namespace the maximum length/refcount symbols
  ` [PATCH 32/56] xfs: introduce realtime refcount btree ondisk definitions
  ` [PATCH 33/56] xfs: realtime refcount btree transaction reservations
  ` [PATCH 34/56] xfs: add realtime refcount btree operations
  ` [PATCH 35/56] xfs: prepare refcount functions to deal with rtrefcountbt
  ` [PATCH 36/56] xfs: add a realtime flag to the refcount update log redo items
  ` [PATCH 37/56] xfs: add realtime refcount btree inode to metadata directory
  ` [PATCH 38/56] xfs: add metadata reservations for realtime refcount btree
  ` [PATCH 39/56] xfs: wire up a new metafile type for the realtime refcount
  ` [PATCH 40/56] xfs: wire up realtime refcount btree cursors
  ` [PATCH 41/56] xfs: create routine to allocate and initialize a realtime refcount btree inode
  ` [PATCH 42/56] xfs: update rmap to allow cow staging extents in the rt rmap
  ` [PATCH 43/56] xfs: compute rtrmap btree max levels when reflink enabled
  ` [PATCH 44/56] xfs: allow inodes to have the realtime and reflink flags
  ` [PATCH 45/56] xfs: recover CoW leftovers in the realtime volume
  ` [PATCH 46/56] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
  ` [PATCH 47/56] xfs: apply rt extent alignment constraints to CoW extsize hint
  ` [PATCH 48/56] xfs: enable extent size hints for CoW operations
  ` [PATCH 49/56] xfs: report realtime refcount btree corruption errors to the health system
  ` [PATCH 50/56] xfs: scrub the realtime refcount btree
  ` [PATCH 51/56] xfs: scrub the metadir path of rt refcount btree files
  ` [PATCH 52/56] xfs: fix the entry condition of exact EOF block allocation optimization
  ` [PATCH 53/56] xfs: mark xfs_dir_isempty static
  ` [PATCH 54/56] xfs: remove XFS_ILOG_NONCORE
  ` [PATCH 55/56] xfs: constify feature checks
  ` [PATCH 56/56] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
` [PATCHSET v6.3 3/5] xfsprogs: realtime reverse-mapping support
  ` [PATCH 01/27] libxfs: compute the rt rmap btree maxlevels during initialization
  ` [PATCH 02/27] libxfs: add a realtime flag to the rmap update log redo items
  ` [PATCH 03/27] libfrog: enable scrubbing of the realtime rmap
  ` [PATCH 04/27] man: document userspace API changes due to rt rmap
  ` [PATCH 05/27] xfs_db: compute average btree height
  ` [PATCH 06/27] xfs_db: don't abort when bmapping on a non-extents/bmbt fork
  ` [PATCH 07/27] xfs_db: display the realtime rmap btree contents
  ` [PATCH 08/27] xfs_db: support the realtime rmapbt
  ` [PATCH 09/27] xfs_db: copy the realtime rmap btree
  ` [PATCH 10/27] xfs_db: make fsmap query the realtime reverse mapping tree
  ` [PATCH 11/27] xfs_db: add an rgresv command
  ` [PATCH 12/27] xfs_spaceman: report health status of the realtime rmap btree
  ` [PATCH 13/27] xfs_repair: tidy up rmap_diffkeys
  ` [PATCH 14/27] xfs_repair: flag suspect long-format btree blocks
  ` [PATCH 15/27] xfs_repair: use realtime rmap btree data to check block types
  ` [PATCH 16/27] xfs_repair: create a new set of incore rmap information for rt groups
  ` [PATCH 17/27] xfs_repair: refactor realtime inode check
  ` [PATCH 18/27] xfs_repair: find and mark the rtrmapbt inodes
  ` [PATCH 19/27] xfs_repair: check existing realtime rmapbt entries against observed rmaps
  ` [PATCH 20/27] xfs_repair: always check realtime file mappings against incore info
  ` [PATCH 21/27] xfs_repair: rebuild the realtime rmap btree
  ` [PATCH 22/27] xfs_repair: check for global free space concerns with default btree slack levels
  ` [PATCH 23/27] xfs_repair: rebuild the bmap btree for realtime files
` [PATCHSET v6.3 4/5] xfsprogs: reflink on the realtime device
` [PATCHSET 5/5] xfsprogs: dump fs directory trees

[PATCH 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
 2025-02-06 22:55 UTC  (3+ messages)
` ✓ CI.Patch_applied: success for series starting with [1/3] "
` ✗ CI.checkpatch: warning "

[RFC PATCH 0/1] platform/x86/tuxedo: Implement TUXEDO TUXI ACPI TFAN via hwmon
 2025-02-06 22:55 UTC  (6+ messages)
` [RFC PATCH 1/1] "

[PATCH v2] drm/amd: Refactor find_system_memory()
 2025-02-06 22:53 UTC  (2+ messages)

[frederic-dynticks:task/work 5/6] include/linux/sched/isolation.h:93:1: warning: no return statement in function returning non-void
 2025-02-06 22:53 UTC 

[PATCH RFC 00/33] Compile-time thread-safety checking
 2025-02-06 22:51 UTC  (3+ messages)
` [PATCH RFC 29/33] hwmon: (it87) Check the it87_lock() return value

[PATCH 00/12] drm: Move to using devm_platform_ioremap_resource
 2025-02-06 21:16 UTC  (4+ messages)
` [PATCH 12/12] Documentation: Update the todo

[PATCH] x86/kaslr: Revisit entropy when CONFIG_PCI_P2PDMA is enabled
 2025-02-06 22:51 UTC  (7+ messages)

[PATCH net-next v7 0/7] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2025-02-06 22:48 UTC  (4+ messages)
` [PATCH net-next v7 3/7] arch: x86: add IPC mailbox accessor function and add SoC register access

[Intel-wired-lan] [tnguy-next-queue:100GbE] BUILD SUCCESS d67c484647606b83c9e5cc7d445ff7d7d2012fa2
 2025-02-06 22:49 UTC 

[PATCH] mkfs: use stx_blksize for dev block size by default
 2025-02-06 22:50 UTC  (3+ messages)

[PATCH net-next] tools: ynl: add all headers to makefile deps
 2025-02-06 22:50 UTC  (2+ messages)

[groeck-staging:testing] BUILD SUCCESS 2918b78cd4e6b909bd7e81a5e292ff820adc8f65
 2025-02-06 22:49 UTC 

[PATCH net-next v3 0/4] Add support to do threaded napi busy poll
 2025-02-06 22:49 UTC  (11+ messages)

[PATCH v2 00/13] gpiolib: add gpiod_multi_set_value_cansleep
 2025-02-06 22:48 UTC  (28+ messages)
` [PATCH v2 01/13] gpiolib: add gpiod_multi_set_value_cansleep()
` [PATCH v2 02/13] auxdisplay: seg-led-gpio: use gpiod_multi_set_value_cansleep
` [PATCH v2 03/13] bus: ts-nbus: validate ts,data-gpios array size
` [PATCH v2 04/13] bus: ts-nbus: use gpiod_multi_set_value_cansleep
` [PATCH v2 05/13] gpio: max3191x: "
` [PATCH v2 06/13] iio: adc: ad7606: "
` [PATCH v2 07/13] iio: amplifiers: hmc425a: "
` [PATCH v2 08/13] iio: resolver: ad2s1210: "
` [PATCH v2 09/13] mmc: pwrseq_simple: "
` [PATCH v2 10/13] mux: gpio: "
` [PATCH v2 11/13] net: mdio: mux-gpio: "
` [PATCH v2 12/13] phy: mapphone-mdm6600: "
` [PATCH v2 13/13] ASoC: adau1701: "

[groeck-staging:hwmon-staging] BUILD SUCCESS 08c50e33b1a5059eee60c4d0ec475c252e2a6e75
 2025-02-06 22:48 UTC 

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2025-02-06 22:46 UTC  (11+ messages)

[PATCH 0/7] fstests: enable sparse checking & fix fallout
 2025-02-06 22:47 UTC  (15+ messages)
` [PATCH 1/7] fstests: enable sparse checking with make C=[12]
` [PATCH 2/7] builddefs: define linux
` [PATCH 3/7] lib: Fix non-ANSI function declarations
` [PATCH 4/7] lib: fix empty arg function prototypes
` [PATCH 5/7] lib: replace aiocb_t with struct aiocb
` [PATCH 6/7] lib: make a few symbols static
` [PATCH 7/7] lib: remove random.c

Xen memory management primitives for GPU virtualization
 2025-02-06 22:46 UTC  (3+ messages)

[PATCH v5 00/14] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+
 2025-02-06 22:45 UTC  (3+ messages)

[PATCH v5 0/5] Allow to enable multifd and postcopy migration together
 2025-02-06 22:44 UTC  (7+ messages)
` [PATCH v5 1/5] migration/multifd: move macros to multifd header
` [PATCH v5 2/5] migration: refactor ram_save_target_page functions
` [PATCH v5 5/5] tests/qtest/migration: consolidate set capabilities

[PATCH v9] drm/i915/dp: Guarantee a minimum HBlank time
 2025-02-06 22:44 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-06 22:43 UTC  (3+ messages)
` [RFC PATCH bpf-next 2/8] sched_ext: Add filter for scx_kfunc_ids_select_cpu

[PATCH v2 3/5] iio: adc: Support ROHM BD79124 ADC
 2025-02-06 22:42 UTC  (2+ messages)

[PATCH linux dev-6.6] A backport request for SY24655 driver in INA2XX driver for Linux kernel 6.6
 2025-02-06  3:07 UTC 

[RFC PATCH v3 00/15] pkeys-based page table hardening
 2025-02-06 22:41 UTC  (2+ messages)

[PATCH] arm64: tegra: delete the Orin NX/Nano suspend key
 2025-02-06 22:40 UTC 

[PATCH] drm/xe: Enable SR-IOV for PTL
 2025-02-06 22:40 UTC  (2+ messages)

[PATCH] rust/kernel: Add faux device bindings
 2025-02-06 22:39 UTC  (3+ messages)

[PATCH] io-wq: backoff when retrying worker creation
 2025-02-06 22:38 UTC 

[PATCH v3 1/2] CI: Move default image under global defaults
 2025-02-06 22:38 UTC  (2+ messages)
` [PATCH v3 2/2] CI: Use different git-directories for concurrent runners

[PATCH i-g-t] lib/igt_kmod: Stop unloading drm
 2025-02-06 22:37 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for lib/igt_kmod: Stop unloading drm (rev2)

Flood of edac-related errors since 6.13
 2025-02-06 22:28 UTC 

[syzbot] [bluetooth?] BUG: corrupted list in hci_chan_del (2)
 2025-02-06 22:37 UTC 

[PATCH 00/29] VBE serial part H: Implement VBE on Rockchip RK3399
 2025-02-06 22:34 UTC  (9+ messages)
` [PATCH 28/29] Revert "bloblist: Load the bloblist from the previous loader"
` [PATCH 29/29] bloblist: Allow relocation at the end of the SPL phase

[RFC PATCH V2 1/2] mmc: Update sdhci tune function to return errors
 2025-02-06 22:34 UTC  (2+ messages)

[PATCH] arm64: tegra: delete the Orin NX/Nano suspend key
 2025-02-06 22:33 UTC 

[PATCH] generic: suggest fs specific fix only if the tested filesystem matches
 2025-02-06 22:33 UTC  (4+ messages)

[PATCH v3 0/4] ansible.cfg: generate with kconfig
 2025-02-06 22:32 UTC  (7+ messages)
` [PATCH v3 3/4] ansible_cfg: add callback plugin cli support

[PATCH 1/3] drm/amdkfd: Use asic specific fn to configure grace period
 2025-02-06 22:27 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: Set lower queue retry timeout for gfx9 family

[PATCH 0/2] rust: small cleanups to Cargo.toml files
 2025-02-06 22:31 UTC  (4+ messages)
` [PATCH 2/2] rust: include rust_version in Cargo.toml

[Buildroot] github broken?
 2025-02-06 22:31 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net v2] ice: health.c: fix compilation on gcc 7.5
 2025-02-06 22:30 UTC  (2+ messages)
`  "

[PATCH 0/9] YAML conversion of several Freescale/PowerPC DT bindings
 2025-02-06 22:30 UTC  (5+ messages)
` [PATCH RFC 9/9] dt-bindings: nand: Convert fsl,elbc bindings to YAML

[PATCH] Export MDRAID bitmap on disk structure in UAPI header file
 2025-02-06 22:30 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3 0/6] x86 CRC optimizations
 2025-02-06 22:28 UTC  (5+ messages)
` [PATCH v3 2/6] scripts/gen-crc-consts: add gen-crc-consts.py

[PATCH] arm64: tegra: Enable Tegra234 USB remote wakeup
 2025-02-06 22:27 UTC 

[PATCH V3 1/2] x86/tdx: Route safe halt execution via tdx_safe_halt()
 2025-02-06 22:27 UTC  (2+ messages)
` [PATCH V3 2/2] x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling

[PATCH v12 0/2] drm/atomic: Ease async flip restrictions
 2025-02-06 22:22 UTC  (3+ messages)
` [PATCH v12 2/2] drm/amdgpu: Enable async flip on overlay planes

[PATCH] memcg: add hierarchical effective limits for v2
 2025-02-06 22:24 UTC  (2+ messages)

[PATCH] x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0
 2025-02-06 22:23 UTC  (4+ messages)

Managing one github repo with Gitignore and Submodules for two different remotes
 2025-02-06 22:23 UTC  (2+ messages)

[PATCH net-next] ptp: Add file permission checks on PHC
 2025-02-06 22:23 UTC  (2+ messages)

[PATCH v1 0/6] PCI: brcmstb: Misc small tweaks and fixes
 2025-02-06 22:19 UTC  (3+ messages)
` [PATCH v1 6/6] PCI: brcmstb: Cast an int variable to an irq_hw_number_t


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.