All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-25 23:36:30 to 2023-05-26 00:50:42 UTC [more...]

[PATCH 0/7] block layer patches for bcachefs
 2023-05-26  0:50 UTC  (4+ messages)
` [PATCH 5/7] block: Rework bio_for_each_folio_all()

[MEGAPATCHSET v25 1/2] xfs: online repair, part 1
 2023-05-26  0:50 UTC  (88+ messages)
` [PATCHSET 0/7] xfs: fix ranged queries and integer overflows in GETFSMAP
  ` [PATCH 1/7] xfs: fix interval filtering in multi-step fsmap queries
  ` [PATCH 2/7] xfs: fix integer overflows in the fsmap rtbitmap and logdev backends
  ` [PATCH 3/7] xfs: fix getfsmap reporting past the last rt extent
  ` [PATCH 4/7] xfs: clean up the rtbitmap fsmap backend
  ` [PATCH 5/7] xfs: fix logdev fsmap query result filtering
  ` [PATCH 6/7] xfs: validate fsmap offsets specified in the query keys
  ` [PATCH 7/7] xfs: fix xfs_btree_query_range callers to initialize btree rec fully
` [PATCHSET v25.0 0/9] xfs: fix online repair block reaping
  ` [PATCH 1/9] xfs: cull repair code that will never get used
  ` [PATCH 2/9] xfs: move the post-repair block reaping code to a separate file
  ` [PATCH 3/9] xfs: only invalidate blocks if we're going to free them
  ` [PATCH 4/9] xfs: only allow reaping of per-AG blocks in xrep_reap_extents
  ` [PATCH 5/9] xfs: use deferred frees to reap old btree blocks
  ` [PATCH 6/9] xfs: rearrange xrep_reap_block to make future code flow easier
  ` [PATCH 7/9] xfs: ignore stale buffers when scanning the buffer cache
  ` [PATCH 8/9] xfs: reap large AG metadata extents when possible
  ` [PATCH 9/9] xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
` [PATCHSET v25.0 0/6] xfs: prepare repair for bulk loading
  ` [PATCH 1/6] xfs: force all buffers to be written during btree bulk load
  ` [PATCH 2/6] xfs: implement block reservation accounting for btrees we're staging
  ` [PATCH 3/6] xfs: log EFIs for all btree blocks being used to stage a btree
  ` [PATCH 4/6] xfs: add debug knobs to control btree bulk load slack factors
  ` [PATCH 5/6] xfs: move btree bulkload record initialization to ->get_record implementations
  ` [PATCH 6/6] xfs: constrain dirty buffers while formatting a staged btree
` [PATCHSET v25.0 0/7] xfs: stage repair information in pageable memory
  ` [PATCH 1/7] xfs: create a big array data structure
  ` [PATCH 2/7] xfs: enable sorting of xfile-backed arrays
  ` [PATCH 3/7] xfs: convert xfarray insertion sort to heapsort using scratchpad memory
  ` [PATCH 4/7] xfs: teach xfile to pass back direct-map pages to caller
  ` [PATCH 5/7] xfs: speed up xfarray sort by sorting xfile page contents directly
  ` [PATCH 6/7] xfs: cache pages used for xfarray quicksort convergence
  ` [PATCH 7/7] xfs: improve xfarray quicksort pivot
` [PATCHSET v25.0 0/4] xfs: online scrubbing of realtime summary files
  ` [PATCH 1/4] xfs: get our own reference to inodes that we want to scrub
  ` [PATCH 2/4] xfs: wrap ilock/iunlock operations on sc->ip
  ` [PATCH 3/4] xfs: move the realtime summary file scrubber to a separate source file
  ` [PATCH 4/4] xfs: implement online scrubbing of rtsummary info
` [PATCHSET v25.0 0/2] xfs: miscellaneous repair tweaks
  ` [PATCH 1/2] xfs: always rescan allegedly healthy per-ag metadata after repair
  ` [PATCH 2/2] xfs: allow the user to cancel repairs before we start writing
` [PATCHSET v25.0 0/2] xfs: force rebuilding of metadata
  ` [PATCH 1/2] xfs: don't complain about unfixed metadata when repairs were injected
` [PATCHSET v25.0 0/5] xfs: online repair of AG btrees
` [PATCHSET v25.0 0/6] xfs: online repair of inodes and forks
` [PATCHSET v25.0 0/5] xfs: online repair of file fork mappings
` [PATCHSET v25.0 0/4] xfs: online repair of quota and rt metadata files
` [PATCHSET v25.0 0/4] xfs: live inode scans for online fsck
` [PATCHSET v25.0 0/7] xfs: online repair of quota counters
` [PATCHSET v25.0 0/5] xfs: online repair of file link counts
` [PATCHSET v25.0 00/11] xfs: report corruption to the health trackers
` [PATCHSET v25.0 0/3] xfs: indirect health reporting
` [PATCHSET v25.0 0/3] xfs: online repair for fs summary counters
` [PATCHSET v25.0 0/9] xfs: support in-memory btrees
` [PATCHSET v25.0 0/4] xfs: online repair of rmap btrees
` [PATCHSET v25.0 0/9] xfs: move btree geometry to ops struct
` [PATCHSET v25.0 0/4] xfs: reduce refcount repair memory usage
` [PATCHSET v25.0 0/3] xfs: bmap log intent cleanups
` [PATCHSET v25.0 0/4] xfs: widen BUI formats to support realtime
` [PATCHSET v25.0 0/2] xfs: support attrfork and unwritten BUIs
` [PATCHSET v25.0 0/3] xfs: clean up symbolic link code
` [PATCHSET v25.0 00/25] xfs: atomic file updates
` [PATCHSET v25.0 0/4] xfs: create temporary files for online repair
` [PATCHSET v25.0 0/3] xfs: online repair of realtime summaries
` [PATCHSET v25.0 0/9] xfs: set and validate dir/attr block owners
` [PATCHSET v25.0 0/5] xfs: online repair of extended attributes
` [PATCHSET v25.0 0/7] xfs: online repair of directories
` [PATCHSET v25.0 0/3] xfs: move orphan files to lost and found
` [PATCHSET v25.0 0/1] xfs: online repair of symbolic links
` [PATCHSET v25.0 0/1] xfs: online repair of parent pointers
` [PATCHSET v25.0 0/3] xfs: online fsck of iunlink buckets
` [PATCHSET v25.0 0/3] xfs: cache xfile pages for better performance
` [PATCHSET v25.0 0/3] xfs: inode-related repair fixes
` [PATCHSET v25.0 0/4] xfs: relax AGF locks during fstrim
` [PATCHSET v25.0 0/7] xfs_scrub: fixes to the repair code
` [PATCHSET v25.0 0/6] xfs_scrub: improve warnings about difficult repairs
` [PATCHSET v25.0 0/9] xfs_scrub: track data dependencies for repairs
` [PATCHSET v25.0 0/5] xfs_scrub: use scrub_item to track check progress
` [PATCHSET v25.0 0/4] xfs_scrub: improve scheduling of repair items
` [PATCHSET v25.0 0/8] xfs_scrub: move fstrim to a separate phase
` [PATCHSET v25.0 0/7] xfs_scrub: use free space histograms to reduce fstrim runtime
` [PATCHSET v25.0 0/5] xfs_scrub: fixes for systemd services
` [PATCHSET v25.0 0/4] xfs_scrub_all: "
` [PATCHSET v25.0 0/5] xfs_scrub: tighten security of "
` [PATCHSET v25.0 0/6] xfs_scrub_all: automatic media scan service
` [PATCHSET v25.0 0/5] xfs_scrub_all: improve systemd handling
` [PATCHSET v25.0 0/3] xfs_scrub: automatic optimization by default

[BUG] gpiolib: cdev: can't read RELEASED event for last line
 2023-05-26  0:45 UTC  (5+ messages)

[PATCH v2 0/8] RK3588 ADC support
 2023-05-26  0:42 UTC  (5+ messages)
` [PATCH v2 3/8] iio: adc: rockchip_saradc: Make use of devm_clk_get_enabled

[Intel-xe] [PATCH 0/2] Replace DRM_ERROR() with pr_err()
 2023-05-26  0:42 UTC  (3+ messages)
` [Intel-xe] [PATCH 1/2] fixup! drm/xe/debugfs: Dump register save-restore tables
` [Intel-xe] [PATCH 2/2] drm/xe: Replace DRM_ERROR() with pr_err()

No more report of quantity of rules successfully loaded
 2023-05-26  0:41 UTC  (4+ messages)

Watchdog timer fix
 2023-05-26  0:40 UTC 

[Intel-xe] [RFC PATCH 0/2] Draft: Update Xe uAPI for 32-bit compat, invasively
 2023-05-26  0:40 UTC  (6+ messages)
` [Intel-xe] [RFC PATCH 1/2] drm/xe: Reshuffle all of the uAPI structs
` [Intel-xe] [RFC PATCH 2/2] drm/xe: Validate uAPI padding and reserved fields
` [Intel-xe] ✓ CI.Patch_applied: success for Draft: Update Xe uAPI for 32-bit compat, invasively
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-26  0:39 UTC  (12+ messages)
` [PATCH 06/32] sched: Add task_struct->faults_disabled_mapping
      ` [Cluster-devel] "

[PATCH 1/2] tpm, tpm_tis: Handle interrupt storm
 2023-05-26  0:37 UTC  (5+ messages)

[PATCH] x86/microcode: move microcode_mutex declaration
 2023-05-26  0:34 UTC  (2+ messages)

[PATCH i2c-tools v2] i2cdetect: add messages for errors during bus listing
 2023-05-26  0:24 UTC 

[RFC PATCH 00/17] sunxi: rework pinctrl and add T113s support
 2023-05-26  0:34 UTC  (3+ messages)
` [RFC PATCH 10/17] clk: sunxi: Add support for the D1 CCU

[PATCH V3] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-26  0:34 UTC  (4+ messages)
` [PATCH] "

[Intel-xe] [PATCH v2 0/2] Update Xe uAPI in a minimally invasive way
 2023-05-26  0:33 UTC  (10+ messages)

[RFC PATCH] dma: coherent: respect to device 'dma-coherent' property
 2023-05-26  0:33 UTC  (6+ messages)

[PATCH] cxl: Explicitly initialize resources when media is not ready
 2023-05-26  0:33 UTC 

[PATCH i2c-tools] Update links for https and changed URLs
 2023-05-26  0:31 UTC 

[Bug 1238] net/mlx5: RxQ failure with vectorized MPRQ
 2023-05-26  0:31 UTC 

[PATCH 0/8] arm64: dts: qcom: msm8916: Rework regulator constraints
 2023-05-26  0:28 UTC  (4+ messages)
` [PATCH 8/8] arm64: dts: qcom: msm8916-pm8916: Mark always-on regulators

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-26  0:28 UTC  (9+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

vmlinux.o: warning: objtool: cpuidle_enter_state+0x476: return with instrumentation enabled
 2023-05-26  0:27 UTC 

[freescale-fslc:6.1-1.0.x-imx 123/9879] ./usr/include/linux/mxc_asrc.h:126:2: error: unknown type name 'snd_pcm_format_t'
 2023-05-26  0:27 UTC 

[PATCH] tcg: Fix register move type in tcg_out_ld_helper_ret
 2023-05-26  0:25 UTC  (2+ messages)

[PATCH] accel/tcg: Fix check for page writeability in load_atomic16_or_exit
 2023-05-26  0:26 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3 0/7] Improve description of tests used by i915 validation
 2023-05-26  0:26 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v4 00/16] tcg: Improvements to atomic128
 2023-05-26  0:23 UTC  (17+ messages)
` [PATCH v4 01/16] tcg: Fix register move type in tcg_out_ld_helper_ret
` [PATCH v4 02/16] accel/tcg: Fix check for page writeability in load_atomic16_or_exit
` [PATCH v4 03/16] meson: Split test for __int128_t type from __int128_t arithmetic
` [PATCH v4 04/16] qemu/atomic128: Add x86_64 atomic128-ldst.h
` [PATCH v4 05/16] tcg/i386: Support 128-bit load/store
` [PATCH v4 06/16] tcg/aarch64: Rename temporaries
` [PATCH v4 07/16] tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2
` [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st
` [PATCH v4 09/16] tcg/aarch64: Support 128-bit load/store
` [PATCH v4 10/16] tcg/ppc: "
` [PATCH v4 11/16] tcg/s390x: "
` [PATCH v4 12/16] accel/tcg: Extract load_atom_extract_al16_or_al8 to host header
` [PATCH v4 13/16] accel/tcg: Extract store_atom_insert_al16 "
` [PATCH v4 14/16] accel/tcg: Add x86_64 load_atom_extract_al16_or_al8
` [PATCH v4 15/16] accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8
` [PATCH v4 16/16] accel/tcg: Add aarch64 store_atom_insert_al16

[PATCH] xfs: Don't block in xfs_extent_busy_flush
 2023-05-26  0:26 UTC  (10+ messages)

[PATCH v3 0/2] accel/tcg: Improvements to atomic128.h
 2023-05-26  0:24 UTC  (2+ messages)

[libgpiod][PATCH 1/1] gpio-tools-test.bats: modify delays in toggle test
 2023-05-26  0:24 UTC  (4+ messages)

[PATCH] net/mana: suppress TX CQE generation whenever possible
 2023-05-26  0:19 UTC  (3+ messages)
` [PATCH v2] "
  ` EXTERNAL] [PATCH ] Add checks for the port capabilties

[bluetooth-next:master] BUILD SUCCESS b7e415f145f7675fe2533776fd97de66dbe518f6
 2023-05-26  0:16 UTC 

[PATCH][SMB3] missing null check in SMB2_change_notify
 2023-05-26  0:15 UTC 

[sashal-stable:pending-5.15 206/210] drivers/s390/block/dasd_eckd.c:3694:14: error: implicit declaration of function 'dasd_eckd_pprc_enabled'; did you mean 'dasd_eckd_pe_handler'?
 2023-05-26  0:14 UTC 

[Intel-xe] [PATCH] drm/xe/reg_sr: Apply limit to register whitelisting
 2023-05-26  0:10 UTC  (3+ messages)
` [Intel-xe] ○ CI.BAT: info for "

[PATCH] lib/test_vmalloc.c: avoid garbage in page array
 2023-05-26  0:08 UTC  (2+ messages)

[PATCH 0/3] Out-of-bounds access in kvm_recalculate_phys_map()
 2023-05-26  0:07 UTC  (3+ messages)
` [PATCH 1/3] KVM: x86: Fix out-of-bounds "

[RFC MEGAPATCHSET v12 1/2] xfs: parent pointers and online repair part 2
 2023-05-26  0:07 UTC 

[PATCH bpf-next 1/2] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-05-26  0:06 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH v3 dwarves 0/6] Support for new btf_type_tag encoding
 2023-05-26  0:06 UTC  (3+ messages)

[PATCH v2 1/5] dt-bindings: input: cirrus,cs40l26: Support for CS40L26
 2023-05-26  0:04 UTC  (5+ messages)
` [PATCH v2 2/5] Input: cs40l26 - Support for CS40L26 Haptic Device
` [PATCH 3/5] firmware: cs_dsp: Add ability to loa multiple coefficient files
` [PATCH 4/5] Input: cs40l26 - Load "
` [PATCH RFC 5/5] mfd: cs40l26: Add CODEC driver component

[PATCH dwarves] pahole: avoid adding same struct structure to two rb trees
 2023-05-25 23:59 UTC 

[PATCH] driver: mfd: admit rk805 driver registration without interrupt support
 2023-05-26  0:00 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Check whether to run selftest
 2023-05-26  0:00 UTC  (2+ messages)

[PATCH blktests v4 00/11] nvme testsuite runtime optimization
 2023-05-25 23:59 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: use localized __diag_ignore_all() instead of per file
 2023-05-25 23:50 UTC  (2+ messages)

[sailus-media-tree:async-multi 31/32] drivers/staging/media/tegra-video/vi.c:1852:29: warning: unused variable 'vid'
 2023-05-25 23:50 UTC 

Displaying streams as xattrs
 2023-05-25 23:50 UTC  (11+ messages)

[PATCH v2 00/21] ASoC: replace dpcm_playback/capture to playback/capture_only
 2023-05-25 23:47 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915: GSC FW support for MTL
 2023-05-25 23:48 UTC  (4+ messages)
` [Intel-gfx] [PATCH 5/6] drm/i915/uc/gsc: define gsc fw
  `  "

ARM64: Question: How to map non-shareable memory
 2023-05-25 23:47 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2023.05.31 - guest_memfd()
 2023-05-25 23:47 UTC 

[Intel-gfx] [PATCH v10 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-05-25 23:46 UTC  (7+ messages)
          `  "

[PATCH 1/3] Bluetooth: Consolidate code around sk_alloc into a helper function
 2023-05-25 23:46 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: Init sk_peer_* on bt_sock_alloc
` [PATCH 3/3] Bluetooth: hci_sock: Forward credentials to monitor

[PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read()
 2023-05-25 23:46 UTC  (4+ messages)

[PATCH BlueZ] monitor: Print process information
 2023-05-25 23:46 UTC 

[PATCH v4 0/3] introduce tee-based EFI Runtime Variable Service
 2023-05-25 23:44 UTC  (6+ messages)

[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
 2023-05-25 23:42 UTC  (6+ messages)

+ watchdog-delete-old-declarations-for-watchdog_softhardlockup_user_enabled-make-static.patch added to mm-nonmm-unstable branch
 2023-05-25 23:43 UTC 

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-25 23:33 UTC  (4+ messages)
` [PATCH v5 12/18] watchdog/hardlockup: Rename some "NMI watchdog" constants/function

[PATCH 01/14] libpeas: requires gobject-introspection-data DISTRO_FEATURE
 2023-05-25 23:41 UTC  (3+ messages)
` [PATCH 12/14] xfce4-panel-profiles: "
  ` [oe] "

[PATCH RFC bpf-next 0/3] Revamp bpf_attr and make it easier to evolve
 2023-05-25 23:39 UTC  (6+ messages)
` [PATCH RFC bpf-next 1/3] bpf: revamp bpf_attr and name each command's field and substruct

[PATCH 0/2] x86/tdx: Fix one more load_unaligned_zeropad() issue
 2023-05-25 23:40 UTC  (3+ messages)
` [PATCH 2/2] x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()

[GIT PULL] SMB3 client fixes and move of cifs and ksmbd to under "smb" directory
 2023-05-25 23:38 UTC 

[rppt:unmapped-alloc/rfc-v2 1/3] mm/unmapped-alloc.c:150:14: warning: no previous prototype for 'unmapped_pages_alloc'
 2023-05-25 23:37 UTC 

[PATCH v3 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-05-25 23:36 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded


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.