linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-19 01:34:54 to 2021-03-24 14:22:39 UTC [more...]

xfs inode structure cleanups v3
 2021-03-24 14:21 UTC  (8+ 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 V6 00/13] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-24 14:17 UTC  (11+ messages)
` [PATCH V6 05/13] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V6 13/13] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[PATCHSET 0/3] fstests: add inode btree blocks counters to the AGI header
 2021-03-24 12:57 UTC  (7+ messages)
` [PATCH 1/3] xfs/{010,030}: update repair output to deal with inobtcount feature
` [PATCH 2/3] xfs/122: embiggen struct xfs_agi size for "
` [PATCH 3/3] xfs: test inobtcount upgrade

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

xfs-docs question
 2021-03-24  8:34 UTC 

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

simplify the blockgc iwalk infrastructure
 2021-03-24  7:03 UTC  (4+ 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-24  4:57 UTC  (30+ messages)
` [PATCH 01/11] xfs: prevent metadata files from being inactivated
` [PATCH 02/11] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 03/11] xfs: don't reclaim dquots with incore reservations
` [PATCH 06/11] xfs: deferred inode inactivation
` [PATCH 10/11] xfs: parallelize "
` [PATCH 11/11] xfs: create a polled function to force "

[PATCH] xfs_admin: pick up log arguments correctly
 2021-03-24  2:10 UTC 

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

[PATCH v9 0/5] xfs: support shrinking free space in the last AG
 2021-03-24  1:06 UTC  (6+ 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

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

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

[PATCHSET 0/3] xfs: reduce indirect function calls in inode walk
 2021-03-23 18:35 UTC  (7+ 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  (11+ 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 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  (16+ messages)
` [PATCH v3 01/10] fsdax: Factor helpers to simplify dax fault code
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v3 04/10] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v3 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v3 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v3 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v3 08/10] fsdax: Dedup file range to use a compare function
` [PATCH v3 09/10] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v3 10/10] fs/xfs: Add dedupe support for fsdax

[PATCH V2] xfs_logprint: Fix buffer overflow printing quotaoff
 2021-03-23 16:08 UTC  (2+ messages)

[PATCH] xfs_logprint: Fix buffer overflow printing quotaoff
 2021-03-23  9:08 UTC  (6+ messages)

[PATCHSET 0/2] fstests: make sure NEEDSREPAIR feature stops mounts
 2021-03-23  4:20 UTC  (3+ messages)
` [PATCH 1/2] common/xfs: support realtime devices with _scratch_xfs_admin
` [PATCH 2/2] xfs: test that the needsrepair feature works as advertised

[PATCHSET 0/2] fstests: test xfs_db directory navigation
 2021-03-23  4:20 UTC  (3+ messages)
` [PATCH 1/2] xfs: test the xfs_db path command
` [PATCH 2/2] xfs: test the xfs_db ls command

[PATCHSET 0/3] fstests: test kernel regressions fixed in 5.12
 2021-03-23  4:20 UTC  (4+ messages)
` [PATCH 1/3] xfs: test rtalloc alignment and math errors
` [PATCH 2/3] common/rc: refactor _require_{ext2,tmpfs} helpers
` [PATCH 3/3] generic: test a deadlock in xfs_rename when whiteing out files

[PATCHSET 0/3] populate: fix a few bugs with fs pre-population
 2021-03-23  4:19 UTC  (4+ 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

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

[PATCH v8 0/5] xfs: support shrinking free space in the last AG
 2021-03-23  1:15 UTC  (22+ messages)
` [PATCH v8 1/5] xfs: update lazy sb counters immediately for resizefs
` [PATCH v8 2/5] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v8 3/5] xfs: introduce xfs_ag_shrink_space()
` [PATCH v8 4/5] xfs: support shrinking unused space in the last AG

[PATCH] xfs: only reset incore inode health state flags when reclaiming an inode
 2021-03-22 23:10 UTC  (7+ messages)

[PATCH] xfs: Fix a typo
 2021-03-22 18:48 UTC  (3+ messages)

[PATCH v2 0/4] tweak fs mapping helpers
 2021-03-22  8:50 UTC  (11+ messages)
` [PATCH v2 1/4] fs: document "
` [PATCH v2 2/4] fs: document and rename fsid helpers
` [PATCH v2 3/4] fs: introduce fsuidgid_has_mapping() helper
` [PATCH v2 4/4] fs: introduce two inode i_{u,g}id initialization helpers

[PATCH V2] xfs: Rudimentary spelling fix
 2021-03-22  4:03 UTC  (2+ messages)

[PATCH] xfs: Rudimentary spelling fix
 2021-03-22  3:46 UTC  (4+ messages)

[PATCH] xfs: Rudimentary typo fixes
 2021-03-20 22:34 UTC  (3+ messages)

[PATCH v3][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-20 21:48 UTC  (6+ messages)

[PATCH v2 0/2] xfs: Skip repetitive warnings about mount options
 2021-03-19 18:25 UTC  (4+ messages)
` [PATCH v2 1/2] xfs: rename variable mp to parsing_mp
` [PATCH v2 2/2] xfs: Skip repetitive warnings about mount options

[PATCH] xfs: use has_capability_noaudit() instead of capable() where appropriate
 2021-03-19  6:00 UTC  (4+ messages)


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