This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b89b029377c8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...] new 579c7e41507e Revert "f2fs: clean up w/ sbi->log_sectors_per_block" new 863907a4f53a f2fs: don't handle error case of f2fs_compress_alloc_page() new a3ab55746612 f2fs: flush inode if atomic file is aborted new d2d9bb3b6d2f f2fs: get out of a repeat loop when getting a locked data page new c709d099a0d2 f2fs: fix spelling in ABI documentation new b5ab3276eb69 f2fs: fix to avoid mmap vs set_compress_option case new 51bf8d3c8199 f2fs: don't reopen the main block device in f2fs_scan_devices new 3a2c0e55f9bd f2fs: allow f2fs_ioc_{,de}compress_file to be interrupted new 025b3602b5fa f2fs: compress: don't {,de}compress non-full cluster new 3cb88bc15937 f2fs: check zone type before sending async reset zone command new 2bd4df8fcbc7 f2fs: Only lfs mode is allowed with zoned block device feature new a842a90926b6 f2fs: increase usage of folio_next_index() helper new 958ccbbf1ce7 Revert "f2fs: fix to do sanity check on extent cache correctly" new 8874ad7dae8d f2fs: fix to update i_ctime in __f2fs_setxattr() new bc3994ffa4cf f2fs: remove unneeded check condition in __f2fs_setxattr() new 9bf1dcbdfdc8 f2fs: fix to account gc stats correctly new eb61c2cca2eb f2fs: fix to account cp stats correctly new 0cc81b1ad512 f2fs: should update REQ_TIME for direct write new 726865e69aa3 f2fs: doc: fix description of max_small_discards new 005abf9e5e0d Revert "f2fs: do not issue small discard commands during c [...] new 5c13e2388bf3 f2fs: avoid false alarm of circular locking new c98879498413 f2fs: clean up error handling in sanity_check_{compress_,}inode() new 5118697f7215 f2fs: fix error path of f2fs_submit_page_read() new 091a4dfbb1d3 f2fs: compress: fix to assign compress_level for lz4 correctly new 3b7166121402 f2fs: use finish zone command when closing a zone new 92901222f83d Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/s [...]
The 26 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/ABI/testing/sysfs-fs-f2fs | 6 +-- fs/f2fs/checkpoint.c | 2 +- fs/f2fs/compress.c | 14 +---- fs/f2fs/data.c | 14 +++-- fs/f2fs/debug.c | 33 +++++++++--- fs/f2fs/f2fs.h | 96 +++++++++++++++++++++------------ fs/f2fs/file.c | 60 +++++++++++++++------ fs/f2fs/gc.c | 18 ++++--- fs/f2fs/inline.c | 3 +- fs/f2fs/inode.c | 35 ++++-------- fs/f2fs/recovery.c | 1 + fs/f2fs/segment.c | 89 +++++++++++++++++++----------- fs/f2fs/super.c | 40 +++++++------- fs/f2fs/sysfs.c | 18 +++++-- fs/f2fs/xattr.c | 6 +-- 15 files changed, 264 insertions(+), 171 deletions(-)