linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 01:32:57 to 2023-03-16 19:25:03 UTC [more...]

[RFC DELUGE v10r1d2] xfs: Parent Pointers
 2023-03-16 19:24 UTC  (31+ 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
` [PATCHSET v10r1d2 0/9] xfsprogs: tool fixes for parent pointers
` [PATCHSET v10r1d2 0/2] xfsprogs: actually use getparent ioctl
` [PATCHSET v10r1d2 0/7] libfrog: fix parent pointer library code
` [PATCHSET v10r1d2 0/5] xfsprogs: bug fixes for parent pointers
` [PATCHSET v10r1d2 0/4] xfs_logprint: clean up attri/pptr dumping
` [PATCHSET v10r1d2 00/14] fstests: adjust tests for xfs parent pointers
` [PATCHSET v10r1d2 0/1] xfs: bug fixes for "
` [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  (5+ messages)
` [PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
` [PATCH 2/2] io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it

[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  (13+ messages)
` [PATCH 5.15 01/11] xfs: use setattr_copy to set vfs inode attributes
` [PATCH 5.15 02/11] xfs: remove XFS_PREALLOC_SYNC
` [PATCH 5.15 03/11] xfs: fallocate() should call file_modified()
` [PATCH 5.15 04/11] xfs: set prealloc flag in xfs_alloc_file_space()
` [PATCH 5.15 05/11] fs: add mode_strip_sgid() helper
` [PATCH 5.15 06/11] fs: move S_ISGID stripping into the vfs_*() helpers
` [PATCH 5.15 07/11] attr: add in_group_or_capable()
` [PATCH 5.15 08/11] fs: move should_remove_suid()
` [PATCH 5.15 09/11] attr: add setattr_should_drop_sgid()
` [PATCH 5.15 10/11] attr: use consistent sgid stripping checks
` [PATCH 5.15 11/11] fs: use consistent setgid checks in is_sxid()

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

[PATCH v10 00/32] Parent Pointers
 2023-03-08 22:37 UTC  (33+ messages)
` [PATCH v10 01/32] xfs: Add new name to attri/d
` [PATCH v10 02/32] xfs: Hold inode locks in xfs_ialloc
` [PATCH v10 03/32] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v10 04/32] xfs: Hold inode locks in xfs_rename
` [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

return an ERR_PTR from __filemap_get_folio v3
 2023-03-07 15:23 UTC  (9+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
` [Cluster-devel] return an ERR_PTR from __filemap_get_folio v3

[PATCHSET v24.3 00/14] xfs: design documentation for online fsck
 2023-03-07  1:32 UTC  (4+ messages)
` [PATCH 12/14] xfs: document directory tree repairs
` [PATCH 13/14] xfs: document the userspace fsck driver program
` [PATCH 14/14] xfs: document future directions of online fsck


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).