public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-10 17:53:13 to 2024-09-19 07:46:35 UTC [more...]

fix recovery of extfree items just after a growfs
 2024-09-19  7:46 UTC  (14+ messages)
` [PATCH 1/4] xfs: pass the exact range to initialize to xfs_initialize_perag
` [PATCH 2/4] xfs: merge the perag freeing helpers
` [PATCH 3/4] xfs: create perag structures as soon as possible during log recovery
` [PATCH 4/4] xfs: don't use __GFP_RETRY_MAYFAIL

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-19  6:57 UTC  (52+ messages)

[GIT PULL] xfs: new code for 6.12
 2024-09-19  5:20 UTC  (2+ messages)

[PATCH] libfrog: emulate deprecated attrlist functionality in libattr
 2024-09-18 21:00 UTC 

[PATCHSET] fstests: updates for Linux 6.11
 2024-09-18 20:57 UTC  (2+ messages)
` [PATCH 1/1] generic: add a regression test for sub-block fsmap queries

[PATCH v2 0/6] debian: Debian and Ubuntu archive changes
 2024-09-18 19:41 UTC  (8+ messages)
` [PATCH v2 1/6] debian: Update debhelper-compat level
` [PATCH v2 2/6] debian: Update public release key
` [PATCH v2 3/6] debian: Prevent recreating the orig tarball
` [PATCH v2 4/6] debian: Add Build-Depends on pkg with systemd.pc
` [PATCH v2 5/6] debian: Modernize build script
` [PATCH v2 6/6] debian: Correct the day-of-week on 2024-09-04

fix a DEBUG-only assert failure in xfs/538 v5
 2024-09-18 15:40 UTC  (10+ messages)
` [PATCH 1/8] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 2/8] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 3/8] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 4/8] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 5/8] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 6/8] xfs: don't ifdef around the exact minlen allocations
` [PATCH 7/8] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 8/8] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc

fix stale delalloc punching for COW I/O v2
 2024-09-18 15:32 UTC  (12+ messages)
` [PATCH 06/12] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 07/12] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
` [PATCH 08/12] iomap: zeroing already holds invalidate_lock

[PATCH v2] xfs: skip background cowblock trims on inodes open for write
 2024-09-18 12:22 UTC  (5+ messages)
` [PATCH 2/1] xfs: don't free cowblocks from under dirty pagecache on unshare

[PATCH v4 00/14] forcealign for xfs
 2024-09-18 10:12 UTC  (23+ messages)

[RFC PATCH] xfs: Prevent umount from indefinitely waiting on XFS_IFLUSHING flag on stale inodes
 2024-09-18  1:20 UTC  (5+ messages)

[RFD] xfsprogs/mkfs: prototype XFS image mode format for scalable AG growth
 2024-09-17 18:42 UTC  (8+ messages)

fix a DEBUG-only assert failure in xfs/538 v4
 2024-09-17 18:22 UTC  (5+ messages)
` [PATCH 4/8] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 6/8] xfs: don't ifdef around the exact minlen allocations

[PATCH] Documentation: iomap: fix a typo
 2024-09-17 16:19 UTC  (4+ messages)

[PATCH] docs:filesystems: fix spelling and grammar mistakes in iomap design page
 2024-09-17 16:17 UTC  (3+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 19dde7fac
 2024-09-17 12:30 UTC 

[RFC PATCH 0/4] bringing back the AGFL reserve
 2024-09-16 23:01 UTC  (8+ messages)
` [RFC PATCH 1/4] xfs: resurrect the AGFL reservation

[PATCH 0/6] debian: Debian and Ubuntu archive changes
 2024-09-16 22:38 UTC  (10+ messages)
` [PATCH 1/6] debian: Update debhelper-compat level
` [PATCH 2/6] debian: Update public release key
` [PATCH 3/6] debian: Prevent recreating the orig tarball
` [PATCH 4/6] debian: Add Build-Depends: systemd-dev
` [PATCH 5/6] debian: Modernize build script
` [PATCH 6/6] debian: Correct the day-of-week on 2024-09-04

[PATCH v1] xfs: scrub: convert comma to semicolon
 2024-09-16 17:00 UTC  (2+ messages)

[PATCH] xfs: convert comma to semicolon
 2024-09-16 16:56 UTC  (2+ messages)

Are jump labels broken on 6.11-rc1?
 2024-09-16 16:08 UTC  (11+ messages)

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-09-16 10:57 UTC  (20+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/11] fs: add percpu counters for significant "
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 08/11] xfs: switch to "
` [PATCH v8 09/11] ext4: "
` [PATCH v8 10/11] btrfs: convert "
` [PATCH v8 11/11] tmpfs: add support for "

[PATCH] Polish translation update for xfsprogs 6.10.1
 2024-09-16  7:19 UTC  (2+ messages)

[PATCH v2] xfs_db: make sure agblocks is valid to prevent corruption
 2024-09-16  6:55 UTC  (3+ messages)
` [PATCH v3] "

linux-next: build failure after merge of the bpf-next tree
 2024-09-15 23:30 UTC  (5+ messages)

[syzbot] Monthly xfs report (Sep 2024)
 2024-09-15 14:39 UTC 

[PATCH v7 00/11] fs: multigrain timestamp redux
 2024-09-14 13:37 UTC  (19+ messages)
` [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v7 06/11] fs: add percpu counters for significant "
` [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v7 08/11] xfs: switch to "
` [PATCH v7 09/11] ext4: "
` [PATCH v7 10/11] btrfs: convert "
` [PATCH v7 11/11] tmpfs: add support for "

[syzbot] [xfs?] possible deadlock in xfs_can_free_eofblocks (2)
 2024-09-14  9:21 UTC  (3+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-12 12:55 UTC  (9+ messages)
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 12/12] mm: Remove devmap related functions and page table bits

[PATCH 04/12] mm: Allow compound zone device pages
 2024-09-12 12:44 UTC  (3+ messages)

xfsprogs_6.10.1-1_source.changes ACCEPTED into unstable
 2024-09-12  7:49 UTC 

Processing of xfsprogs_6.10.1-1_source.changes
 2024-09-12  7:39 UTC 

XFS Performance Metrics
 2024-09-10 20:55 UTC  (4+ messages)

Regression v6.11 booting cannot mount harddisks (xfs)
 2024-09-10 19:43 UTC  (13+ messages)


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