public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-17 21:21:24 to 2022-03-23 21:02:25 UTC [more...]

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

[PATCHSET v3 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-03-23 20:51 UTC  (14+ 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: Temporary extra disk space consumption?
 2022-03-23 19:16 UTC  (3+ messages)

[PATCH v6 0/6] DAX poison recovery
 2022-03-23 18:43 UTC  (24+ 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()

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

[xfs] 1fc3f2c3c9: xfstests.xfs.529.fail
 2022-03-23  7:08 UTC  (2+ 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)

[v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-21 20:59 UTC  (18+ messages)
` [v2 PATCH 1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE
` [v2 PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED
` [v2 PATCH 3/8] mm: khugepaged: skip DAX vma
` [v2 PATCH 4/8] mm: thp: only regular file could be THP eligible
` [v2 PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function
` [v2 PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c
` [v2 PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_file() helper
` [v2 PATCH 8/8] fs: register suitable readonly vmas for khugepaged

[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  (14+ messages)

[PATCHSET v2 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-03-18 21:19 UTC  (16+ 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

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

[PATCH 0/7 v4] xfs: log recovery fixes
 2022-03-18 11:30 UTC  (3+ messages)
` [PATCH 7/7] xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight

[PATCH] xfs: drop async cache flushes from CIL commits
 2022-03-18  1:03 UTC  (3+ messages)
  ` [PATCHi v2] "


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