linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-21 23:15:32 to 2022-03-30 00:46:56 UTC [more...]

[PATCH v3 1/2] Simplify XFS logging methods
 2022-03-30  0:46 UTC  (8+ messages)
` [PATCH v3 2/2] Add XFS messages to printk index

[Bug 215693] New: [xfstests generic/673] file on XFS lose its sgid bit after reflink, if there's only sgid bit
 2022-03-29 10:01 UTC  (3+ messages)
` [Bug 215693] "

[PATCH V8 00/19] xfs: Extend per-inode extent counters
 2022-03-29  6:23 UTC  (32+ messages)
` [PATCH V8 05/19] xfs: Introduce xfs_dfork_nextents() helper
` [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 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 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 0/6 v2] xfs: more shutdown/recovery fixes
 2022-03-29  3:08 UTC  (19+ 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 7/6] xfs: xfs: shutdown during log recovery needs to mark the "

[PATCH] xfs: drop async cache flushes from CIL commits
 2022-03-29  0:49 UTC  (4+ messages)
  ` [PATCHi v2] "

[PATCH 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-03-28 23:44 UTC  (7+ messages)
` [PATCH 1/5] xfs_quota: separate quota info acquisition into get_quota()
` [PATCH 2/5] xfs_quota: create fs_disk_quota_t on upper level
` [PATCH 3/5] xfs_quota: split get_quota() and report_mount()/dump_file()
` [PATCH 4/5] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
` [PATCH 5/5] xfs_quota: apply -L/-U range limits in uid/gid/pid loops

[PATCH] xfs: lockless buffer lookup
 2022-03-28 21:38 UTC 

[PATCH v1] xfs/019: extend protofile test
 2022-03-28 20:22 UTC  (9+ messages)

[PATCH] fs: xfs: add NULL pointer check
 2022-03-28  4:07 UTC  (4+ messages)

[PATCHSET v4 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-03-28  1:22 UTC  (11+ messages)
` [PATCH 1/6] xfs: document the XFS_ALLOC_AGFL_RESERVE constant
` [PATCH 2/6] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 3/6] xfs: remove infinite loop "
` [PATCH 4/6] xfs: always succeed at setting the reserve pool size
` [PATCH 5/6] xfs: fix overfilling of reserve pool
` [PATCH 6/6] xfs: don't report reserved bnobt space as available

[PATCHSET 0/2] fstests: new tests for kernel 5.17
 2022-03-26 18:07 UTC  (7+ 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 v6 0/6] DAX poison recovery
 2022-03-26  6:31 UTC  (21+ 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()

[PATCHSET 0/5] xfsprogs: stop allowing tiny filesystems
 2022-03-25 22:08 UTC  (4+ messages)
` [PATCH 3/5] mkfs: increase the minimum log size to 64MB when possible

[PATCH v2 1/2] Simplify XFS logging methods
 2022-03-25 13:51 UTC  (3+ messages)
` [PATCH v2 2/2] Add XFS messages to printk index

[PATCH v1] Add XFS messages to printk index
 2022-03-25  7:37 UTC  (3+ messages)

[GIT PULL] xfs: new code for 5.18
 2022-03-25  1:35 UTC  (2+ messages)

[Bug 215687] New: chown behavior on XFS is changed
 2022-03-24 12:50 UTC  (6+ messages)
` [Bug 215687] "

[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-24 10:45 UTC  (2+ messages)

[PATCHSET v3 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-03-24  6:21 UTC  (19+ 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  (3+ messages)

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

[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] "

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

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

[PATCH 0/2] xfs: more shutdown/recovery fixes
 2022-03-22 16:23 UTC  (4+ messages)

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


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