This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ace1ba1c9038 Merge tag 'pwm/for-6.5-rc1' of git://git.kernel.org/pub/sc [...] new 347eb95b27eb xfs: remove redundant initializations of pointers drop_lea [...] new 939bd50dfbe7 xfs: don't reverse order of items in bulk AIL insertion new b742d7b4f0e0 xfs: use deferred frees for btree block freeing new 6a2a9d776c4a xfs: pass alloc flags through to xfs_extent_busy_flush() new 0853b5de42b4 xfs: allow extent free intents to be retried new 8ebbf262d468 xfs: don't block in busy flushing when freeing extents new f1e1765aad7d xfs: journal geometry is not properly bounds checked new edd8276dd702 xfs: AGF length has never been bounds checked new 2bed0d82c2f7 xfs: fix bounds check in xfs_defer_agfl_block() new 63ef7a35912d xfs: fix interval filtering in multi-step fsmap queries new 7975aba19cba xfs: fix integer overflows in the fsmap rtbitmap and logde [...] new d898137d789c xfs: fix getfsmap reporting past the last rt extent new f045dd00328d xfs: clean up the rtbitmap fsmap backend new a949a1c2a198 xfs: fix logdev fsmap query result filtering new 3ee9351e7490 xfs: validate fsmap offsets specified in the query keys new 75dc03453122 xfs: fix xfs_btree_query_range callers to initialize btree [...] new 5cf32f63b0f4 xfs: fix the calculation for "end" and "length" new 2d7d1e7ea321 xfs: AGI length should be bounds checked new 34acceaa8818 xfs: Remove unneeded semicolon new bb8e7e9f0bc4 Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/sc [...] new b62e71be2110 f2fs: support errors=remount-ro|continue|panic mountoption new 888ca6edac81 f2fs: add sanity check for proc_mkdir new 7cd2e5f75b86 f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED new 1223e432d9e1 f2fs: remove redundant goto statement in f2fs_read_single_page() new 08c3eab525ef f2fs: remove some dead code new e067dc3c6b9c f2fs: maintain six open zones for zoned devices new 633c8b9409f5 f2fs: fix the wrong condition to determine atomic context new 04abeb699ddc f2fs: close unused open zones while mounting new 36ded4c106db f2fs: Fix over-estimating free section during FG GC new f082c6b205a0 f2fs: fix potential deadlock due to unpaired node_write lock use new 478d7100f44b f2fs: renew value of F2FS_MOUNT_* new 77e820ea73a5 f2fs: renew value of F2FS_FEATURE_* new 90b7c4b748d8 f2fs: fix to set noatime and immutable flag for quota file new bfd476623999 f2fs: clean up w/ sbi->log_sectors_per_block new d8189834d434 f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() new 458c15dfbce6 f2fs: don't reset unchangable mount option in f2fs_remount() new 901c12d14457 f2fs: flush error flags in workqueue new 25f9080576b9 f2fs: add async reset zone command support new 38a4a330c8bf f2fs: Detect looped node chain efficiently new 20872584b8c0 f2fs: fix to drop all dirty meta/node pages during umount() new 38b57833de1d f2fs: flag as supporting buffered async reads new cadfc2f9f8c3 f2fs: fix args passed to trace_f2fs_lookup_end new 5079e1c0c879 f2fs: avoid dead loop in f2fs_issue_checkpoint() new 8bec7dd1b3f7 f2fs: check return value of freeze_super() new ccf3ff2b30ed f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanup new 00e120b5e4b5 f2fs: assign default compression level new 698a5c8c8e05 f2fs: add sanity compress level check for compressed file new 64ee9163fe1b f2fs: compress: fix to check validity of i_compress_flag field new f240d3aaf5a1 f2fs: do more sanity check on inode new 94c8431fb46b f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method new c571fbb5b59a f2fs: add helper to check compression level new dde38c03b351 f2fs: cleanup MIN_INLINE_XATTR_SIZE new ac1ee161dec5 f2fs: add f2fs_ioc_get_compress_blocks new c9667b19e2cf f2fs: check zone write pointer points to the end of zone new 9ac00e7cef10 f2fs: do not issue small discard commands during checkpoint new 3f8ac7da8c6e f2fs: remove redundant assignment to variable err new c3355ea9d82f f2fs: convert to use sbi directly new 6201c478dedc f2fs: refactor struct f2fs_attr macro new 2724daf6c24c f2fs: compress tmp files given extension new 396d0a28836d f2fs: update mtime and ctime in move file range method new cf2423a7555c f2fs: remove unneeded page uptodate check/set new 5eda1ad1aaff f2fs: fix deadlock in i_xattr_sem and inode page lock new 0135c482fa97 f2fs: fix error path handling in truncate_dnode() new c31e49615762 f2fs: fix compile warning in f2fs_destroy_node_manager() new 87a91a155902 f2fs: only set release for file that has compressed data new a6ec83786ab9 f2fs: fix to do sanity check on direct node in truncate_dnode() new 73a3fcdaa732 Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/s [...]
The 67 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/filesystems/f2fs.rst | 16 ++ fs/f2fs/checkpoint.c | 7 +- fs/f2fs/compress.c | 41 +++++- fs/f2fs/data.c | 71 ++++++++- fs/f2fs/dir.c | 9 +- fs/f2fs/f2fs.h | 124 ++++++++++------ fs/f2fs/file.c | 77 ++++++---- fs/f2fs/gc.c | 43 ++++-- fs/f2fs/inode.c | 207 ++++++++++++++++++-------- fs/f2fs/iostat.c | 1 + fs/f2fs/namei.c | 32 ++-- fs/f2fs/node.c | 45 +++--- fs/f2fs/node.h | 3 +- fs/f2fs/recovery.c | 75 +++++++--- fs/f2fs/segment.c | 162 ++++++++++++++++----- fs/f2fs/super.c | 252 +++++++++++++++++++++++++++----- fs/f2fs/sysfs.c | 279 +++++++++++++++++++++-------------- fs/f2fs/xattr.c | 6 +- fs/f2fs/xattr.h | 1 + fs/xfs/libxfs/xfs_ag.c | 2 +- fs/xfs/libxfs/xfs_alloc.c | 289 ++++++++++++++++++++++++------------- fs/xfs/libxfs/xfs_alloc.h | 24 +-- fs/xfs/libxfs/xfs_attr_leaf.c | 2 - fs/xfs/libxfs/xfs_bmap.c | 8 +- fs/xfs/libxfs/xfs_bmap_btree.c | 3 +- fs/xfs/libxfs/xfs_ialloc.c | 32 ++-- fs/xfs/libxfs/xfs_ialloc_btree.c | 3 +- fs/xfs/libxfs/xfs_refcount.c | 22 +-- fs/xfs/libxfs/xfs_refcount_btree.c | 8 +- fs/xfs/libxfs/xfs_rmap.c | 10 +- fs/xfs/libxfs/xfs_sb.c | 56 ++++++- fs/xfs/xfs_extent_busy.c | 36 ++++- fs/xfs/xfs_extent_busy.h | 6 +- fs/xfs/xfs_extfree_item.c | 75 +++++++++- fs/xfs/xfs_fsmap.c | 255 +++++++++++++++++--------------- fs/xfs/xfs_log.c | 47 ++---- fs/xfs/xfs_notify_failure.c | 9 +- fs/xfs/xfs_reflink.c | 3 +- fs/xfs/xfs_trace.h | 25 ++++ fs/xfs/xfs_trans_ail.c | 2 +- include/linux/f2fs_fs.h | 1 + include/trace/events/f2fs.h | 24 ++- 42 files changed, 1655 insertions(+), 738 deletions(-)