This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e9f5cbc0c851 Merge tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/ [...] new 3271d7eb00f1 f2fs: compress: reduce one page array alloc and free when [...] new 3d697a4a6b7d f2fs: rework write preallocations new b31bf0f96e71 f2fs: reduce indentation in f2fs_file_write_iter() new d4dd19ec1ea0 f2fs: do not expose unwritten blocks to user by DIO new ccf7cf92373d f2fs: fix the f2fs_file_write_iter tracepoint new 1517c1a7a445 f2fs: implement iomap operations new a1e09b03e6f5 f2fs: use iomap for direct I/O new bd984c03097b f2fs: show more DIO information in tracepoint new d1917865a790 f2fs: fix remove page failed in invalidate compress pages new e64347ae13da f2fs: support POSIX_FADV_DONTNEED drop compressed page cache new ae2e2804caa1 f2fs: show number of pending discard commands new 766c663933be f2fs: avoid duplicate call of mark_inode_dirty new 9056d6489f5a f2fs: fix to do sanity check on inode type during garbage [...] new f6db43076d19 f2fs: fix to avoid panic in is_alive() if metadata is inco [...] new 77900c45ee5c f2fs: fix to do sanity check in is_alive() new 325163e9892b f2fs: add gc_urgent_high_remaining sysfs node new 19bdba526562 f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file new 7377e853967b f2fs: compress: fix potential deadlock of compress file new 0df035c7208c f2fs: avoid down_write on nat_tree_lock during checkpoint new a9419b63bf41 f2fs: do not bother checkpoint by f2fs_get_node_info new 645a3c40ca3d f2fs: fix to do sanity check on last xattr entry in __f2fs [...] new dd9d4a3a30d0 f2fs: clean up __find_inline_xattr() with __find_xattr() new 3e0203893e0d f2fs: support fault injection to f2fs_trylock_op() new b702c83e2eaa f2fs: fix to check available space of CP area correctly in [...] new 300a842937fb f2fs: fix to reserve space for IO align feature new 2a64e303e305 f2fs: don't drop compressed page cache in .{invalidate,rel [...] new d361b690b6fc f2fs: Simplify bool conversion new 2b642898e5ea f2fs: remove redunant invalidate compress pages new 5fed0be8583f f2fs: do not allow partial truncation on pinned file new 1d1df41c5a33 Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/ [...]
The 30 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 | 12 + Documentation/filesystems/f2fs.rst | 1 + fs/f2fs/Kconfig | 1 + fs/f2fs/checkpoint.c | 6 +- fs/f2fs/compress.c | 84 +++--- fs/f2fs/data.c | 351 +++++----------------- fs/f2fs/f2fs.h | 43 ++- fs/f2fs/file.c | 509 ++++++++++++++++++++++++++------ fs/f2fs/gc.c | 26 +- fs/f2fs/inline.c | 4 +- fs/f2fs/inode.c | 18 +- fs/f2fs/iostat.c | 40 ++- fs/f2fs/node.c | 23 +- fs/f2fs/recovery.c | 2 +- fs/f2fs/segment.c | 2 +- fs/f2fs/segment.h | 3 +- fs/f2fs/super.c | 46 +++ fs/f2fs/sysfs.c | 26 +- fs/f2fs/xattr.c | 40 +-- include/trace/events/f2fs.h | 27 +- 20 files changed, 759 insertions(+), 505 deletions(-)