linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-27 17:14:15 to 2022-11-02 23:53:21 UTC [more...]

[PATCHSET v23.1 0/2] xfs: enhance btree key checking
 2022-11-02 23:53 UTC  (6+ messages)
` [PATCH 2/2] xfs: check btree keys reflect the child block
` [PATCH 1/2] xfs: fix rmap key comparison functions

[PATCH v3 0/4] xfstests: add parent pointer tests
 2022-11-02 23:16 UTC  (11+ messages)
` [PATCH v3 1/4] common: add helpers for "
` [PATCH v3 2/4] xfs: add parent pointer test
` [PATCH v3 3/4] xfs: add multi link "
` [PATCH v3 4/4] xfs: add parent pointer inject test

[PATCHSET v23.1 0/1] fstests: test xfs_scrub media scan
 2022-11-02 22:36 UTC  (2+ messages)
` [PATCH 1/1] xfs: test xfs_scrub phase 6 media error reporting

xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-02 22:36 UTC  (33+ messages)
` [PATCH 1/7] xfs: write page faults in iomap are not buffered writes
` [PATCH 2/7] xfs: punching delalloc extents on write failure is racy
` [PATCH 3/7] xfs: use byte ranges for write cleanup ranges
` [PATCH 4/7] xfs: buffered write failure should not truncate the page cache
` [PATCH 5/7] iomap: write iomap validity checks
` [PATCH 6/7] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 7/7] xfs: drop write error injection is unfixable, remove it

[PATCH V2] fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
 2022-11-02 20:43 UTC  (3+ messages)

[PATCH] xfs: Print XFS UUID on mount and umount events
 2022-11-02 20:38 UTC  (3+ messages)

[PATCHSET v23.1 0/1] fstests: test xfs_scrub media scan
 2022-11-02 17:38 UTC  (6+ messages)
` [PATCH 1/1] xfs: test xfs_scrub phase 6 media error reporting

[RFC 0/2] iomap: Add support for subpage dirty state tracking to improve write performance
 2022-11-02 17:35 UTC  (19+ messages)
` [RFC 1/2] iomap: Change uptodate variable name to state
` [RFC 2/2] iomap: Support subpage size dirty tracking to improve write performance

[PATCH RFC 0/2] xfs: optimize truncate cache flushing
 2022-11-02  8:25 UTC  (11+ messages)
` [PATCH RFC 1/2] xfs: lift truncate iomap zeroing into a new helper
` [PATCH RFC 2/2] xfs: optimize eof page flush for iomap zeroing on truncate
` [PATCH] xfs: redirty eof folio on truncate to avoid filemap flush

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-11-02  5:17 UTC  (15+ messages)

[PATCHSET v23.1 0/5] xfs: detect incorrect gaps in refcount btree
 2022-11-02  2:20 UTC  (11+ messages)
` [PATCH 3/5] xfs: mask key comparisons for keyspace fill scans
` [PATCH 2/5] xfs: refactor converting btree irec to btree key
` [PATCH 1/5] xfs: replace xfs_btree_has_record with a general keyspace scanner
` [PATCH 4/5] xfs: check the reference counts of gaps in the refcount btree
` [PATCH 5/5] xfs: ensure that all metadata and data blocks are not cow staging extents

[ANNOUNCE] xfs-linux: for-next updated to 4eb559dd1567
 2022-11-01 16:59 UTC 

[GIT PULL] xfs: improve runtime refcountbt corruption detection
 2022-11-01 16:56 UTC 

[PATCH] mm: remove filemap_fdatawait_keep_errors
 2022-11-01 12:44 UTC  (2+ messages)

[PATCHSET v23.1 0/4] xfs: fix handling of AG[IF] header buffers during scrub
 2022-10-31 21:17 UTC  (4+ messages)
` [PATCH 3/4] xfs: set the buffer type after holding the AG[IF] across trans_roll
  ` [PATCH v23.2 3/4] xfs: log the AGI/AGF buffers when rolling transactions during an AG repair

[ANNOUNCE] xfs-linux: for-next updated to 9f187ba0d517
 2022-10-31 16:30 UTC 

[GIT PULL] xfs: fix various problems with log intent item recovery
 2022-10-31 16:13 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 47ba8cc7b4f8
 2022-10-31 16:09 UTC 

[PATCH v1] xfs: fix sb write verify for lazysbcount
 2022-10-31 14:17 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 5.4 0/3] xfs stable candidate patches for 5.4.y
 2022-10-31  7:21 UTC  (5+ messages)
` [PATCH 5.4 1/3] xfs: finish dfops on every insert range shift iteration
` [PATCH 5.4 2/3] xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
` [PATCH 5.4 3/3] xfs: force the log after remapping a synchronous-writes file

[Bug 216639] New: [xfstests] WARNING: CPU: 1 PID: 429349 at mm/huge_memory.c:2465 __split_huge_page_tail+0xab0/0xce0
 2022-10-31  1:21 UTC  (5+ messages)
` [Bug 216639] "

[PATCHSET v3 00/13] xfs: improve runtime refcountbt corruption detection
 2022-10-31  0:17 UTC  (16+ messages)
` [PATCH 01/13] xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents
` [PATCH 02/13] xfs: create a predicate to verify per-AG extents
` [PATCH 03/13] xfs: check deferred refcount op continuation parameters
` [PATCH 04/13] xfs: move _irec structs to xfs_types.h
` [PATCH 05/13] xfs: refactor refcount record usage in xchk_refcountbt_rec
` [PATCH 06/13] xfs: track cow/shared record domains explicitly in xfs_refcount_irec
` [PATCH 07/13] xfs: report refcount domain in tracepoints
` [PATCH 08/13] xfs: refactor domain and refcount checking
` [PATCH 09/13] xfs: remove XFS_FIND_RCEXT_SHARED and _COW
` [PATCH 10/13] xfs: check record domain when accessing refcount records
` [PATCH 11/13] xfs: fix agblocks check in the cow leftover recovery function
` [PATCH 12/13] xfs: fix uninitialized list head in struct xfs_refcount_recovery
` [PATCH 13/13] xfs: rename XFS_REFC_COW_START to _COWFLAG

[PATCH 5.4 CANDIDATE 0/3] Fixes for patches backported to 5.4.y from v5.7
 2022-10-30 23:43 UTC  (5+ messages)
` [PATCH 5.4 CANDIDATE 1/3] xfs: finish dfops on every insert range shift iteration
` [PATCH 5.4 CANDIDATE 2/3] xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
` [PATCH 5.4 CANDIDATE 3/3] xfs: force the log after remapping a synchronous-writes file

Fwd: does xfs support aio_fsync?
 2022-10-30 16:44 UTC  (4+ messages)

[PATCHSET v23.3 0/4] fstests: refactor xfs geometry computation
 2022-10-30  3:31 UTC  (9+ messages)
` [PATCH 1/4] xfs: refactor filesystem feature detection logic
` [PATCH 2/4] xfs: refactor filesystem directory block size extraction logic
` [PATCH 3/4] xfs: refactor filesystem realtime geometry detection logic
` [PATCH 4/4] common: simplify grep pipe sed interactions

[tip:x86/core] [kallsyms] f138918162: WARNING:CPU:#PID:#at_fs/xfs/xfs_message.c:#xfs_buf_alert_ratelimited.cold-#[xfs]
 2022-10-28 19:52 UTC  (5+ messages)

[PATCHSET v23.2 0/4] fstests: refactor xfs geometry computation
 2022-10-28 16:55 UTC  (7+ messages)
` [PATCH 2/4] xfs: refactor filesystem directory block size extraction logic

[PATCH v2] xfs: new test on xfs with corrupted sb_inopblock
 2022-10-28 16:25 UTC  (2+ messages)

[PATCH] xfs: new test on xfs with corrupted sb_inopblock
 2022-10-28  5:43 UTC  (3+ messages)

[PATCH v4 00/27] Parent Pointers
 2022-10-28  2:06 UTC  (13+ messages)
` [PATCH v4 02/27] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v4 03/27] xfs: Hold inode locks in xfs_ialloc
` [PATCH v4 04/27] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v4 05/27] xfs: Hold inode locks in xfs_rename
` [PATCH v4 07/27] xfs: get directory offset when adding directory name
` [PATCH v4 08/27] xfs: get directory offset when removing "

[PATCHSET v2 00/12] xfs: improve runtime refcountbt corruption detection
 2022-10-27 23:25 UTC  (30+ messages)
` [PATCH 01/12] xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents
` [PATCH 02/12] xfs: check deferred refcount op continuation parameters
  ` [PATCH v2.1 "
` [PATCH 03/12] xfs: move _irec structs to xfs_types.h
` [PATCH 04/12] xfs: refactor refcount record usage in xchk_refcountbt_rec
` [PATCH 05/12] xfs: track cow/shared record domains explicitly in xfs_refcount_irec
` [PATCH 06/12] xfs: report refcount domain in tracepoints
` [PATCH 07/12] xfs: refactor domain and refcount checking
` [PATCH 08/12] xfs: remove XFS_FIND_RCEXT_SHARED and _COW
` [PATCH 09/12] xfs: check record domain when accessing refcount records
` [PATCH 10/12] xfs: fix agblocks check in the cow leftover recovery function
` [PATCH 11/12] xfs: fix uninitialized list head in struct xfs_refcount_recovery
` [PATCH 12/12] xfs: rename XFS_REFC_COW_START to _COWFLAG

[PATCH v2] xfs: fix incorrect return type for fsdax fault handlers
 2022-10-27 21:26 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).