This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f34b580514c9 Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linu [...] new a909c1795353 f2fs: Use a folio in f2fs_all_cluster_page_ready() new ff6c82a934f7 f2fs: Use a folio in f2fs_compress_write_end() new 1cda5bc0b2fe f2fs: Use a folio in f2fs_truncate_partial_cluster() new ac866908d7a9 f2fs: Use a folio in f2fs_write_compressed_pages() new 87e2a15bc008 f2fs: Convert submit tracepoints to take a folio new 1cf746007005 f2fs: Add F2FS_F_SB() new e0821645dd2d f2fs: Convert f2fs_finish_read_bio() to use folios new 0765b3f989a7 f2fs: Use a folio more in f2fs_submit_page_bio() new f58d8645824b f2fs: Use a data folio in f2fs_submit_page_bio() new 19bbd306ddfd f2fs: Convert __read_io_type() to take a folio new c910a64bc4e2 f2fs: Remove calls to folio_file_mapping() new 5f6594542779 f2fs: cache more dentry pages new e9a844f6e487 f2fs: The GC triggered by ioctl also needs to mark the seg [...] new 76f01376df39 f2fs: ensure that node info flags are always initialized new 3d56fbb1f03f f2fs: expand f2fs_invalidate_compress_page() to f2fs_inval [...] new d217b5cea488 f2fs: add parameter @len to f2fs_invalidate_internal_cache() new 91b587ba79e1 f2fs: Introduce linear search for dentries new cf5817ce66f6 f2fs: don't call block truncation for aliased file new 66baee2b886d f2fs: introduce update_sit_entry_for_release/alloc() new 81ffbd224e5f f2fs: update_sit_entry_for_release() supports consecutive blocks. new e53c568f4603 f2fs: add parameter @len to f2fs_invalidate_blocks() new c84c2424932d f2fs: fix using wrong 'submitted' value in f2fs_write_cache_pages new 120ac1dc322f f2fs: Optimize f2fs_truncate_data_blocks_range() new 4811fee8283f f2fs: remove blk_finish_plug new 5c1768b67250 f2fs: fix to do sanity check correctly on i_inline_xattr_size new e02938613eb2 f2fs: avoid trying to get invalid block address new a68905d48a4e f2fs: Fix format specifier in sanity_check_inode() new 207764e5d6f1 f2fs: fix to avoid return invalid mtime from f2fs_get_sect [...] new f6370a360d46 f2fs: procfs: show mtime in segment_bits new 6d4008dc4a8e f2fs: Clean up the loop outside of f2fs_invalidate_blocks() new edf3c0860060 f2fs: fix to avoid changing 'check only' behaior of recovery new 03511e936916 f2fs: fix inconsistent dirty state of atomic file new 6d61a53dd6f5 Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/ [...]
The 33 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: fs/f2fs/compress.c | 38 ++++---- fs/f2fs/data.c | 62 ++++++------- fs/f2fs/dir.c | 53 +++++++---- fs/f2fs/f2fs.h | 29 +++--- fs/f2fs/file.c | 37 ++++++-- fs/f2fs/gc.c | 13 +-- fs/f2fs/inline.c | 7 +- fs/f2fs/inode.c | 19 ++-- fs/f2fs/namei.c | 1 + fs/f2fs/node.c | 10 ++- fs/f2fs/recovery.c | 4 +- fs/f2fs/segment.c | 210 +++++++++++++++++++++++++++++--------------- fs/f2fs/sysfs.c | 3 +- include/trace/events/f2fs.h | 39 ++++---- 14 files changed, 324 insertions(+), 201 deletions(-)