linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-18 20:59:23 to 2022-03-24 10:22:50 UTC [more...]

[Bug 215687] New: chown behavior on XFS is changed
 2022-03-24 10:22 UTC  (2+ messages)

[PATCH v6 0/6] DAX poison recovery
 2022-03-24  6:37 UTC  (25+ messages)
` [PATCH v6 1/6] x86/mm: fix comment
` [PATCH v6 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v6 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v6 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v6 5/6] pmem: refactor pmem_clear_poison()
` [PATCH v6 6/6] pmem: implement pmem_recovery_write()

[PATCHSET v3 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-03-24  6:21 UTC  (23+ messages)
` [PATCH 1/6] xfs: document the XFS_ALLOC_AGFL_RESERVE constant
` [PATCH 2/6] xfs: actually set aside enough space to handle a bmbt split
` [PATCH 3/6] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 4/6] xfs: fix infinite loop "
` [PATCH 5/6] xfs: don't report reserved bnobt space as available
` [PATCH 6/6] xfs: rename "alloc_set_aside" to be more descriptive

[xfs] 1fc3f2c3c9: xfstests.xfs.529.fail
 2022-03-24  5:31 UTC  (3+ messages)

[v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-24  2:46 UTC  (6+ messages)
` [v2 PATCH 3/8] mm: khugepaged: skip DAX vma

xfs: Temporary extra disk space consumption?
 2022-03-24  1:13 UTC  (5+ messages)

[PATCH 0/6 v2] xfs: more shutdown/recovery fixes
 2022-03-24  0:21 UTC  (7+ messages)
` [PATCH 1/6] xfs: aborting inodes on shutdown may need buffer lock
` [PATCH 2/6] xfs: shutdown in intent recovery has non-intent items in the AIL
` [PATCH 3/6] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
` [PATCH 4/6] xfs: log shutdown triggers should only shut down the log
` [PATCH 5/6] xfs: xfs_do_force_shutdown needs to block racing shutdowns
` [PATCH 6/6] xfs: xfs_trans_commit() path must check for log shutdown

[PATCH v29 00/15] xfs: Log Attribute Replay
 2022-03-23 21:07 UTC  (16+ messages)
` [PATCH v29 01/15] xfs: Fix double unlock in defer capture code
` [PATCH v29 02/15] xfs: don't commit the first deferred transaction without intents
` [PATCH v29 03/15] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v29 04/15] xfs: Set up infrastructure for log attribute replay
` [PATCH v29 05/15] xfs: Implement attr logging and replay
` [PATCH v29 06/15] xfs: Skip flip flags for delayed attrs
` [PATCH v29 07/15] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v29 08/15] xfs: Remove unused xfs_attr_*_args
` [PATCH v29 09/15] xfs: Add log attribute error tag
` [PATCH v29 10/15] xfs: Add larp debug option
` [PATCH v29 11/15] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v29 12/15] xfs: Add helper function xfs_attr_leaf_addname
` [PATCH v29 13/15] xfs: Add helper function xfs_init_attr_trans
` [PATCH v29 14/15] xfs: add leaf split error tag
` [PATCH v29 15/15] xfs: add leaf to node "

[Bug 215731] New: Serial port continuously outputs “XFS (dm-0): Metadata corruption detected”
 2022-03-23 21:02 UTC  (2+ messages)
` [Bug 215731] "

[GIT PULL] xfs: new code for 5.18
 2022-03-23 16:48 UTC 

[PATCH] tracing: Have trace event string test handle zero length strings
 2022-03-23 14:51 UTC  (3+ messages)

XFS tracepoint warning due to NULL string
 2022-03-23 14:24 UTC  (3+ messages)

[RFC RESEND] xfs: fix up non-directory creation in SGID directories when umask S_IXGRP
 2022-03-23  7:18 UTC  (5+ messages)

[PATCHSET 0/2] fstests: new tests for kernel 5.17
 2022-03-23  3:06 UTC  (5+ messages)
` [PATCH 1/2] xfs: make sure syncfs(2) passes back super_operations.sync_fs errors
` [PATCH 2/2] generic: ensure we drop suid after fallocate

[PATCH v1] xfs/019: extend protofile test
 2022-03-23  1:36 UTC  (2+ messages)

[PATCH] loop: add WQ_MEM_RECLAIM flag to per device workqueue
 2022-03-23  0:09 UTC  (16+ messages)

[BUG] log I/O completion GPF via xfs/006 and xfs/264 on 5.17.0-rc8
 2022-03-22 21:41 UTC  (10+ messages)

[kbuild] [djwong-xfs:djwong-wtf 349/351] fs/xfs/xfs_bmap_util.c:1372 xfs_map_free_extent() warn: missing error code 'error'
 2022-03-22 16:38 UTC 

[PATCH 0/2] xfs: more shutdown/recovery fixes
 2022-03-22 16:23 UTC  (10+ messages)
` [PATCH 1/2] xfs: aborting inodes on shutdown may need buffer lock
` [PATCH 2/2] xfs: shutdown in intent recovery has non-intent items in the AIL

[PATCHSET 0/4] fstests: random fixes
 2022-03-22 16:11 UTC  (15+ messages)
` [PATCH 1/4] generic/459: ensure that the lvm devices have been created
` [PATCH 2/4] common/xfs: fix broken code in _check_xfs_filesystem
` [PATCH 3/4] xfs/420: fix occasional test failures due to pagecache readahead
` [PATCH 4/4] generic/673: fix golden output to reflect vfs setgid behavior
` [PATCH 5/4] xfs/076: only create files on the data device
` [PATCH 6/4] xfs/17[035]: fix intermittent failures when filesystem metadata gets large

[RFC] xfs: fix up non-directory creation in SGID directories when umask S_IXGRP
 2022-03-22  7:09 UTC  (2+ messages)

[LTP] [RFC PATCH 1/1] creat09: Fix on more restrictive umask
 2022-03-22  6:28 UTC  (2+ messages)

[PATCH v2 0/3] xfs: some end COW remapping optimization
 2022-03-22  2:57 UTC  (3+ messages)

[PATCH -next] xfs: clean up some inconsistent indenting
 2022-03-22  2:51 UTC  (2+ messages)

[PATCH v1] Add XFS messages to printk index
 2022-03-21 23:11 UTC 

[PATCH v0 1/2] Add XFS messages to printk index
 2022-03-21 22:03 UTC  (3+ messages)

[PATCH V7 00/18] xfsprogs: Extend per-inode extent counters
 2022-03-21  5:20 UTC  (19+ messages)
` [PATCH V7 01/18] xfsprogs: Move extent count limits to xfs_format.h
` [PATCH V7 02/18] xfsprogs: Define max extent length based on on-disk format definition
` [PATCH V7 03/18] xfsprogs: Introduce xfs_iext_max_nextents() helper
` [PATCH V7 04/18] xfsprogs: Use xfs_extnum_t instead of basic data types
` [PATCH V7 05/18] xfsprogs: Introduce xfs_dfork_nextents() helper
` [PATCH V7 06/18] xfsprogs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V7 07/18] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V7 08/18] xfsprogs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V7 09/18] xfsprogs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V7 10/18] xfsprogs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V7 11/18] xfsprogs: Use uint64_t to count maximum blocks that can be used by BMBT
` [PATCH V7 12/18] xfsprogs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V7 13/18] xfsprogs: Introduce per-inode 64-bit extent counters
` [PATCH V7 14/18] xfsprogs: Enable bulkstat ioctl to support "
` [PATCH V7 15/18] xfsprogs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V7 16/18] xfsprogs: xfs_info: Report NREXT64 feature status
` [PATCH V7 17/18] mkfs: add option to create filesystem with large extent counters
` [PATCH V7 18/18] xfsprogs: Add support for upgrading to NREXT64 feature

[PATCH V8 00/19] xfs: Extend per-inode extent counters
 2022-03-21  5:17 UTC  (20+ messages)
` [PATCH V8 01/19] xfs: Move extent count limits to xfs_format.h
` [PATCH V8 02/19] xfs: Define max extent length based on on-disk format definition
` [PATCH V8 03/19] xfs: Introduce xfs_iext_max_nextents() helper
` [PATCH V8 04/19] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V8 05/19] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V8 06/19] xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V8 07/19] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V8 08/19] xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V8 09/19] xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V8 10/19] xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V8 11/19] xfs: Use uint64_t to count maximum blocks that can be used by BMBT
` [PATCH V8 12/19] xfs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V8 13/19] xfs: Replace numbered inode recovery error messages with descriptive ones
` [PATCH V8 14/19] xfs: Introduce per-inode 64-bit extent counters
` [PATCH V8 15/19] xfs: Directory's data fork extent counter can never overflow
` [PATCH V8 16/19] xfs: Conditionally upgrade existing inodes to use large extent counters
` [PATCH V8 17/19] xfs: Decouple XFS_IBULK flags from XFS_IWALK flags
` [PATCH V8 18/19] xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
` [PATCH V8 19/19] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags

[ANNOUNCE] xfs-linux: for-next updated to 01728b44ef1b
 2022-03-20 16:08 UTC 

[PATCH] xfs: Fix missing error code in xfs_reflink_end_cow_extent()
 2022-03-20 15:39 UTC  (2+ messages)
` [xfs] f04c30c1aa: xfstests.xfs.239.fail

Business/Project Funding Opportunity
 2022-03-19 22:41 UTC 

writeback completion soft lockup BUG in folio_wake_bit()
 2022-03-19 16:23 UTC  (9+ messages)

[PATCHSET v2 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-03-18 21:19 UTC  (7+ messages)
` [PATCH 3/6] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 5/6] xfs: don't report reserved bnobt space as available

[PATCH 3/7] xfs: xfs_ail_push_all_sync() stalls when racing with updates
 2022-03-18 20:59 UTC  (3+ messages)
` [kbuild] "


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