public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-18 15:30:38 to 2024-09-27 06:50:46 UTC [more...]

[PATCH 6.1 00/26] xfs backports to catch 6.1.y up to 6.6
 2024-09-27  6:50 UTC  (30+ messages)
` [PATCH 6.1 01/26] xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING
` [PATCH 6.1 02/26] xfs: Fix deadlock on xfs_inodegc_worker
` [PATCH 6.1 03/26] xfs: fix extent busy updating
` [PATCH 6.1 04/26] xfs: don't use BMBT btree split workers for IO completion
` [PATCH 6.1 05/26] xfs: fix low space alloc deadlock
` [PATCH 6.1 06/26] xfs: prefer free inodes at ENOSPC over chunk allocation
` [PATCH 6.1 07/26] xfs: block reservation too large for minleft allocation
` [PATCH 6.1 08/26] xfs: fix uninitialized variable access
` [PATCH 6.1 09/26] xfs: quotacheck failure can race with background inode inactivation
` [PATCH 6.1 10/26] xfs: fix BUG_ON in xfs_getbmap()
` [PATCH 6.1 11/26] xfs: buffer pins need to hold a buffer reference
` [PATCH 6.1 12/26] xfs: defered work could create precommits
` [PATCH 6.1 13/26] xfs: fix AGF vs inode cluster buffer deadlock
` [PATCH 6.1 14/26] xfs: collect errors from inodegc for unlinked inode recovery
` [PATCH 6.1 15/26] xfs: fix ag count overflow during growfs
` [PATCH 6.1 16/26] xfs: remove WARN when dquot cache insertion fails
` [PATCH 6.1 17/26] xfs: fix the calculation for "end" and "length"
` [PATCH 6.1 18/26] xfs: load uncached unlinked inodes into memory on demand
` [PATCH 6.1 19/26] xfs: fix negative array access in xfs_getbmap
` [PATCH 6.1 20/26] xfs: fix unlink vs cluster buffer instantiation race
` [PATCH 6.1 21/26] xfs: correct calculation for agend and blockcount
` [PATCH 6.1 22/26] xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list
` [PATCH 6.1 23/26] xfs: reload entire unlinked bucket lists
` [PATCH 6.1 24/26] xfs: make inode unlinked bucket recovery work with quotacheck
` [PATCH 6.1 25/26] xfs: fix reloading entire unlinked bucket lists
` [PATCH 6.1 26/26] xfs: set bnobt/cntbt numrecs correctly when formatting new AGs

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-27  2:52 UTC  (18+ messages)
` [PATCH 01/12] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/12] fs/dax: Refactor wait for dax idle page
` [PATCH 04/12] mm: Allow compound zone device pages
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages

[syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
 2024-09-26 21:46 UTC  (2+ messages)

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-09-26 16:59 UTC  (8+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-09-26 16:19 UTC  (3+ messages)

xfs post-EOF block freeing fixes v2
 2024-09-26 12:31 UTC  (5+ messages)
` [PATCH] xfs: new EOF fragmentation tests

[PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
 2024-09-26  9:06 UTC  (6+ messages)

[PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-09-26  7:58 UTC  (4+ messages)
    `  "
` [PATCH AUTOSEL 6.11 242/244] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release

[PATCH 6.1 27/26] xfs: journal geometry is not properly bounds checked
 2024-09-26  0:57 UTC 

Worried about XFS recovery taking too long. Please help :D
 2024-09-25 22:00 UTC  (2+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-25 16:42 UTC  (35+ messages)

[PATCH] MAINTAINERS: add Carlos Maiolino as XFS release manager
 2024-09-25 14:45 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 133/139] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-09-25 12:09 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 138/139] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release

[PATCH AUTOSEL 6.10 190/197] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-09-25 11:53 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 195/197] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release

fix stale delalloc punching for COW I/O v3
 2024-09-25  9:24 UTC  (24+ messages)
` [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
` [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
` [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release
` [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
` [PATCH 06/10] xfs: zeroing already holds invalidate_lock
` [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
` [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin
` [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations
` [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes
  ` fix stale delalloc punching for COW I/O v4

[PATCH v5.10] xfs: add bounds checking to xlog_recover_process_data
 2024-09-24 22:39 UTC  (3+ messages)
` [PATCH v5.10] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH v5.10] xfs: don't walk off the end of a directory data block

[PATCH] xfs: add bounds checking to xlog_recover_process_data
 2024-09-24 22:29 UTC  (3+ messages)
` [PATCH] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH] xfs: don't walk off the end of a directory data block

fix stale delalloc punching for COW I/O v4
 2024-09-24 14:58 UTC  (12+ messages)
` [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
` [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
` [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release
` [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
` [PATCH 06/10] xfs: zeroing already holds invalidate_lock
` [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
` [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin
` [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations
` [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes

[PATCH 6.6 CANDIDATE 00/22] xfs backports for 6.6.y (from 6.10)
 2024-09-24 12:04 UTC  (5+ messages)
` [PATCH 6.6 CANDIDATE 02/22] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
` [PATCH 6.6 CANDIDATE 03/22] xfs: fix log recovery buffer allocation for the legacy h_size fixup

[PATCH v4 00/14] forcealign for xfs
 2024-09-24  9:48 UTC  (18+ messages)

[PATCH 6.1 CANDIDATE 00/26] xfs backports to catch 6.1.y up to 6.6
 2024-09-24  4:43 UTC  (2+ messages)

[PATCH v3] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
 2024-09-23 22:53 UTC  (2+ messages)

[PATCHSET] xfsprogs: do not depend on deprecated libattr
 2024-09-23 17:10 UTC  (6+ messages)
` [PATCH 1/2] misc: clean up code around attr_list_by_handle calls
` [PATCH 2/2] libfrog: emulate deprecated attrlist functionality in libattr

RESEND. syzbot: KASAN: slab-out-of-bounds Read in xlog_pack_data
 2024-09-23 15:57 UTC  (4+ messages)
` [PATCH 5.4.y] xfs: journal geometry is not properly bounds checked
` [PATCH 5.10.y] "
` [PATCH 5.15.y, 6.1.y] "

[PATCH v2] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
 2024-09-23 12:14 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync
 2024-09-22 23:15 UTC  (2+ messages)

[PATCH] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
 2024-09-22 16:51 UTC  (3+ messages)

[RFC PATCH] xfs: Prevent umount from indefinitely waiting on XFS_IFLUSHING flag on stale inodes
 2024-09-22 13:23 UTC  (6+ messages)

[bcachefs] self healing design doc
 2024-09-21 23:02 UTC 

[ANNOUNCE] Maintainers swap for linux-xfs and xfsprogs/xfsdump trees
 2024-09-21 10:04 UTC 

[syzbot] [xfs?] INFO: task hung in __fdget_pos (4)
 2024-09-21  5:58 UTC  (2+ messages)
` [syzbot] [fs] "

[PATCH 1/3] xfs: Do not unshare ranges beyond EOF
 2024-09-20 16:17 UTC  (3+ messages)

[PATCH 3/3] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails
 2024-09-20 16:10 UTC  (7+ messages)

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

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

Are jump labels broken on 6.11-rc1?
 2024-09-19 23:41 UTC  (11+ messages)

fix recovery of extfree items just after a growfs
 2024-09-19 21:50 UTC  (7+ messages)
` [PATCH 3/4] xfs: create perag structures as soon as possible during log recovery

[PATCH] libfrog: emulate deprecated attrlist functionality in libattr
 2024-09-19 16:04 UTC  (3+ messages)

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

[PATCH v2 0/6] debian: Debian and Ubuntu archive changes
 2024-09-18 19:41 UTC  (3+ messages)
` [PATCH v2 4/6] debian: Add Build-Depends on pkg with systemd.pc

fix a DEBUG-only assert failure in xfs/538 v5
 2024-09-18 15:40 UTC  (3+ messages)
` [PATCH 6/8] xfs: don't ifdef around the exact minlen allocations


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