This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cfd4039213e7 Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org [...] new e462fc48ceb8 f2fs: maintain one time GC mode is enabled during whole zo [...] new 81464df36094 f2fs: set default valid_thresh_ratio to 80 for zoned devices new e4384545e220 f2fs: use folio_nr_pages() instead of shift operation new 2308de27c03d f2fs: Use mapping->gfp_mask to get file cache for writing new 28b68b2a3b2f f2fs: clean up w/ bio_add_folio_nofail() new 3b7e73ddc07f f2fs: convert add_ipu_page() to use folio new e0b89d00ea9f f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecac [...] new c1cdb0048832 f2fs: use f2fs_filemap_get_folio() to support fault injection new ca8b201f2854 f2fs: fix to avoid potential deadlock new 7c37c7951032 f2fs: fix to avoid updating zero-sized extent in extent cache new 10b591e7fb7c f2fs: fix to avoid updating compression context during writeback new 1f27ef42bb0b f2fs: use global inline_xattr_slab instead of per-sb slab cache new d33f89b34aa3 f2fs: invalidate dentry cache on failed whiteout creation new 89c16629e313 f2fs: change the unlock parameter of f2fs_put_page to bool new be112e7449a6 f2fs: fix to propagate error from f2fs_enable_checkpoint() new 196c81fdd438 f2fs: block cache/dio write during f2fs_enable_checkpoint() new 297baa4aa263 f2fs: ensure node page reads complete before f2fs_put_supe [...] new 5b5578c3b06e f2fs: fix to access i_size w/ i_size_read() new 392711ef18bf f2fs: fix uninitialized one_time_gc in victim_sel_policy new d8bdf7856e17 f2fs: ensure minimum trim granularity accounts for all devices new 9b3c8336c633 f2fs: Rename f2fs_unlink exit label new f37981edcd06 f2fs: Add sanity checks before unlinking and loading inodes new 27bf6a637b76 f2fs: fix age extent cache insertion skip on counter overflow new 2e2e0d679a1f f2fs: add fadvise tracepoint new 01fba45deadd f2fs: fix return value of f2fs_recover_fsync_data() new 68d05693f8c0 f2fs: fix to detect recoverable inode during dryrun of fin [...] new 7ee8bc3942f2 f2fs: revert summary entry count from 2048 to 512 in 16kb [...] new 24fd7f001610 f2fs: simplify list initialization in f2fs_recover_fsync_data() new 581251e03077 f2fs: wrap all unusable_blocks_per_sec code in CONFIG_BLK_ [...] new 89732017890e f2fs: add a sysfs entry to show max open zones new 30a8496694f1 f2fs: use memalloc_retry_wait() as much as possible new 76e780d88c77 f2fs: introduce f2fs_schedule_timeout() new d31e0de8b862 f2fs: change default schedule timeout value new 1627a303bca6 f2fs: expand scalability of f2fs mount option new fbc0774b6d55 docs: f2fs: wrap ASCII tables in literal blocks to fix LaT [...] new 8f11fe52fc1f f2fs: support to show curseg.next_blkoff in debugfs new 37345eae9dea f2fs: fix to not account invalid blocks in get_left_sectio [...] new 8d1cb17aca46 f2fs: optimize trace_f2fs_write_checkpoint with enums new 76ee7fd6af68 f2fs: ignore discard return value new cb015814f8b6 Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/ [...]
The 40 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 + Documentation/filesystems/f2fs.rst | 131 ++++++++++---------- fs/f2fs/checkpoint.c | 10 +- fs/f2fs/compress.c | 17 ++- fs/f2fs/data.c | 50 +++++--- fs/f2fs/debug.c | 29 +++-- fs/f2fs/extent_cache.c | 5 +- fs/f2fs/f2fs.h | 162 +++++++++++++++---------- fs/f2fs/file.c | 26 ++-- fs/f2fs/gc.c | 165 ++++++++++++++----------- fs/f2fs/gc.h | 2 +- fs/f2fs/inline.c | 4 +- fs/f2fs/inode.c | 6 + fs/f2fs/namei.c | 39 +++--- fs/f2fs/recovery.c | 31 ++--- fs/f2fs/segment.c | 63 ++++++---- fs/f2fs/segment.h | 21 +++- fs/f2fs/super.c | 208 ++++++++++++++++---------------- fs/f2fs/sysfs.c | 9 ++ fs/f2fs/verity.c | 2 +- fs/f2fs/xattr.c | 32 ++--- fs/f2fs/xattr.h | 10 +- include/linux/f2fs_fs.h | 5 +- include/trace/events/f2fs.h | 59 +++++++-- 24 files changed, 643 insertions(+), 449 deletions(-)