All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-26 01:43:25 to 2023-05-26 02:20:06 UTC [more...]

[RFC MEGAPATCHSET v12 1/2] xfs: parent pointers and online repair part 2
 2023-05-26  2:20 UTC  (79+ messages)
` [PATCHSET RFC v12.0 00/11] fstests: adjust tests for xfs parent pointers
  ` [PATCH 01/11] xfs/206: filter out the parent= status from mkfs
  ` [PATCH 02/11] xfs/122: update for parent pointers
  ` [PATCH 03/11] populate: create hardlinks "
  ` [PATCH 04/11] xfs/021: adapt golden output files "
  ` [PATCH 05/11] generic/050: adapt "
  ` [PATCH 06/11] xfs/018: disable parent pointers for this test
  ` [PATCH 07/11] xfs/306: fix formatting failures with parent pointers
  ` [PATCH 08/11] common: add helpers for parent pointer tests
  ` [PATCH 09/11] xfs: add parent pointer test
  ` [PATCH 10/11] xfs: add multi link "
  ` [PATCH 11/11] xfs: add parent pointer inject test
` [PATCHSET v12.0 0/7] xfs: retain ILOCK during directory updates
  ` [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 5/7] xfs: Hold inode locks in xfs_rename
  ` [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
  ` [PATCH 7/7] xfs: unlock new repair tempfiles after creation
` [PATCHSET v12.0 00/12] xfs: name-value xattr lookups
  ` [PATCH 01/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 02/12] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 03/12] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 04/12] xfs: preserve NVLOOKUP in xfs_attr_set
  ` [PATCH 05/12] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 06/12] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 07/12] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 08/12] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 09/12] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 10/12] xfs: log NVLOOKUP xattr removal operations
  ` [PATCH 11/12] xfs: log NVLOOKUP xattr setting operations
  ` [PATCH 12/12] xfs: log NVLOOKUP xattr nvreplace operations
` [PATCHSET v12.0 00/18] xfs: Parent Pointers
  ` [PATCH 01/18] xfs: add parent pointer support to attribute code
  ` [PATCH 02/18] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 03/18] xfs: add parent pointer validator functions
  ` [PATCH 04/18] xfs: extend transaction reservations for parent attributes
  ` [PATCH 05/18] xfs: parent pointer attribute creation
  ` [PATCH 06/18] xfs: add parent attributes to link
  ` [PATCH 07/18] xfs: add parent attributes to symlink
  ` [PATCH 08/18] xfs: remove parent pointers in unlink
  ` [PATCH 09/18] xfs: Indent xfs_rename
  ` [PATCH 10/18] xfs: Add parent pointers to rename
  ` [PATCH 11/18] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 12/18] xfs: Filter XFS_ATTR_PARENT for getfattr
  ` [PATCH 13/18] xfs: pass the attr value to put_listent when possible
  ` [PATCH 14/18] xfs: Add parent pointer ioctl
  ` [PATCH 15/18] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 16/18] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 17/18] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 18/18] xfs: Add the parent pointer support to the superblock version 5
` [PATCHSET v12.0 00/17] xfs: fsck for parent pointers
  ` [PATCH 01/17] xfs: check dirents have "
  ` [PATCH 02/17] xfs: deferred scrub of dirents
  ` [PATCH 03/17] xfs: scrub parent pointers
  ` [PATCH 04/17] xfs: deferred scrub of "
  ` [PATCH 05/17] xfs: add raw parent pointer apis to support repair
  ` [PATCH 06/17] xfs: set child file owner in xfs_da_args when changing parent pointers
  ` [PATCH 07/17] xfs: salvage parent pointers when rebuilding xattr structures
  ` [PATCH 08/17] xfs: teach the adoption code about parent pointers
  ` [PATCH 09/17] xfs: replace namebuf with parent pointer in directory repair
  ` [PATCH 10/17] xfs: repair directories by scanning directory parent pointers
  ` [PATCH 11/17] xfs: implement live updates for directory repairs
  ` [PATCH 12/17] xfs: replay unlocked parent pointer updates that accrue during xattr repair
  ` [PATCH 13/17] xfs: replace namebuf with parent pointer in parent pointer repair
  ` [PATCH 14/17] xfs: repair directory parent pointers by scanning for dirents
  ` [PATCH 15/17] xfs: implement live updates for parent pointer repairs
  ` [PATCH 16/17] xfs: remove pointless unlocked assertion
  ` [PATCH 17/17] xfs: actually rebuild the parent pointer xattrs
` [PATCHSET v12.0 0/1] xfsprogs: retain ILOCK during directory updates
  ` [PATCH 1/1] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCHSET v12.0 00/10] xfsprogs: name-value xattr lookups
  ` [PATCH 01/10] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 02/10] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 03/10] xfs: preserve NVLOOKUP in xfs_attr_set
` [PATCHSET v12.0 00/30] xfsprogs: Parent Pointers
` [PATCHSET v12.0 00/14] xfsprogs: fsck for parent pointers

[PATCH v2 0/9] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-26  2:19 UTC  (3+ messages)

Fwd: The read data is wrong from raid5 when recovery happens
 2023-05-26  2:17 UTC  (2+ messages)

[PATCH 0/2] x86/tdx: Fix one more load_unaligned_zeropad() issue
 2023-05-26  2:17 UTC  (3+ messages)
` [PATCH 1/2] x86/mm: Allow guest.enc_status_change_prepare() to fail

[PATCH mptcp-next v2 0/4] unify PM interfaces
 2023-05-26  2:16 UTC  (5+ messages)
` [PATCH mptcp-next v2 1/4] mptcp: export local_address
` [PATCH mptcp-next v2 2/4] mptcp: unify pm get_local_id interfaces
` [PATCH mptcp-next v2 3/4] mptcp: unify pm get_flags_and_ifindex_by_id
` [PATCH mptcp-next v2 4/4] mptcp: unify pm set_flags interfaces

[PATCH v1 0/1] doc: accounce change in bbdev extension
 2023-05-26  2:11 UTC  (2+ messages)
` [PATCH v1 1/1] doc: announce change in bbdev api related to operation extension

Displaying streams as xattrs
 2023-05-26  2:16 UTC  (12+ messages)

+ ocfs2-fix-use-after-free-when-unmounting-read-only-filesystem.patch added to mm-hotfixes-unstable branch
 2023-05-26  2:15 UTC  (6+ messages)
    ` [Ocfs2-devel] "

[PATCH] drm/amdgpu: add a flag to indicate if a VM is attached to fpriv
 2023-05-26  2:15 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-26  2:15 UTC 

[PATCH v2 0/4] tests/decode: Convert tests to meson
 2023-05-26  2:12 UTC  (5+ messages)
` [PATCH v2 1/4] decodetree: Add --test-for-error
` [PATCH v2 2/4] decodetree: Fix recursion in prop_format and build_tree
` [PATCH v2 3/4] decodetree: Diagnose empty pattern group
` [PATCH v2 4/4] tests/decode: Convert tests to meson

[PATCH] nilfs2: reject devices with insufficient block count
 2023-05-26  2:13 UTC  (2+ messages)

[PATCH v4] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-05-26  2:10 UTC  (2+ messages)
` [PATCH v5] "

[PATCH blktests v2] srp/rc: Replace _have_module() with _have_driver()
 2023-05-26  2:09 UTC  (2+ messages)

[BUG 6.4-rc3] BUG: kernel NULL pointer dereference in __dev_fwnode
 2023-05-26  2:08 UTC  (4+ messages)

[PATCH v2 0/7] target/riscv: Add support for PC-relative translation
 2023-05-26  2:04 UTC  (5+ messages)
` [PATCH v2 2/7] target/riscv: Introduce cur_insn_len into DisasContext
` [PATCH v2 3/7] target/riscv: Change gen_goto_tb to work on displacements

[PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix
 2023-05-26  0:55 UTC  (2+ messages)
` [PATCH 06/15] ARM: dts: imx6qdl-mba6: "

[Intel-gfx] [PATCH v6 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-26  2:04 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
  `  "

RTT-PROBE: lore-subspace-rtt
 2023-05-26  2:05 UTC 

[PATCH] pinctrl:sunplus: Add check for kmalloc
 2023-05-26  2:04 UTC  (8+ messages)
          `  "

[PATCH v2 0/5] Encapsulate PTE contents from non-arch code
 2023-05-26  2:02 UTC  (5+ messages)
` [PATCH v2 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t

[igt-dev] [RFC, i-g-t] tests/kms_vrr: New VRR test to toggle the VRR during fastsets
 2023-05-26  2:07 UTC 

[PATCHSET v25.0 0/3] xfs_scrub: automatic optimization by default
 2023-05-26  1:59 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: automatic downgrades to dry-run mode in service mode
` [PATCH 2/3] xfs_scrub: add an optimization-only mode
` [PATCH 3/3] debian: enable xfs_scrub systemd services by default

[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
 2023-05-26  1:58 UTC  (7+ messages)

[PATCHSET v25.0 0/5] xfs_scrub_all: improve systemd handling
 2023-05-26  1:58 UTC  (6+ messages)
` [PATCH 1/5] xfs_scrub_all: encapsulate all the subprocess code in an object
` [PATCH 2/5] xfs_scrub_all: encapsulate all the systemctl "
` [PATCH 3/5] xfs_scrub_all: add CLI option for easier debugging
` [PATCH 4/5] xfs_scrub_all: convert systemctl calls to dbus
` [PATCH 5/5] xfs_scrub_all: implement retry and backoff for dbus calls

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-26  1:57 UTC  (3+ messages)

[PATCHSET v25.0 0/6] xfs_scrub_all: automatic media scan service
 2023-05-26  1:57 UTC  (7+ messages)
` [PATCH 1/6] xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode
` [PATCH 2/6] xfs_scrub_all: remove journalctl background process
` [PATCH 3/6] xfs_scrub_all: support metadata+media scans of all filesystems
` [PATCH 4/6] xfs_scrub_all: enable periodic file data scrubs automatically
` [PATCH 5/6] xfs_scrub_all: trigger automatic media scans once per month
` [PATCH 6/6] xfs_scrub_all: failure reporting for the xfs_scrub_all job

[PATCHSET v25.0 0/5] xfs_scrub: tighten security of systemd services
 2023-05-26  1:56 UTC  (6+ messages)
` [PATCH 1/5] xfs_scrub: allow auxiliary pathnames for sandboxing
` [PATCH 2/5] xfs_scrub.service: reduce CPU usage to 60% when possible
` [PATCH 3/5] xfs_scrub: tighten up the security on the background systemd service
` [PATCH 4/5] xfs_scrub_fail: "
` [PATCH 5/5] xfs_scrub_all: "

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

[PATCHSET v25.0 0/4] xfs_scrub_all: fixes for systemd services
 2023-05-26  1:54 UTC  (5+ messages)
` [PATCH 1/4] xfs_scrub_all: fix argument passing when invoking xfs_scrub manually
` [PATCH 2/4] xfs_scrub_all: survive systemd restarts when waiting for services
` [PATCH 3/4] xfs_scrub_all: simplify cleanup of run_killable
` [PATCH 4/4] xfs_scrub_all: fix termination signal handling

[PATCHSET v25.0 0/5] xfs_scrub: fixes for systemd services
 2023-05-26  1:53 UTC  (6+ messages)
` [PATCH 1/5] debian: install scrub services with dh_installsystemd
` [PATCH 2/5] xfs_scrub_all: escape service names consistently
` [PATCH 3/5] xfs_scrub: fix pathname escaping across all service definitions
` [PATCH 4/5] xfs_scrub_fail: fix sendmail detection
` [PATCH 5/5] xfs_scrub_fail: return the failure status of the mailer program

[PATCHSET v25.0 0/7] xfs_scrub: use free space histograms to reduce fstrim runtime
 2023-05-26  1:52 UTC  (8+ messages)
` [PATCH 1/7] libfrog: hoist free space histogram code
` [PATCH 2/7] libfrog: print wider columns for free space histogram
` [PATCH 3/7] libfrog: print cdf of free space buckets
` [PATCH 4/7] xfs_scrub: don't close stdout when closing the progress bar
` [PATCH 5/7] xfs_scrub: remove pointless spacemap.c arguments
` [PATCH 6/7] xfs_scrub: collect free space histograms during phase 7
` [PATCH 7/7] xfs_scrub: tune fstrim minlen parameter based on free space histograms

[GIT PULL] parisc architecture fixes for v6.4-rc4
 2023-05-26  1:52 UTC  (2+ messages)

[PATCH 11/13] tools/nolibc: sys_select: riscv: use __NR_pselect6_time64 for rv32
 2023-05-26  1:50 UTC  (3+ messages)

[PATCHSET v25.0 0/8] xfs_scrub: move fstrim to a separate phase
 2023-05-26  1:50 UTC  (9+ messages)
` [PATCH 1/8] xfs_scrub: move FITRIM to phase 8
` [PATCH 2/8] xfs_scrub: ignore phase 8 if the user disabled fstrim
` [PATCH 3/8] xfs_scrub: collapse trim_filesystem
` [PATCH 4/8] xfs_scrub: fix the work estimation for phase 8
` [PATCH 5/8] xfs_scrub: report FITRIM errors properly
` [PATCH 6/8] xfs_scrub: don't call FITRIM after runtime errors
` [PATCH 7/8] xfs_scrub: don't trim the first agbno of each AG for better performance
` [PATCH 8/8] xfs_scrub: improve progress meter for phase 8 fstrimming

[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
 2023-05-26  1:49 UTC  (7+ messages)
` [PATCH v2 5/6] KVM: x86: Keep a per-VM MTRR state

[PATCHSET v25.0 0/4] xfs_scrub: improve scheduling of repair items
 2023-05-26  1:48 UTC  (5+ messages)
` [PATCH 1/4] libfrog: enhance ptvar to support initializer functions
` [PATCH 2/4] xfs_scrub: improve thread scheduling repair items during phase 4
` [PATCH 3/4] xfs_scrub: recheck entire metadata objects after corruption repairs
` [PATCH 4/4] xfs_scrub: try to repair space metadata before file metadata

[PATCHSET v25.0 0/5] xfs_scrub: use scrub_item to track check progress
 2023-05-26  1:47 UTC  (6+ messages)
` [PATCH 1/5] xfs_scrub: start tracking scrub state in scrub_item
` [PATCH 2/5] xfs_scrub: remove enum check_outcome
` [PATCH 3/5] xfs_scrub: refactor scrub_meta_type out of existence
` [PATCH 4/5] xfs_scrub: hoist repair retry loop to repair_item_class
` [PATCH 5/5] xfs_scrub: hoist scrub retry loop to scrub_item_check_file

[PATCHSET v25.0 0/9] xfs_scrub: track data dependencies for repairs
 2023-05-26  1:46 UTC  (10+ messages)
` [PATCH 1/9] xfs_scrub: track repair items by principal, not by individual repairs
` [PATCH 2/9] xfs_scrub: use repair_item to direct repair activities
` [PATCH 3/9] xfs_scrub: remove action lists from phaseX code
` [PATCH 4/9] xfs_scrub: remove scrub_metadata_file
` [PATCH 5/9] xfs_scrub: boost the repair priority of dependencies of damaged items
` [PATCH 6/9] xfs_scrub: clean up repair_item_difficulty a little
` [PATCH 7/9] xfs_scrub: check dependencies of a scrub type before repairing
` [PATCH 8/9] xfs_scrub: retry incomplete repairs
` [PATCH 9/9] xfs_scrub: remove unused action_list fields

[PATCH] kallsyms: remove unused arch_get_kallsym() helper
 2023-05-26  1:45 UTC  (5+ messages)

[PATCH] sched: remove unused macro SCHED_FIXEDPOINT_SCALE
 2023-05-26  9:36 UTC 

[RFC PATCH V2 1/1] sched/numa: Fix disjoint set vma scan regression
 2023-05-26  1:45 UTC  (2+ messages)

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

[PATCH 0/5] dt-bindings: timer: AT91 convert to YAML
 2023-05-26  1:43 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: timer: atmel,at91sam9260-pit: convert to yaml
` [PATCH 4/5] dt-bindings: watchdog: atmel,at91rm9200-wdt: "

dt_binding_check report false alarm?
 2023-05-26  1:43 UTC  (3+ messages)

[Intel-xe] [PATCH 0/2] Replace DRM_ERROR() with pr_err()
 2023-05-26  1:44 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for "

[PATCHSET v25.0 0/6] xfs_scrub: improve warnings about difficult repairs
 2023-05-26  1:43 UTC  (4+ messages)
` [PATCH 4/6] xfs_scrub: add missing repair types to the mustfix and difficulty assessment
` [PATCH 5/6] xfs_scrub: any inconsistency in metadata should trigger difficulty warnings
` [PATCH 6/6] xfs_scrub: warn about difficult repairs to rt and quota metadata

[PATCH bpf-next 1/2] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-05-26  1:43 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.