RHEL-kernel-ark/fs/xfs
Christoph Hellwig 2d873efd17 xfs: flush inodegc before swapon
Fix the brand new xfstest that tries to swapon on a recently unshared
file and use the chance to document the other bit of magic in this
function.

The big comment is taken from a mailinglist post by Dave Chinner.

Fixes: 5e672cd69f ("xfs: introduce xfs_inodegc_push()")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
2025-02-14 09:40:35 +01:00
..
libxfs xfs: fix the entry condition of exact EOF block allocation optimization 2025-01-24 12:05:12 +01:00
scrub xfs: fix data fork format filtering during inode repair 2025-02-14 09:40:24 +01:00
Kconfig
Makefile xfs: online repair of the realtime refcount btree 2024-12-23 13:06:16 -08:00
xfs.h
xfs_acl.c
xfs_acl.h
xfs_aops.c xfs: flush inodegc before swapon 2025-02-14 09:40:35 +01:00
xfs_aops.h
xfs_attr_inactive.c xfs: remove bp->b_error check in xfs_attr3_root_inactive 2025-01-13 14:56:15 +01:00
xfs_attr_item.c
xfs_attr_item.h
xfs_attr_list.c xfs: eliminate lockdep false positives in xfs_attr_shortform_list 2024-11-22 09:52:03 +01:00
xfs_bio_io.c
xfs_bmap_item.c xfs: store rtgroup information with a bmap intent 2024-11-05 13:38:41 -08:00
xfs_bmap_item.h
xfs_bmap_util.c xfs: return a 64-bit block count from xfs_btree_count_blocks 2024-12-12 17:45:09 -08:00
xfs_bmap_util.h
xfs_buf.c xfs bug fixes 6.14-rc2 2025-02-03 08:51:24 -08:00
xfs_buf.h xfs: remove xfs_buf_cache.bc_lock 2025-01-28 11:18:22 +01:00
xfs_buf_item.c
xfs_buf_item.h xfs: move b_li_list based retry handling to common code 2025-01-14 11:38:15 +01:00
xfs_buf_item_recover.c xfs: fix mount hang during primary superblock recovery failure 2025-01-13 14:55:37 +01:00
xfs_buf_mem.c
xfs_buf_mem.h
xfs_dahash_test.c
xfs_dahash_test.h
xfs_dir2_readdir.c
xfs_discard.c xfs: fix the comment above xfs_discard_endio 2025-01-13 14:56:20 +01:00
xfs_discard.h
xfs_dquot.c xfs: add a b_iodone callback to struct xfs_buf 2025-01-14 11:38:15 +01:00
xfs_dquot.h xfs: prepare to reuse the dquot pointer space in struct xfs_inode 2024-12-23 13:06:03 -08:00
xfs_dquot_item.c xfs: attach dquot buffer to dquot log item buffer 2024-12-12 17:45:11 -08:00
xfs_dquot_item.h xfs: attach dquot buffer to dquot log item buffer 2024-12-12 17:45:11 -08:00
xfs_dquot_item_recover.c
xfs_drain.c xfs: allow queued realtime intents to drain before scrubbing 2024-12-23 13:06:06 -08:00
xfs_drain.h xfs: allow queued realtime intents to drain before scrubbing 2024-12-23 13:06:06 -08:00
xfs_error.c xfs: allow inode-based btrees to reserve space in the data device 2024-12-23 13:06:03 -08:00
xfs_error.h
xfs_exchmaps_item.c
xfs_exchmaps_item.h
xfs_exchrange.c xfs: don't call remap_verify_area with sb write protection held 2025-01-24 12:08:50 +01:00
xfs_exchrange.h
xfs_export.c
xfs_export.h
xfs_extent_busy.c xfs: implement busy extent tracking for rtgroups 2024-11-05 13:38:44 -08:00
xfs_extent_busy.h
xfs_extfree_item.c xfs: support logging EFIs for realtime extents 2024-11-05 13:38:42 -08:00
xfs_extfree_item.h
xfs_file.c \n 2025-01-23 13:36:06 -08:00
xfs_file.h
xfs_filestream.c
xfs_filestream.h
xfs_fsmap.c xfs: wire up realtime refcount btree cursors 2024-12-23 13:06:12 -08:00
xfs_fsmap.h xfs: clean up xfs_getfsmap_helper arguments 2024-11-05 13:38:35 -08:00
xfs_fsops.c xfs: check that the rtrefcount maxlevels doesn't increase when growing fs 2024-12-23 13:06:14 -08:00
xfs_fsops.h
xfs_globals.c
xfs_handle.c
xfs_handle.h
xfs_health.c xfs: report realtime refcount btree corruption errors to the health system 2024-12-23 13:06:14 -08:00
xfs_hooks.c
xfs_hooks.h
xfs_icache.c
xfs_icache.h
xfs_icreate_item.c
xfs_icreate_item.h
xfs_inode.c xfs: Add error handling for xfs_reflink_cancel_cow_range 2025-01-27 11:42:48 +01:00
xfs_inode.h xfs: allow inode-based btrees to reserve space in the data device 2024-12-23 13:06:03 -08:00
xfs_inode_item.c xfs: add a b_iodone callback to struct xfs_buf 2025-01-14 11:38:15 +01:00
xfs_inode_item.h
xfs_inode_item_recover.c xfs: wire up a new metafile type for the realtime refcount 2024-12-23 13:06:12 -08:00
xfs_ioctl.c New XFS code for 6.14 2025-01-23 13:06:42 -08:00
xfs_ioctl.h
xfs_ioctl32.c
xfs_ioctl32.h
xfs_iomap.c xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_iomap_end 2025-01-27 11:40:57 +01:00
xfs_iomap.h
xfs_iops.c xfs: report the correct read/write dio alignment for reflinked inodes 2025-01-09 16:23:18 +01:00
xfs_iops.h
xfs_itable.c
xfs_itable.h
xfs_iunlink_item.c
xfs_iunlink_item.h
xfs_iwalk.c
xfs_iwalk.h
xfs_linux.h
xfs_log.c xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrant 2025-01-13 14:56:09 +01:00
xfs_log.h
xfs_log_cil.c xfs: Use xchg() in xlog_cil_insert_pcp_aggregate() 2024-11-28 12:42:10 +01:00
xfs_log_priv.h xfs: prevent mount and log shutdown race 2024-11-22 11:24:51 +01:00
xfs_log_recover.c xfs: add a realtime flag to the refcount update log redo items 2024-12-23 13:06:11 -08:00
xfs_message.c
xfs_message.h
xfs_mount.c xfs: introduce realtime refcount btree ondisk definitions 2024-12-23 13:06:10 -08:00
xfs_mount.h xfs: constify feature checks 2025-01-13 14:57:08 +01:00
xfs_mru_cache.c
xfs_mru_cache.h
xfs_notify_failure.c xfs: react to fsdax failure notifications on the rt device 2024-12-23 13:06:09 -08:00
xfs_notify_failure.h xfs: react to fsdax failure notifications on the rt device 2024-12-23 13:06:09 -08:00
xfs_pnfs.c
xfs_pnfs.h
xfs_pwork.c
xfs_pwork.h
xfs_qm.c xfs: prepare to reuse the dquot pointer space in struct xfs_inode 2024-12-23 13:06:03 -08:00
xfs_qm.h xfs: keep quota directory inode loaded 2024-12-12 17:45:08 -08:00
xfs_qm_bhv.c xfs: Do not allow norecovery mount with quotacheck 2025-02-14 09:40:35 +01:00
xfs_qm_syscalls.c xfs: delalloc and quota softlimit timers are incoherent 2024-11-22 11:24:45 +01:00
xfs_quota.h xfs: prepare to reuse the dquot pointer space in struct xfs_inode 2024-12-23 13:06:03 -08:00
xfs_quotaops.c
xfs_refcount_item.c xfs: support recovering refcount intent items targetting realtime extents 2024-12-23 13:06:11 -08:00
xfs_refcount_item.h
xfs_reflink.c xfs: enable realtime reflink 2024-12-23 13:06:17 -08:00
xfs_reflink.h xfs: enable realtime reflink 2024-12-23 13:06:17 -08:00
xfs_rmap_item.c xfs: support recovering rmap intent items targetting realtime extents 2024-12-23 13:06:05 -08:00
xfs_rmap_item.h
xfs_rtalloc.c xfs: enable realtime reflink 2024-12-23 13:06:17 -08:00
xfs_rtalloc.h xfs: fix CoW forks for realtime files 2024-12-23 13:06:17 -08:00
xfs_stats.c xfs: introduce realtime refcount btree ondisk definitions 2024-12-23 13:06:10 -08:00
xfs_stats.h xfs: introduce realtime refcount btree ondisk definitions 2024-12-23 13:06:10 -08:00
xfs_super.c xfs: do not check NEEDSREPAIR if ro,norecovery mount. 2025-02-14 09:40:35 +01:00
xfs_super.h xfs: react to fsdax failure notifications on the rt device 2024-12-23 13:06:09 -08:00
xfs_symlink.c
xfs_symlink.h
xfs_sysctl.c treewide: const qualify ctl_tables where applicable 2025-01-28 13:48:37 +01:00
xfs_sysctl.h
xfs_sysfs.c
xfs_sysfs.h
xfs_trace.c xfs: create incore realtime group structures 2024-11-05 13:38:35 -08:00
xfs_trace.h xfs: fix buffer lookup vs release race 2025-01-16 10:19:59 +01:00
xfs_trans.c xfs: remove the t_magic field in struct xfs_trans 2025-01-13 14:55:19 +01:00
xfs_trans.h xfs: remove the t_magic field in struct xfs_trans 2025-01-13 14:55:19 +01:00
xfs_trans_ail.c xfs: simplify xfsaild_resubmit_item 2025-01-14 11:38:15 +01:00
xfs_trans_buf.c xfs: add a b_iodone callback to struct xfs_buf 2025-01-14 11:38:15 +01:00
xfs_trans_dquot.c xfs: prepare to reuse the dquot pointer space in struct xfs_inode 2024-12-23 13:06:03 -08:00
xfs_trans_priv.h
xfs_xattr.c
xfs_xattr.h