public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-12 13:34:28 to 2022-12-20 03:17:05 UTC [more...]

[PATCHSET RFC 0/8] fstests: improve junit xml reporting
 2022-12-20  3:16 UTC  (13+ messages)
` [PATCH 1/8] check: generate section reports between tests
` [PATCH 2/8] report: derive an xml schema for the xunit report
` [PATCH 3/8] report: capture the time zone in the test report timestamp
` [PATCH 4/8] report: sort properties by name
` [PATCH 5/8] report: pass property value to _xunit_add_property
` [PATCH 6/8] report: collect basic information about a test run
` [PATCH 7/8] report: record xfs-specific "
` [PATCH 8/8] report: record ext*-specific "

XFS reflink overhead, ioctl(FICLONE)
 2022-12-20  3:06 UTC  (12+ messages)

[PATCH AUTOSEL 6.0 13/16] iomap: write iomap validity checks
 2022-12-20  1:21 UTC 

[PATCH AUTOSEL 6.1 13/16] iomap: write iomap validity checks
 2022-12-20  1:20 UTC 

[PATCHSET 0/4] xfs: random fixes for 6.2, part 3
 2022-12-20  0:05 UTC  (5+ messages)
` [PATCH 1/4] xfs: don't assert if cmap covers imap after cycling lock
` [PATCH 2/4] xfs: don't stall background reclaim on inactvation
` [PATCH 3/4] xfs: make xfs_iomap_page_ops static
` [PATCH 4/4] xfs: fix off-by-one error in xfs_btree_space_to_height

[PATCHSET 0/1] fstests: fix tests for kernel 6.1
 2022-12-19 19:01 UTC  (7+ messages)
` [PATCH 1/1] xfs/122: fix EFI/EFD log format structure size after flex array conversion

[PATCH v2 0/2] get UUID of mounted filesystems
 2022-12-19 18:18 UTC  (3+ messages)
` [PATCH v2 1/2] xfs_io: add fsuuid command
` [PATCH v2 2/2] xfs_admin: get UUID of mounted filesystem

[linux-next:master] BUILD REGRESSION d650871875b2ccc670f1044be7f3cc90f276745d
 2022-12-19 14:34 UTC 

Why fstests g/673 and g/683~687 suddently fail (on xfs, ext4...) on latest linux v6.1+ ?
 2022-12-19  4:11 UTC  (5+ messages)

[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
 2022-12-18 22:10 UTC  (18+ messages)
` [RFC v3 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v3 2/7] iomap: Add iomap_folio_done helper
` [RFC v3 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v3 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v3 5/7] iomap: Get page in page_prepare handler
` [RFC v3 6/7] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v3 7/7] iomap: Rename page_ops to folio_ops
` [RFC v4 0/7] Turn iomap_page_ops into iomap_folio_ops
` [RFC v4 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v4 2/7] iomap: Add iomap_folio_done helper
` [RFC v4 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v4 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v4 5/7] iomap/gfs2: Get page in page_prepare handler
` [RFC v4 6/7] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v4 7/7] iomap: Rename page_ops to folio_ops

[PATCH v7 00/27] Parent Pointers
 2022-12-18 10:03 UTC  (28+ messages)
` [PATCH v7 01/27] xfs: Add new name to attri/d
` [PATCH v7 02/27] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v7 03/27] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH v7 04/27] xfs: Hold inode locks in xfs_ialloc
` [PATCH v7 05/27] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v7 06/27] xfs: Hold inode locks in xfs_rename
` [PATCH v7 07/27] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v7 08/27] xfs: get directory offset when adding directory name
` [PATCH v7 09/27] xfs: get directory offset when removing "
` [PATCH v7 10/27] xfs: get directory offset when replacing a "
` [PATCH v7 11/27] xfs: add parent pointer support to attribute code
` [PATCH v7 12/27] xfs: define parent pointer xattr format
` [PATCH v7 13/27] xfs: Add xfs_verify_pptr
` [PATCH v7 14/27] xfs: extend transaction reservations for parent attributes
` [PATCH v7 15/27] xfs: parent pointer attribute creation
` [PATCH v7 16/27] xfs: add parent attributes to link
` [PATCH v7 17/27] xfs: add parent attributes to symlink
` [PATCH v7 18/27] xfs: remove parent pointers in unlink
` [PATCH v7 19/27] xfs: Indent xfs_rename
` [PATCH v7 20/27] xfs: Add parent pointers to rename
` [PATCH v7 21/27] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v7 22/27] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v7 23/27] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v7 24/27] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v7 25/27] xfs: Add parent pointer ioctl
` [PATCH v7 26/27] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v7 27/27] xfs: drop compatibility minimum log size computations for reflink

[syzbot] general protection fault in __xfs_free_extent
 2022-12-18  6:06 UTC 

[PATCHSET 0/4] fstests: fix broken fuzzing xfs_mdrestore calls
 2022-12-17 20:06 UTC  (14+ messages)
` [PATCH 1/4] common/populate: create helpers to handle restoring metadumps
` [PATCH 2/4] common/xfs: create a helper for restoring metadumps to the scratch devs
` [PATCH 3/4] common/populate: move decompression code to _{xfs,ext4}_mdrestore
  ` [PATCH v1.1 "
` [PATCH 4/4] fuzzy: don't fail on compressed metadumps

[linux-next:master] BUILD REGRESSION ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291
 2022-12-16 15:18 UTC 

[ANNOUNCE] xfsprogs for-next branch updated
 2022-12-16 11:16 UTC 

[ANNOUNCE] xfsdump: Release 3.1.12
 2022-12-16 11:02 UTC 

[PATCH] iomap: Move page_done callback under the folio lock
 2022-12-16  8:22 UTC  (8+ messages)
    ` [PATCH v2] "

[RFC PATCH 00/11] fs-verity support for XFS
 2022-12-16  5:04 UTC  (45+ messages)
` [RFC PATCH 01/11] xfs: enable large folios in xfs_setup_inode()
` [RFC PATCH 02/11] pagemap: add mapping_clear_large_folios() wrapper
` [RFC PATCH 03/11] xfs: add attribute type for fs-verity
` [RFC PATCH 04/11] xfs: add fs-verity ro-compat flag
` [RFC PATCH 05/11] xfs: add inode on-disk VERITY flag
` [RFC PATCH 06/11] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [RFC PATCH 07/11] xfs: disable direct read path for fs-verity sealed files
` [RFC PATCH 08/11] xfs: don't enable large folios on fs-verity sealed inode
` [RFC PATCH 09/11] iomap: fs-verity verification on page read
` [RFC PATCH 10/11] xfs: add fs-verity support
` [RFC PATCH 11/11] xfs: add fs-verity ioctls

[linux-next:master] BUILD REGRESSION 459c73db4069c27c1d4a0e20d055b837396364b8
 2022-12-16  4:37 UTC  (2+ messages)

[PATCHSET 0/1] fstests: random fixes for v2022.11.27
 2022-12-15 16:17 UTC  (4+ messages)
` [PATCH 1/1] xfs/018: fix attr value setting in this test

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2022-12-15  6:04 UTC 

[PATCH 0/4] fsverity cleanups
 2022-12-14 23:10 UTC  (6+ messages)
` [PATCH 1/4] fsverity: optimize fsverity_file_open() on non-verity files
` [PATCH 2/4] fsverity: optimize fsverity_prepare_setattr() "
` [PATCH 3/4] fsverity: optimize fsverity_cleanup_inode() "
` [PATCH 4/4] fsverity: pass pos and size to ->write_merkle_tree_block

[GIT PULL] xfs: new code for 6.2
 2022-12-14 19:16 UTC  (2+ messages)

[PATCH] xfs: Add const qualifiers
 2022-12-14 16:54 UTC  (3+ messages)

[PATCHSET 0/2] xfsprogs: random fixes for 6.1, part 2
 2022-12-14 12:31 UTC  (4+ messages)
  ` [PATCH 1/2] xfs_io: don't display stripe alignment flags for realtime files
  ` [PATCH 2/2] xfs_db: create separate struct and field definitions for finobts

Separate mailing list (and git and patchwork) for fsverity?
 2022-12-13 19:24 UTC 

After block device error, FICLONE and sync_file_range() make NULs, unlike read()
 2022-12-13 19:20 UTC  (8+ messages)

[PATCH v1 0/2] get UUID of mounted filesystems
 2022-12-13 19:20 UTC  (5+ messages)
` [PATCH v1 2/2] xfs_admin: get UUID of mounted filesystem

[GIT PULL] vfs: new code for 6.2
 2022-12-13 19:02 UTC  (2+ messages)

[GIT PULL] iomap: new code for 6.2
 2022-12-13 19:02 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 39ab32797f072eaf86b1faa7384ac73450684110
 2022-12-13 18:28 UTC 

[RESEND PATCH v3] fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
 2022-12-13 17:15 UTC 

[PATCH] [RFC] iomap: zeroing needs to be pagecache aware
 2022-12-13 15:18 UTC  (2+ messages)

[PATCH v3] fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
 2022-12-13 12:32 UTC  (3+ messages)
    ` [External] : "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox