linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-21 22:30:33 to 2022-10-27 15:30:50 UTC [more...]

[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

[PATCH v1] xfs: fix sb write verify for lazysbcount
 2022-10-27 13:25 UTC  (13+ messages)
` [PATCH v2] "

[PATCH] xfs: new test to ensure xfs can capture IO errors correctly
 2022-10-27  2:24 UTC  (3+ messages)

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

[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  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH 2/2] xfs: Use flex_cpy() to check extent copying

[PATCHSET v23.2 0/4] fstests: refactor xfs geometry computation
 2022-10-26 19:03 UTC  (5+ 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

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

[PATCH v4 00/27] Parent Pointers
 2022-10-26  7:40 UTC  (34+ messages)
` [PATCH v4 01/27] xfs: Add new name to attri/d
` [PATCH v4 06/27] xfs: Expose init_xattrs in xfs_create_tmpfile
` [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 16/27] xfs: add parent attributes to link
` [PATCH v4 17/27] xfs: add parent attributes to symlink
` [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
` [PATCH v4 27/27] xfs: drop compatibility minimum log size computations for reflink

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

[PATCHSET 0/6] xfs: fix various problems with log intent item recovery
 2022-10-25 22:22 UTC  (27+ messages)
` [PATCH 1/6] xfs: fix validation in attr log "
` [PATCH 2/6] xfs: fix memcpy fortify errors in BUI log format copying
` [PATCH 3/6] xfs: fix memcpy fortify errors in CUI "
` [PATCH 4/6] xfs: fix memcpy fortify errors in RUI "
` [PATCH 5/6] xfs: fix memcpy fortify errors in EFI "
` [PATCH 6/6] xfs: refactor all the EFI/EFD log item sizeof logic

writeback completion soft lockup BUG in folio_wake_bit()
 2022-10-25 19:20 UTC  (17+ messages)

[RFC PATCH] xfs: fix FORTIFY_SOURCE complaints about log item memcpy
 2022-10-25 18:45 UTC  (6+ messages)

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-10-25 17:56 UTC  (19+ messages)

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

[ANNOUNCE] xfsdump: for-next (created and) updated to aaaa57f32a605
 2022-10-24 13:02 UTC 

fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-10-24 17:23 UTC 

[PATCHSET v23.1 0/4] xfs: fix handling of AG[IF] header buffers during scrub
 2022-10-24  4:16 UTC  (6+ messages)
` [PATCH 3/4] xfs: set the buffer type after holding the AG[IF] across trans_roll


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