linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 16:11:15 to 2021-03-26 00:32:33 UTC [more...]

[PATCH v16 00/28] xfsprogs: Delay Ready Attributes
 2021-03-26  0:31 UTC  (29+ messages)
` [PATCH v16 01/28] xfsprogs: fix an ABBA deadlock in xfs_rename
` [PATCH v16 02/28] xfsprogs: Add helper for checking per-inode extent count overflow
` [PATCH v16 03/28] xfsprogs: Check for extent overflow when trivally adding a new extent
` [PATCH v16 04/28] xfsprogs: Check for extent overflow when punching a hole
` [PATCH v16 05/28] xfsprogs: Check for extent overflow when adding dir entries
` [PATCH v16 06/28] xfsprogs: Check for extent overflow when removing "
` [PATCH v16 07/28] xfsprogs: Check for extent overflow when renaming "
` [PATCH v16 08/28] xfsprogs: Check for extent overflow when adding/removing xattrs
` [PATCH v16 09/28] xfsprogs: Check for extent overflow when writing to unwritten extent
` [PATCH v16 10/28] xfsprogs: Check for extent overflow when moving extent from cow to data fork
` [PATCH v16 11/28] xfsprogs: Check for extent overflow when swapping extents
` [PATCH v16 12/28] xfsprogs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH v16 13/28] xfsprogs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH v16 14/28] xfsprogs: Compute bmap extent alignments in a separate function
` [PATCH v16 15/28] xfsprogs: Process allocated extent "
` [PATCH v16 16/28] xfsprogs: Introduce error injection to allocate only minlen size extents for files
` [PATCH v16 17/28] libxfs: expose inobtcount in xfs geometry
` [PATCH v16 18/28] xfsprogs: Reverse apply 72b97ea40d
` [PATCH v16 19/28] xfsprogs: Add xfs_attr_node_remove_cleanup
` [PATCH v16 20/28] xfsprogs: Hoist xfs_attr_set_shortform
` [PATCH v16 21/28] xfsprogs: Add helper xfs_attr_set_fmt
` [PATCH v16 22/28] xfsprogs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH v16 23/28] xfsprogs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v16 24/28] xfsprogs: Hoist xfs_attr_node_addname
` [PATCH v16 25/28] xfsprogs: Hoist xfs_attr_leaf_addname
` [PATCH v16 26/28] xfsprogs: Hoist node transaction handling
` [PATCH v16 27/28] xfsprogs: Add delay ready attr remove routines
` [PATCH v16 28/28] xfsprogs: Add delay ready attr set routines

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

[ANNOUNCE] xfs-linux: for-next updated to 25dfa65f8149
 2021-03-26  0:24 UTC 

[PATCHSET v5 0/9] xfs: deferred inode inactivation
 2021-03-26  0:22 UTC  (10+ messages)
` [PATCH 1/9] xfs: refactor the inode recycling code
` [PATCH 2/9] xfs: deferred inode inactivation
` [PATCH 3/9] xfs: expose sysfs knob to control inode inactivation delay
` [PATCH 4/9] xfs: force inode inactivation and retry fs writes when there isn't space
` [PATCH 5/9] xfs: force inode garbage collection before fallocate when space is low
` [PATCH 6/9] xfs: parallelize inode inactivation
` [PATCH 7/9] xfs: create a polled function to force "
` [PATCH 8/9] xfs: add inode scan limits to the eofblocks ioctl
` [PATCH 9/9] xfs: don't run speculative preallocation gc when fs is frozen

[PATCHSET v3 0/6] xfs: clean up incore inode walk functions
 2021-03-26  0:21 UTC  (7+ 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 v2 0/2] xfs: make xfs_can_free_eofblocks a predicate
 2021-03-26  0:21 UTC  (3+ 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

[PATCHSET 0/2] fstests: make sure NEEDSREPAIR feature stops mounts
 2021-03-25 23:20 UTC  (5+ messages)
` [PATCH 1/2] common/xfs: support realtime devices with _scratch_xfs_admin
  ` [PATCH v1.1 "
` [PATCH 3/2] common/xfs: work around a hang-on-stdin bug in xfs_admin 5.11

[PATCH] xfs: use a unique and persistent value for f_fsid
 2021-03-25 23:03 UTC  (11+ messages)

[PATCH] iomap: improve the warnings from iomap_swapfile_activate
 2021-03-25 22:59 UTC  (2+ messages)

[PATCH 1/2] xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents
 2021-03-25 18:54 UTC  (4+ messages)
` [PATCH 2/2] xfs: Fix dax inode extent calculation when direct write is performed on an unwritten extent

[PATCH] xfs: fix xfs_trans slab cache name
 2021-03-25 18:47 UTC  (2+ messages)

[PATCHSET 0/2] fstests: test xfs_db directory navigation
 2021-03-25 16:36 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 "

swapfile warnings
 2021-03-25 16:20 UTC  (3+ messages)

[PATCH 1/6] xfs/529: Execute chown on an existing directory entry
 2021-03-25 14:08 UTC  (6+ 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 AUTOSEL 5.4 05/24] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-25 11:26 UTC 

[PATCH AUTOSEL 5.10 08/39] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-25 11:25 UTC 

[PATCH AUTOSEL 5.11 08/44] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-25 11:24 UTC 

[PATCHSET 0/3] fstests: test kernel regressions fixed in 5.12
 2021-03-25  8:57 UTC  (3+ messages)
` [PATCH 1/3] xfs: test rtalloc alignment and math errors

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

[PATCHSET 00/10] fstests: test kernel regressions fixed in 5.12
 2021-03-25  7:52 UTC  (5+ messages)
` [PATCH 03/10] xfs: test rtalloc alignment and math errors

[PATCH] xfs_admin: pick up log arguments correctly
 2021-03-25  4:32 UTC  (3+ messages)

simplify the blockgc iwalk infrastructure
 2021-03-25  4:30 UTC  (9+ messages)
` [PATCH 1/3] xfs: use s_inodes in xfs_qm_dqrele_all_inodes
` [PATCH 2/3] xfs: simplify the perage inode walk infrastructure
` [PATCH 3/3] xfs: pass struct xfs_eofblocks to the inode scan callback

[PATCHSET v3 00/11] xfs: deferred inode inactivation
 2021-03-25  4:26 UTC  (16+ messages)
` [PATCH 06/11] "
` [PATCH 10/11] xfs: parallelize "
` [PATCH 11/11] xfs: create a polled function to force "

xfsdump | xfsrestore resulting in files->orphanage
 2021-03-25  1:16 UTC  (2+ messages)

[PATCH v9 0/5] xfs: support shrinking free space in the last AG
 2021-03-25  0:54 UTC  (10+ messages)
` [PATCH v9 1/5] xfs: update lazy sb counters immediately for resizefs
` [PATCH v9 2/5] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v9 3/5] xfs: introduce xfs_ag_shrink_space()
` [PATCH v9 4/5] xfs: support shrinking unused space in the last AG
` [PATCH v9 5/5] xfs: add error injection for per-AG resv failure

[WIP] [RFC PATCH] xfs_growfs: allow shrinking unused space in the last AG
 2021-03-25  0:44 UTC  (3+ messages)

xfsdump | xfsrestore resulting in files->orphanage
 2021-03-24 23:58 UTC  (2+ messages)

[PATCHSET 0/3] populate: fix a few bugs with fs pre-population
 2021-03-24 18:22 UTC  (10+ messages)
` [PATCH 1/3] populate: create block devices when pre-populating filesystems
` [PATCH 2/3] common/populate: create fifos "
` [PATCH 3/3] common/populate: change how we describe cached populated images
  ` [PATCH v1.1 "

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-24 18:00 UTC  (14+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[PATCH v3 0/2] xfs: set aside allocation btree blocks from block reservation
 2021-03-24 14:24 UTC  (9+ messages)
` [PATCH v3 1/2] xfs: set a mount flag when perag reservation is active

[PATCH V6 00/13] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-24 14:17 UTC  (7+ messages)
` [PATCH V6 05/13] xfs: Check for extent overflow when growing realtime bitmap/summary inodes

[PATCHSET 0/3] fstests: add inode btree blocks counters to the AGI header
 2021-03-24 12:57 UTC  (5+ messages)
` [PATCH 3/3] xfs: test inobtcount upgrade

[PATCH 0/7] repair: Phase 6 performance improvements
 2021-03-24  2:08 UTC  (6+ messages)

memory requirements for a 400TB fs with reflinks
 2021-03-23 22:02 UTC  (5+ messages)

[PATCHSET 0/3] xfs: reduce indirect function calls in inode walk
 2021-03-23 18:35 UTC  (5+ messages)
` [PATCH 1/3] xfs: remove tag parameter from xfs_inode_walk{,_ag}

[PATCHSET 0/2] xfs: make xfs_can_free_eofblocks a predicate
 2021-03-23 18:32 UTC  (7+ messages)
` [PATCH 2/2] xfs: move the check for post-EOF mappings into xfs_can_free_eofblocks

[PATCH v1] xfs: return err code if xfs_buf_associate_memory fail
 2021-03-23 16:13 UTC  (2+ messages)

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-23 16:08 UTC  (3+ messages)
` [PATCH v3 04/10] fsdax: Introduce dax_iomap_cow_copy()


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