All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-26 01:56:57 to 2023-05-26 02:29:59 UTC [more...]

[RFC MEGAPATCHSET v12 1/2] xfs: parent pointers and online repair part 2
 2023-05-26  2:29 UTC  (117+ 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
  ` [PATCH 04/10] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 05/10] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 06/10] xfs: log NVLOOKUP xattr removal operations
  ` [PATCH 07/10] xfs: log NVLOOKUP xattr setting operations
  ` [PATCH 08/10] xfs: log NVLOOKUP xattr nvreplace operations
  ` [PATCH 09/10] xfs_logprint: dump new attr log item fields
  ` [PATCH 10/10] xfs_logprint: print missing attri header fields
` [PATCHSET v12.0 00/30] xfsprogs: Parent Pointers
  ` [PATCH 01/30] xfs: add parent pointer support to attribute code
  ` [PATCH 02/30] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 03/30] xfs: add parent pointer validator functions
  ` [PATCH 04/30] xfs: extend transaction reservations for parent attributes
  ` [PATCH 05/30] xfs: parent pointer attribute creation
  ` [PATCH 06/30] xfs: add parent attributes to link
  ` [PATCH 07/30] xfs: add parent attributes to symlink
  ` [PATCH 08/30] xfs: remove parent pointers in unlink
  ` [PATCH 09/30] xfs: Add parent pointers to rename
  ` [PATCH 10/30] xfs: pass the attr value to put_listent when possible
  ` [PATCH 11/30] xfs: Add parent pointer ioctl
  ` [PATCH 12/30] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 13/30] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 14/30] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 15/30] xfs: Add the parent pointer support to the superblock version 5
  ` [PATCH 16/30] libfrog: add parent pointer support code
  ` [PATCH 17/30] xfs_io: adapt parent command to new parent pointer ioctls
  ` [PATCH 18/30] xfs_io: Add i, n and f flags to parent command
  ` [PATCH 19/30] xfs_logprint: decode parent pointers in ATTRI items fully
  ` [PATCH 20/30] xfs_spaceman: report file paths
  ` [PATCH 21/30] xfs_scrub: use parent pointers when possible to report file operations
  ` [PATCH 22/30] xfs_db: report parent bit on xattrs
  ` [PATCH 23/30] xfs_db: report parent pointers embedded in xattrs
  ` [PATCH 24/30] xfs_db: obfuscate dirent and parent pointer names consistently
  ` [PATCH 25/30] libxfs: export attr3_leaf_hdr_from_disk via libxfs_api_defs.h
  ` [PATCH 26/30] xfs_db: add a parents command to list the parents of a file
  ` [PATCH 27/30] libxfs: create new files with attr forks if necessary
  ` [PATCH 28/30] xfsprogs: Fix default superblock attr bits
  ` [PATCH 29/30] mkfs: Add parent pointers during protofile creation
  ` [PATCH 30/30] mkfs: enable formatting with parent pointers
` [PATCHSET v12.0 00/14] xfsprogs: fsck for "
  ` [PATCH 01/14] xfs: create a blob array data structure

[OE-core][kirkstone 00/21] Patch review
 2023-05-26  2:29 UTC  (16+ messages)
` [OE-core][kirkstone 01/21] git: ignore CVE-2023-25815
` [OE-core][kirkstone 02/21] go: fix CVE-2023-24540
` [OE-core][kirkstone 03/21] gstreamer1.0: upgrade 1.20.5 -> 1.20.6
` [OE-core][kirkstone 04/21] waffle: upgrade 1.7.0 -> 1.7.2
` [OE-core][kirkstone 05/21] cpio: Fix wrong CRC with ASCII CRC for large files
` [OE-core][kirkstone 06/21] gcc-runtime: Use static dummy libstdc++
` [OE-core][kirkstone 07/21] llvm: backport a fix for build with gcc-13
` [OE-core][kirkstone 08/21] nghttp2: Deleted the entries for -client and -server, and removed a dependency on them from the main package
` [OE-core][kirkstone 09/21] avahi: fix D-Bus introspection
` [OE-core][kirkstone 10/21] p11-kit: add native to BBCLASSEXTEND
` [OE-core][kirkstone 11/21] systemd-systemctl: fix instance template WantedBy symlink construction
` [OE-core][kirkstone 12/21] maintainers.inc: Fix email address typo
` [OE-core][kirkstone 13/21] maintainers.inc: Move repo to unassigned
` [OE-core][kirkstone 14/21] quilt: Fix merge.test race condition
` [OE-core][kirkstone 15/21] package_manager/ipk: fix config path generation in _create_custom_config()

[RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-26  2:29 UTC  (3+ messages)
` [RFC PATCH v2 2/3] mm: Provide a function to get an additional pin on a page

[PATCH v4 1/5] soc: qcom: socinfo: move SMEM item struct and defines to a header
 2023-05-26  2:33 UTC  (4+ messages)
` [PATCH v4 3/5] soc: qcom: smem: introduce qcom_smem_get_soc_id()

[PATCH v2 0/7] target/riscv: Add support for PC-relative translation
 2023-05-26  2:28 UTC  (13+ 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 v2 4/7] target/riscv: Change gen_set_pc_imm to gen_update_pc
` [PATCH v2 5/7] target/riscv: Use true diff for gen_pc_plus_diff
` [PATCH v2 6/7] target/riscv: Enable PC-relative translation
` [PATCH v2 7/7] target/riscv: Remove pc_succ_insn from DisasContext

[PATCH v2 0/3] kprobes: notrace enhancements
 2023-05-26  2:28 UTC  (6+ messages)
` [PATCH v2 2/3] compiler: inline does not imply notrace

[dhowells-fs:iov-old-dio 38/40] include/asm-generic/memory_model.h:47:21: error: implicit declaration of function 'page_to_section'; did you mean 'present_section'?
 2023-05-26  2:27 UTC 

[PATCH v9 0/4] Add MSM8939 SoC support with two devices
 2023-05-26  2:31 UTC  (2+ messages)

[PATCH BlueZ] monitor: Print process information
 2023-05-26  2:21 UTC  (2+ messages)
` [BlueZ] "

[PATCH v2 0/9] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-26  2:21 UTC  (6+ messages)
` [PATCH v2 6/9] riscv: dts: add initial T-HEAD TH1520 SoC device tree

[PATCH v2] workqueue: Do not set CPU_INTENSIVE worker flags with wq_cpu_intensive_thresh_us=0
 2023-05-26  2:20 UTC  (3+ messages)

[PATCH v4 00/11] MediaTek DDP GAMMA - 12-bit LUT support
 2023-05-26  2:20 UTC  (5+ messages)
` [PATCH v4 05/11] drm/mediatek: gamma: Enable the Gamma LUT table only after programming

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)

[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] pinctrl:sunplus: Add check for kmalloc
 2023-05-26  2:04 UTC  (8+ messages)
          `  "

[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 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
      `  "

[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  (5+ messages)
` [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


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.