public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-25 22:08:31 to 2022-10-31 00:15:52 UTC [more...]

[PATCHSET v3 00/13] xfs: improve runtime refcountbt corruption detection
 2022-10-31  0:15 UTC  (15+ 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

[RFC 0/2] iomap: Add support for subpage dirty state tracking to improve write performance
 2022-10-30 22:31 UTC  (13+ 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 v1] xfs: fix sb write verify for lazysbcount
 2022-10-30 22:04 UTC  (9+ messages)
` [PATCH v2] "

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

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

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-10-30  9:31 UTC  (13+ 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

[PATCH RFC 0/2] xfs: optimize truncate cache flushing
 2022-10-29 22:01 UTC  (9+ 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 v3 0/4] xfstests: add parent pointer tests
 2022-10-28 21:56 UTC  (5+ 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

[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  (10+ 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

[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  (41+ messages)
` [PATCH v4 01/27] xfs: Add new name to attri/d
` [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 06/27] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v4 07/27] xfs: get directory offset when adding directory name
` [PATCH v4 08/27] xfs: get directory offset when removing "
` [PATCH v4 13/27] xfs: Increase rename inode reservation
` [PATCH v4 14/27] xfs: extend transaction reservations for parent attributes
` [PATCH v4 15/27] xfs: parent pointer attribute creation
` [PATCH v4 18/27] xfs: remove parent pointers in unlink
` [PATCH v4 19/27] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v4 21/27] xfs: Add parent pointers to rename
` [PATCH v4 24/27] xfs: Filter XFS_ATTR_PARENT for getfattr

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

[PATCH] xfs: new test to ensure xfs can capture IO errors correctly
 2022-10-27 16:06 UTC  (4+ messages)

[PATCH v2] xfs: new test for randomly fail async buffer writes
 2022-10-27 15:47 UTC 

[PATCH 5.4 00/26] xfs stable candidate patches for 5.4.y (from v5.7)
 2022-10-27 15:28 UTC  (30+ messages)
` [PATCH 5.4 01/26] xfs: open code insert range extent split helper
` [PATCH 5.4 02/26] xfs: rework insert range into an atomic operation
` [PATCH 5.4 03/26] xfs: rework collapse "
` [PATCH 5.4 04/26] xfs: add a function to deal with corrupt buffers post-verifiers
` [PATCH 5.4 05/26] xfs: xfs_buf_corruption_error should take __this_address
` [PATCH 5.4 06/26] xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
` [PATCH 5.4 07/26] xfs: check owner of dir3 data blocks
` [PATCH 5.4 08/26] xfs: check owner of dir3 blocks
` [PATCH 5.4 09/26] xfs: Use scnprintf() for avoiding potential buffer overflow
` [PATCH 5.4 10/26] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
` [PATCH 5.4 11/26] xfs: remove the xfs_dq_logitem_t typedef
` [PATCH 5.4 12/26] xfs: remove the xfs_qoff_logitem_t typedef
` [PATCH 5.4 13/26] xfs: Replace function declaration by actual definition
` [PATCH 5.4 14/26] xfs: factor out quotaoff intent AIL removal and memory free
` [PATCH 5.4 15/26] xfs: fix unmount hang and memory leak on shutdown during quotaoff
` [PATCH 5.4 16/26] xfs: preserve default grace interval during quotacheck
` [PATCH 5.4 17/26] xfs: Lower CIL flush limit for large logs
` [PATCH 5.4 18/26] xfs: Throttle commits on delayed background CIL push
` [PATCH 5.4 19/26] xfs: factor common AIL item deletion code
` [PATCH 5.4 20/26] xfs: tail updates only need to occur when LSN changes
` [PATCH 5.4 21/26] xfs: don't write a corrupt unmount record to force summary counter recalc
` [PATCH 5.4 22/26] xfs: trylock underlying buffer on dquot flush
` [PATCH 5.4 23/26] xfs: factor out a new xfs_log_force_inode helper
` [PATCH 5.4 24/26] xfs: reflink should force the log out if mounted with wsync
` [PATCH 5.4 25/26] xfs: move inode flush to the sync workqueue
` [PATCH 5.4 26/26] xfs: fix use-after-free on CIL context on shutdown

[PATCHSET v2 0/8] xfs: fix various problems with log intent item recovery
 2022-10-26 23:06 UTC  (12+ messages)
` [PATCH 1/8] xfs: fix validation in attr log "
` [PATCH 2/8] xfs: fix memcpy fortify errors in BUI log format copying
` [PATCH 3/8] xfs: fix memcpy fortify errors in CUI "
` [PATCH 4/8] xfs: fix memcpy fortify errors in RUI "
` [PATCH 5/8] xfs: fix memcpy fortify errors in EFI "
` [PATCH 6/8] xfs: refactor all the EFI/EFD log item sizeof logic
` [PATCH 7/8] xfs: actually abort log recovery on corrupt intent-done log items
` [PATCH 8/8] xfs: dump corrupt recovered log intent items to dmesg consistently

[PATCHSET 0/5] xfs: improve runtime refcountbt corruption detection
 2022-10-26 22:06 UTC  (13+ messages)
` [PATCH 1/5] xfs: move _irec structs to xfs_types.h
` [PATCH 2/5] xfs: refactor refcount record usage in xchk_refcountbt_rec
` [PATCH 3/5] xfs: track cow/shared record domains explicitly in xfs_refcount_irec
` [PATCH 4/5] xfs: rename XFS_REFC_COW_START to _COWFLAG
` [PATCH 5/5] xfs: check deferred refcount op continuation parameters

[PATCH v2 0/2] Introduce flexible array struct helpers
 2022-10-26 20:33 UTC  (4+ messages)
` [PATCH v2 1/2] "

xfs_scrub: inode record: Attempting optimization
 2022-10-26 18:50 UTC  (2+ messages)

[PATCH] xfs: fix incorrect return type for fsdax fault handlers
 2022-10-25 22:30 UTC  (5+ messages)

[PATCHSET 0/6] xfs: fix various problems with log intent item recovery
 2022-10-25 22:22 UTC  (5+ messages)
` [PATCH 6/6] xfs: refactor all the EFI/EFD log item sizeof logic


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