linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 00:32:32 to 2021-03-31 17:37:57 UTC [more...]

[PATCHSET v2 0/2] fstests: add inode btree blocks counters to the AGI header
 2021-03-31 17:36 UTC  (5+ messages)
` [PATCH 1/2] xfs: functional testing of V5-relevant options
` [PATCH 2/2] xfs: test inobtcount upgrade

[PATCH v2] xfs: deprecate BMV_IF_NO_DMAPI_READ flag
 2021-03-31 17:06 UTC  (3+ messages)

[PATCHSET v3 0/3] fstests: make sure NEEDSREPAIR feature stops mounts
 2021-03-31 16:41 UTC  (7+ messages)
` [PATCH 1/3] common/xfs: support realtime devices with _scratch_xfs_admin
` [PATCH 2/3] common/xfs: work around a hang-on-stdin bug in xfs_admin 5.11
` [PATCH 3/3] xfs: test that the needsrepair feature works as advertised

[PATCH v2] xfsdump: remove BMV_IF_NO_DMAPI_READ flag
 2021-03-31 16:26 UTC 

[PATCHSET 0/4] fstests: widen timestamps to deal with y2038+
 2021-03-31 15:56 UTC  (7+ messages)
` [PATCH 1/4] generic: check userspace handling of extreme timestamps
` [PATCH 2/4] xfs/122: add legacy timestamps to ondisk checker
` [PATCH 3/4] xfs: detect time limits from filesystem
` [PATCH 4/4] xfs: test upgrading filesystem to bigtime

xfs ioend batching log reservation deadlock
 2021-03-31 12:26 UTC  (10+ messages)

Bidding invitation
 2021-03-31  7:13 UTC 

[PATCH] xfs: remove BMV_IF_NO_DMAPI_READ flag
 2021-03-31  6:22 UTC  (3+ messages)
` [xfs] 141cfc276a: xfstests.xfs.296.fail

[PATCH v4 0/7] repair: Phase 6 performance improvements
 2021-03-31  6:01 UTC  (8+ messages)
  ` [PATCH v4 1/7] workqueue: bound maximum queue depth
  ` [PATCH v4 2/7] repair: Protect bad inode list with mutex
  ` [PATCH v4 3/7] repair: protect inode chunk tree records with a mutex
  ` [PATCH v4 4/7] repair: parallelise phase 6
  ` [PATCH v4 5/7] repair: don't duplicate names in "
  ` [PATCH v4 6/7] repair: convert the dir byaddr hash to a radix tree
  ` [PATCH v4 7/7] repair: scale duplicate name checking in phase 6

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-31  3:57 UTC  (4+ messages)
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()

[Bug 212495] New: xfs: system crash caused by null bp->b_pages
 2021-03-31  1:38 UTC  (2+ messages)
` [Bug 212495] "

[PATCHSET v5 0/9] xfs: deferred inode inactivation
 2021-03-31  1:36 UTC  (2+ messages)

[PATCHSET v3 0/6] xfs: clean up incore inode walk functions
 2021-03-31  1:34 UTC  (19+ messages)
` [PATCH 1/6] xfs: use s_inodes in xfs_qm_dqrele_all_inodes
` [PATCH 2/6] xfs: remove iter_flags parameter from xfs_inode_walk_*
` [PATCH 3/6] xfs: remove indirect calls from xfs_inode_walk{,_ag}
` [PATCH 4/6] xfs: pass struct xfs_eofblocks to the inode scan callback
` [PATCH 5/6] xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
` [PATCH 6/6] xfs: refactor per-AG inode tagging functions

[PATCHSET 0/1] fstests: consolidate posteof and cowblocks cleanup
 2021-03-31  1:09 UTC  (2+ messages)
` [PATCH 1/1] xfs/23[12]: abstractify the XFS cow prealloc trimming interval

[PATCH v3 0/8] repair: Phase 6 performance improvements
 2021-03-30 23:05 UTC  (18+ messages)
  ` [PATCH v3 1/8] repair: turn bad inode list into array
  ` [PATCH v3 2/8] workqueue: bound maximum queue depth
  ` [PATCH v3 3/8] repair: Protect bad inode list with mutex
    ` [PATCH v3 RESEND "
  ` [PATCH v3 4/8] repair: protect inode chunk tree records with a mutex
  ` [PATCH v3 5/8] repair: parallelise phase 6
  ` [PATCH v3 6/8] repair: don't duplicate names in "
  ` [PATCH v3 7/8] repair: convert the dir byaddr hash to a radix tree
  ` [PATCH v3 8/8] repair: scale duplicate name checking in phase 6

[PATCH 0/4] xfs: fix eager attr fork init regressions
 2021-03-30 21:40 UTC  (10+ messages)
` [PATCH 1/4] xfs: eager inode attr fork init needs attr feature awareness
` [PATCH 2/4] xfs: inode fork allocation depends on XFS_IFEXTENT flag
` [PATCH 3/4] xfs: default attr fork size does not handle device inodes
` [PATCH 4/4] xfs: precalculate default inode attribute offset

[PATCH] xfsprogs: include <signal.h> for platform_crash
 2021-03-30 18:51 UTC  (2+ messages)

xfs inode structure cleanups v4
 2021-03-30 18:06 UTC  (30+ messages)
` [PATCH 01/20] xfs: split xfs_imap_to_bp
` [PATCH 02/20] xfs: consistently initialize di_flags2
` [PATCH 03/20] xfs: handle crtime more carefully in xfs_bulkstat_one_int
` [PATCH 04/20] xfs: remove the unused xfs_icdinode_has_bigtime helper
` [PATCH 05/20] xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
` [PATCH 06/20] xfs: don't clear the "dinode core" in xfs_inode_alloc
` [PATCH 07/20] xfs: move the di_projid field to struct xfs_inode
` [PATCH 08/20] xfs: move the di_size "
` [PATCH 09/20] xfs: move the di_nblocks "
` [PATCH 10/20] xfs: move the di_extsize "
` [PATCH 11/20] xfs: move the di_cowextsize "
` [PATCH 12/20] xfs: move the di_flushiter "
` [PATCH 13/20] xfs: cleanup xfs_fill_fsxattr
` [PATCH 14/20] xfs: use XFS_B_TO_FSB in xfs_ioctl_setattr
` [PATCH 15/20] xfs: use a union for i_cowextsize and i_flushiter
` [PATCH 16/20] xfs: move the di_forkoff field to struct xfs_inode
` [PATCH 17/20] xfs: move the di_flags "
` [PATCH 18/20] xfs: move the di_flags2 "
` [PATCH 19/20] xfs: move the di_crtime "
` [PATCH 20/20] xfs: merge _xfs_dic2xflags into xfs_ip2xflags

[PATCH 1/6] xfs/529: Execute chown on an existing directory entry
 2021-03-30  3:49 UTC  (13+ messages)
` [PATCH 2/6] xfs/529: Fix test to execute in multi-block directory config
` [PATCH 3/6] xfs/531: "
` [PATCH 4/6] xfs/532: "
` [PATCH 5/6] xfs/534: "
` [PATCH 6/6] xfs/535: "

[PATCH v16 00/11] xfs: Delay Ready Attributes
 2021-03-29 21:59 UTC  (17+ messages)
` [PATCH v16 01/11] xfs: Reverse apply 72b97ea40d
` [PATCH v16 02/11] xfs: Add xfs_attr_node_remove_cleanup
` [PATCH v16 03/11] xfs: Hoist xfs_attr_set_shortform
` [PATCH v16 04/11] xfs: Add helper xfs_attr_set_fmt
` [PATCH v16 05/11] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH v16 06/11] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v16 07/11] xfs: Hoist xfs_attr_node_addname
` [PATCH v16 08/11] xfs: Hoist xfs_attr_leaf_addname
` [PATCH v16 09/11] xfs: Hoist node transaction handling
` [PATCH v16 10/11] xfs: Add delay ready attr remove routines
` [PATCH v16 11/11] xfs: Add delay ready attr set routines

attr fork related fstests failures on for-next
 2021-03-29 21:07 UTC  (5+ messages)

[RFC PATCH v3 0/3] xfs: testcases for shrinking free space in the last AG
 2021-03-29  2:43 UTC  (12+ messages)
` [RFC PATCH v3 1/3] common/xfs: add a _require_xfs_shrink helper
` [RFC PATCH v3 2/3] xfs: basic functionality test for shrinking free space in the last AG
` [RFC PATCH v3 3/3] xfs: stress "

[PATCHSET 0/3] fstests: add inode btree blocks counters to the AGI header
 2021-03-28 15:14 UTC  (9+ messages)
` [PATCH 3/3] xfs: test inobtcount upgrade

[PATCH v3 0/2] xfs: set aside allocation btree blocks from block reservation
 2021-03-27 14:51 UTC  (6+ messages)
` [PATCH v3 2/2] "

[PATCH] xfs: use a unique and persistent value for f_fsid
 2021-03-27  9:14 UTC  (13+ messages)

[ANNOUNCE] xfs-linux: iomap-for-next updated to ad89b66cbad1
 2021-03-27  3:46 UTC 

xfs_metadump from git for-next crashes in process_dir_free_block
 2021-03-26 22:21 UTC 

[PATCH] xfs: scrub: Remove incorrect check executed on block format directories
 2021-03-26 17:47 UTC  (2+ messages)

[PATCH] xfsprogs: remove BMV_IF_NO_DMAPI_READ flag
 2021-03-26 15:35 UTC  (2+ messages)

[PATCH] xfsdump: remove BMV_IF_NO_DMAPI_READ flag
 2021-03-26 15:34 UTC  (2+ messages)

[PATCHSET v2 0/2] xfs: make xfs_can_free_eofblocks a predicate
 2021-03-26  6:00 UTC  (5+ messages)
` [PATCH 1/2] xfs: move the xfs_can_free_eofblocks call under the IOLOCK
` [PATCH 2/2] xfs: move the check for post-EOF mappings into xfs_can_free_eofblocks

[PATCH V6 00/13] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-26  4:21 UTC  (6+ messages)
` [PATCH V6 13/13] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[PATCHSET 0/2] fstests: test xfs_db directory navigation
 2021-03-26  3:32 UTC  (8+ messages)
` [PATCH 1/2] xfs: test the xfs_db path command
` [PATCH 2/2] xfs: test the xfs_db ls command
  ` [PATCH v1.1 "

[PATCH v2] xfs_growfs: support shrinking unused space
 2021-03-26  2:49 UTC  (2+ messages)

[PATCHSET 0/2] xfs-documentation: format updates for 5.10
 2021-03-26  2:48 UTC  (3+ messages)
` [PATCH 1/2] design: document the new inode btree counter feature
` [PATCH 2/2] design: document changes for the bigtime feature

xfs-docs question
 2021-03-26  2:42 UTC  (3+ messages)
` [PATCH] xfsdocs: Small fix to correct first free inode to be 5847 not 5856

[PATCH v16 00/28] xfsprogs: Delay Ready Attributes
 2021-03-26  0:31 UTC  (10+ messages)
` [PATCH v16 13/28] xfsprogs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH v16 17/28] libxfs: expose inobtcount in xfs geometry
` [PATCH v16 18/28] xfsprogs: Reverse apply 72b97ea40d
` [PATCH v16 20/28] xfsprogs: Hoist xfs_attr_set_shortform
` [PATCH v16 21/28] xfsprogs: Add helper xfs_attr_set_fmt
` [PATCH v16 24/28] xfsprogs: Hoist xfs_attr_node_addname
` [PATCH v16 25/28] xfsprogs: Hoist xfs_attr_leaf_addname
` [PATCH v16 27/28] xfsprogs: Add delay ready attr remove routines
` [PATCH v16 28/28] xfsprogs: Add delay ready attr set routines


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