All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-26 00:27:18 to 2023-05-26 01:01:48 UTC [more...]

[MEGAPATCHSET v25 1/2] xfs: online repair, part 1
 2023-05-26  1:01 UTC  (131+ 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
  ` [PATCH 2/2] xfs: allow userspace to rebuild metadata structures
` [PATCHSET v25.0 0/5] xfs: online repair of AG btrees
  ` [PATCH 1/5] xfs: clear pagf_agflreset when repairing the AGFL
  ` [PATCH 2/5] xfs: repair free space btrees
  ` [PATCH 3/5] xfs: rewrite xfs_icache_inode_is_allocated
  ` [PATCH 4/5] xfs: repair inode btrees
  ` [PATCH 5/5] xfs: repair refcount btrees
` [PATCHSET v25.0 0/6] xfs: online repair of inodes and forks
  ` [PATCH 1/6] xfs: disable online repair quota helpers when quota not enabled
  ` [PATCH 2/6] xfs: try to attach dquots to files before repairing them
  ` [PATCH 3/6] xfs: repair inode records
  ` [PATCH 4/6] xfs: zap broken inode forks
  ` [PATCH 5/6] xfs: abort directory parent scrub scans if we encounter a zapped directory
  ` [PATCH 6/6] xfs: repair obviously broken inode modes
` [PATCHSET v25.0 0/5] xfs: online repair of file fork mappings
  ` [PATCH 1/5] xfs: reintroduce reaping of file metadata blocks to xrep_reap_extents
  ` [PATCH 2/5] xfs: repair inode fork block mapping data structures
  ` [PATCH 3/5] xfs: refactor repair forcing tests into a repair.c helper
  ` [PATCH 4/5] xfs: create a ranged query function for refcount btrees
  ` [PATCH 5/5] xfs: repair problems in CoW forks
` [PATCHSET v25.0 0/4] xfs: online repair of quota and rt metadata files
  ` [PATCH 1/4] xfs: repair the inode core and forks of a metadata inode
  ` [PATCH 2/4] xfs: create a new inode fork block unmap helper
  ` [PATCH 3/4] xfs: online repair of realtime bitmaps
  ` [PATCH 4/4] xfs: repair quotas
` [PATCHSET v25.0 0/4] xfs: live inode scans for online fsck
  ` [PATCH 1/4] xfs: speed up xfs_iwalk_adjust_start a little bit
  ` [PATCH 2/4] xfs: implement live inode scan for scrub
  ` [PATCH 3/4] xfs: allow scrub to hook metadata updates in other writers
  ` [PATCH 4/4] xfs: allow blocking notifier chains with filesystem hooks
` [PATCHSET v25.0 0/7] xfs: online repair of quota counters
  ` [PATCH 1/7] xfs: stagger the starting AG of scrub iscans to reduce contention
  ` [PATCH 2/7] xfs: cache a bunch of inodes for repair scans
  ` [PATCH 3/7] xfs: report the health of quota counts
  ` [PATCH 4/7] xfs: implement live quotacheck inode scan
  ` [PATCH 5/7] xfs: track quota updates during live quotacheck
  ` [PATCH 6/7] xfs: repair cannot update the summary counters when logging quota flags
  ` [PATCH 7/7] xfs: repair dquots based on live quotacheck results
` [PATCHSET v25.0 0/5] xfs: online repair of file link counts
  ` [PATCH 1/5] xfs: report health of inode "
  ` [PATCH 2/5] xfs: teach scrub to check file nlinks
  ` [PATCH 3/5] xfs: track directory entry updates during live nlinks fsck
  ` [PATCH 4/5] xfs: create a predicate to determine if two xfs_names are the same
  ` [PATCH 5/5] xfs: teach repair to fix file nlinks
` [PATCHSET v25.0 00/11] xfs: report corruption to the health trackers
  ` [PATCH 01/11] xfs: separate the marking of sick and checked metadata
  ` [PATCH 02/11] xfs: report fs corruption errors to the health tracking system
  ` [PATCH 03/11] xfs: report ag header "
  ` [PATCH 04/11] xfs: report block map "
  ` [PATCH 05/11] xfs: report btree block corruption errors to the health system
  ` [PATCH 06/11] xfs: report dir/attr "
` [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

[PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix
 2023-05-26  0:55 UTC  (28+ messages)
` [PATCH 02/15] ARM: dts: imx6qdl-hummingboard: "
` [PATCH 03/15] ARM: dts: imx6qdl-gw551x: "
` [PATCH 04/15] ARM: dts: imx6qdl-hummingboard2: "
` [PATCH 05/15] ARM: dts: imx6qdl-icore: "
` [PATCH 06/15] ARM: dts: imx6qdl-mba6: "
` [PATCH 07/15] ARM: dts: imx6qdl-phytec-pbab01: "
` [PATCH 08/15] ARM: dts: imx6qdl-tx6: "
` [PATCH 09/15] ARM: dts: imx6dl-qmx6: "
` [PATCH 10/15] ARM: dts: imx6q-kp: "
` [PATCH 11/15] ARM: dts: imx6qdl-icore-rqs: "
` [PATCH 12/15] ARM: dts: imx6q-cm-fx6: "
` [PATCH 13/15] ARM: dts: imx6q-display5: "
` [PATCH 14/15] ARM: dts: imx6qdl-var-dart: "
` [PATCH 15/15] ARM: dts: imx6qdl-zii-rdu2: "

[linux-next:pending-fixes] BUILD SUCCESS ff661430bdd5c5c124a2948a101326d3b07ee6e1
 2023-05-26  0:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-26  0:55 UTC 

[PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver
 2023-05-26  0:51 UTC  (3+ messages)
` [PATCH 1/8] video: rockchip: vop: Fix whitespace

[PATCH nf-next,v1 2/6] netfilter: nf_tables: remove fast bitwise and cmp operations
 2023-05-26  0:51 UTC  (2+ messages)

[android-common:android12-kiwi-5.10 4/4] ERROR: modpost: "timekeeping_inject_sleeptime64" [drivers/virtio/virtio_pvclock.ko] undefined!
 2023-05-26  0:51 UTC 

[RFC PATCH v1] usb: core: add sysfs entry for usb device state
 2023-05-26  0:50 UTC  (6+ messages)

[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()

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

RTT-PROBE: lore-subspace-rtt
 2023-05-26  0:45 UTC 

[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  (11+ 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  (4+ messages)

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

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

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

RTT-PROBE: lore-subspace-rtt
 2023-05-26  0:35 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

[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 v4 00/16] tcg: Improvements to atomic128
 2023-05-26  0:23 UTC  (2+ messages)
` [PATCH v4 10/16] tcg/ppc: Support 128-bit load/store


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.