linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 22:38:20 to 2023-03-16 19:35:31 UTC [more...]

[RFC DELUGE v10r1d2] xfs: Parent Pointers
 2023-03-16 19:35 UTC  (71+ messages)
` [PATCHSET v10r1d2 0/7] xfs: bug fixes for parent pointers
  ` [PATCH 1/7] xfs: validate parent pointer xattrs in getparent
  ` [PATCH 2/7] xfs: rename xfs_pptr_info to xfs_getparents
  ` [PATCH 3/7] xfs: rename xfs_parent_ptr
  ` [PATCH 4/7] xfs: fix GETPARENTS ioctl
  ` [PATCH 5/7] xfs: add tracing to the "
  ` [PATCH 6/7] xfs: shorten parent pointer function names
  ` [PATCH 7/7] xfs: rearrange bits of the parent pointer apis for fsck
` [PATCHSET v10r1d2 00/17] xfs: encode parent pointer name in xattr key
  ` [PATCH 01/17] xfs: document the ri_total validation in xlog_recover_attri_commit_pass2
  ` [PATCH 02/17] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 03/17] xfs: allow xattr matching on value for local/sf attrs
  ` [PATCH 04/17] xfs: preserve VLOOKUP in xfs_attr_set
  ` [PATCH 05/17] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 06/17] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 07/17] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 08/17] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 09/17] xfs: flip nvreplace detection in xfs_attr_complete_op
  ` [PATCH 10/17] xfs: log VLOOKUP xattr removal operations
  ` [PATCH 11/17] xfs: log VLOOKUP xattr setting operations
  ` [PATCH 12/17] xfs: overlay alfi_nname_len atop alfi_name_len for NVREPLACE
  ` [PATCH 13/17] xfs: refactor value length in xlog_recover_attri_commit_pass2
  ` [PATCH 14/17] xfs: rename nname to newname
  ` [PATCH 15/17] xfs: log VLOOKUP xattr nvreplace operations
  ` [PATCH 16/17] xfs: log new xattr values for NVREPLACEXXX operations
  ` [PATCH 17/17] xfs: replace parent pointer diroffset with full dirent name
` [PATCHSET v10r1d2 0/9] xfsprogs: tool fixes for parent pointers
  ` [PATCH 1/9] libxfs: initialize the slab cache for parent defer items
  ` [PATCH 2/9] mkfs: fix libxfs api misuse
  ` [PATCH 3/9] libxfs: create new files with attr forks if necessary
  ` [PATCH 4/9] mkfs: fix subdir parent pointer creation
  ` [PATCH 5/9] xfs_db: report parent pointer keys
  ` [PATCH 6/9] xfs_db: obfuscate dirent and pptr names consistently
  ` [PATCH 7/9] xfs_io: print path in path_print
  ` [PATCH 8/9] xfs_io: parent command is not experts-only
  ` [PATCH 9/9] xfs_repair: fix incorrect dabtree hashval comparison
` [PATCHSET v10r1d2 0/2] xfsprogs: actually use getparent ioctl
  ` [PATCH 1/2] xfs_scrub: revert unnecessary code from "implement the upper half of parent pointers"
  ` [PATCH 2/2] xfs_scrub: use parent pointers when possible to report file operations
` [PATCHSET v10r1d2 0/7] libfrog: fix parent pointer library code
  ` [PATCH 1/7] xfs_io: move parent pointer filtering and formatting flags out of libhandle
  ` [PATCH 2/7] libfrog: remove all the parent pointer code from libhandle
  ` [PATCH 3/7] libfrog: fix indenting errors in xfss_pptr_alloc
  ` [PATCH 4/7] libfrog: return positive errno in pptrs.c
  ` [PATCH 5/7] libfrog: only walk one parent pointer at a time in handle_walk_parent_path_ptr
  ` [PATCH 6/7] libfrog: trim trailing slashes when printing pptr paths
  ` [PATCH 7/7] libfrog: fix a buffer overrun in path_list_to_string
` [PATCHSET v10r1d2 0/5] xfsprogs: bug fixes for parent pointers
  ` [PATCH 1/5] xfs: rename xfs_pptr_info to xfs_getparents
  ` [PATCH 2/5] xfs: rename xfs_parent_ptr
  ` [PATCH 3/5] xfs: fix GETPARENTS ioctl
  ` [PATCH 4/5] xfs: shorten parent pointer function names
  ` [PATCH 5/5] xfs: rearrange bits of the parent pointer apis for fsck
` [PATCHSET v10r1d2 0/4] xfs_logprint: clean up attri/pptr dumping
  ` [PATCH 1/4] xfs: revert "xfsprogs: Print pptrs in ATTRI items"
  ` [PATCH 2/4] xfs_logprint: print missing attri header fields
  ` [PATCH 3/4] xfs: make logprint note attr names and newnames consistently
  ` [PATCH 4/4] xfs_logprint: decode parent pointers fully
` [PATCHSET v10r1d2 00/14] fstests: adjust tests for xfs parent pointers
  ` [PATCH 01/14] xfs/122: update for "
  ` [PATCH 02/14] populate: create hardlinks "
  ` [PATCH 03/14] xfs/021: adapt golden output files "
  ` [PATCH 04/14] generic/050: adapt "
  ` [PATCH 05/14] xfs/018: disable parent pointers for this test
  ` [PATCH 06/14] xfs/306: fix formatting failures with parent pointers
  ` [PATCH 07/14] common: add helpers for parent pointer tests
  ` [PATCH 08/14] xfs: add parent pointer test
  ` [PATCH 09/14] xfs: add multi link "
` [PATCHSET v10r1d2 0/1] xfs: bug fixes for parent pointers
` [PATCHSET v10r1d2 0/1] fstests: encode parent pointer name in xattr key

[Bug 207053] New: fsfreeze deadlock on XFS (the FIFREEZE ioctl and subsequent FITHAW hang indefinitely)
 2023-03-16 18:30 UTC  (2+ messages)
` [Bug 207053] "

[ANNOUNCE] xfs-linux: for-next updated to 6de4b1ab470f
 2023-03-16 17:18 UTC 

[PATCH 1/2] libfrog: move crc32c selftest buffer into a separate file
 2023-03-16 16:52 UTC  (2+ messages)
` [PATCH 2/2] misc: test the dir/attr hash before formatting or repairing fs

[PATCH] xfs: test dir/attr hash when loading module
 2023-03-16 16:48 UTC 

[PATCH] xfs: add tracepoints for each of the externally visible allocators
 2023-03-16 16:47 UTC 

[PATCH] xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_ags
 2023-03-16 16:47 UTC 

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-16  8:18 UTC  (4+ messages)

[PATCH v1 0/4] setting uuid of online filesystems
 2023-03-16  8:09 UTC  (13+ messages)
` [PATCH v1 1/4] xfs: refactor xfs_uuid_mount and xfs_uuid_unmount
` [PATCH v1 2/4] xfs: implement custom freeze/thaw functions
` [PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
` [PATCH v1 4/4] xfs: export meta uuid via xfs_fsop_geom

[PATCH] xfs: stress test cycling parent pointers with online repair
 2023-03-16  6:07 UTC  (4+ messages)

xfs: system fails to boot up due to Internal error xfs_trans_cancel
 2023-03-16  5:20 UTC  (7+ messages)

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-16  4:29 UTC  (3+ messages)

[PATCH 0/4] pcpctr: fix percpu_counter_sum vs cpu offline race
 2023-03-15 21:21 UTC  (9+ messages)
` [PATCH 1/4] cpumask: introduce for_each_cpu_or
` [PATCH 2/4] pcpcntrs: fix dying cpu summation race
` [PATCH 3/4] fork: remove use of percpu_counter_sum_all
` [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()

[LSF TOPIC] online repair of filesystems: what next?
 2023-03-15  3:45 UTC  (8+ messages)

[PATCH] xfs: fix possible assert failed in xfs_fs_put_super() when do cpu offline
 2023-03-15  3:06 UTC  (4+ messages)

[PIEDAY DELUGE 2/2] xfs: online repair in its entirety
 2023-03-15  1:20 UTC 

[PIEDAY DELUGE 1/2] xfs: all pending online scrub improvements
 2023-03-15  1:12 UTC 

[PATCH] xfs_repair: fix incorrect dabtree hashval comparison
 2023-03-15  1:01 UTC 

[PATCH] xfs_db: fix complaints about unsigned char casting
 2023-03-15  1:01 UTC 

[PATCHSET v3 00/15] fstests: improve junit xml reporting
 2023-03-15  0:53 UTC  (16+ messages)
` [PATCH 01/15] check: generate section reports between tests
` [PATCH 02/15] report: derive an xml schema for the xunit report
` [PATCH 03/15] report: capture the time zone in the test report timestamp
` [PATCH 04/15] report: clarify the meaning of the timestamp attribute
` [PATCH 05/15] report: record fstests start and report generation timestamps
` [PATCH 06/15] report: encode cdata sections correctly
` [PATCH 07/15] report: encode the kernel log as a separate xml element
` [PATCH 08/15] report: sort properties by name
` [PATCH 09/15] report: pass property value to _xunit_add_property
` [PATCH 10/15] report: encode xml entities in property values
` [PATCH 11/15] report: collect basic information about a test run
` [PATCH 12/15] report: record optional environment variables
` [PATCH 13/15] report: record xfs-specific information about a test run
` [PATCH 14/15] report: record ext*-specific "
` [PATCH 15/15] report: allow test runners to inject arbitrary values

[Bug 217138] New: [xfstests] XFS: Assertion failed: xfs_bmap_validate_extent(ip, whichfork, &rec) == NULL, file: fs/xfs/libxfs/xfs_inode_fork.c, line: 557
 2023-03-14 15:22 UTC  (2+ messages)
` [Bug 217138] "

[linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
 2023-03-14  5:50 UTC  (3+ messages)

[RFC DELUGE v9r2d1] xfs: Parent Pointers
 2023-03-14  2:20 UTC  (7+ messages)

[PATCH 5.15 00/11] sgid fixes for 5.15.y
 2023-03-14  2:16 UTC  (2+ messages)

[Syzkaller & bisect] There is BUG: soft lockup in __cleanup_mnt in v6.3-rc1 kernel
 2023-03-14  2:15 UTC  (2+ messages)

[PATCH] xfs: simplify two-level sysctl registration for xfs_table
 2023-03-12 23:31 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 6.3
 2023-03-12 16:57 UTC  (2+ messages)

return an ERR_PTR from __filemap_get_folio v2
 2023-03-10  8:02 UTC  (5+ messages)
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v2 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-10  2:37 UTC  (6+ messages)
` [PATCH v2 1/3] mm: vmscan: move set_task_reclaim_state() after cgroup_reclaim()
` [PATCH v2 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [PATCH v2 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim

[PATCH] xfs: try to idiot-proof the allocators
 2023-03-09 23:59 UTC  (2+ messages)

[PATCH v2] xfs: fix hung when transaction commit fail in xfs_inactive_ifree
 2023-03-09 14:10 UTC  (4+ messages)

[PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-09  4:08 UTC  (7+ messages)

[PATCH v10 00/32] Parent Pointers
 2023-03-08 22:37 UTC  (30+ messages)
` [PATCH v10 01/32] xfs: Add new name to attri/d
` [PATCH v10 05/32] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v10 06/32] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v10 07/32] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH v10 08/32] xfs: get directory offset when adding directory name
` [PATCH v10 09/32] xfs: get directory offset when removing "
` [PATCH v10 10/32] xfs: get directory offset when replacing a "
` [PATCH v10 11/32] xfs: add parent pointer support to attribute code
` [PATCH v10 12/32] xfs: define parent pointer xattr format
` [PATCH v10 13/32] xfs: Add xfs_verify_pptr
` [PATCH v10 14/32] xfs: extend transaction reservations for parent attributes
` [PATCH v10 15/32] xfs: parent pointer attribute creation
` [PATCH v10 16/32] xfs: add parent attributes to link
` [PATCH v10 17/32] xfs: add parent attributes to symlink
` [PATCH v10 18/32] xfs: remove parent pointers in unlink
` [PATCH v10 19/32] xfs: Indent xfs_rename
` [PATCH v10 20/32] xfs: Add parent pointers to rename
` [PATCH v10 21/32] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v10 22/32] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v10 23/32] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v10 24/32] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v10 25/32] xfs: pass the attr value to put_listent when possible
` [PATCH v10 26/32] xfs: Add parent pointer ioctl
` [PATCH v10 27/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v10 28/32] xfs: drop compatibility minimum log size computations for reflink
` [PATCH v10 29/32] xfs: add xfs_trans_mod_sb tracing
` [PATCH v10 30/32] xfs: move/add parent pointer validators to xfs_parent
` [PATCH v10 31/32] xfs: directory lookups should return diroffsets too
` [PATCH v10 32/32] xfs: don't remove the attr fork when parent pointers are enabled


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).