This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4bcf69e57063 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new a7a8f4a1e6b3 ubifs: add option to specify version for new file systems new fcf441963057 ubifs: misc.h: delete a duplicated word new 3b185255bb2f ubi: fastmap: Don't produce the initial next anchor PEB wh [...] new c3fc1a3919e3 ubi: fastmap: Free fastmap next anchor peb during detach new 094b6d129547 ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename new a68005a36dc3 jffs2: fix jffs2 mounting failure new 798b7347e4f2 jffs2: fix UAF problem new 163c3e3dc0dd Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/ [...] new 5deaf1f63baf gfs2: Add some flags missing from glock output new 4c5c3010408d gfs2: Pass glock holder to gfs2_file_direct_{read,write} new c07bfb4d8fa1 gfs2: Fix refcount leak in gfs2_glock_poke new c9dff08485a6 fs: Fix typo in comment new b57bc0fb2fe4 gfs2: Fix inaccurate comment new b0be23b23f6c gfs2: print details on transactions that aren't properly ended new 70499cdfeb36 gfs2: Never call gfs2_block_zero_range with an open transaction new e28c02b94f9e gfs2: When gfs2_dirty_inode gets a glock error, dump the glock new 8c2618a6d0f7 Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/l [...] new 99bbe3070130 f2fs: avoid checkpatch error new 742532d11d83 f2fs: use kfree() instead of kvfree() to free superblock data new 6f6489288ed1 f2fs: remove useless truncate in f2fs_collapse_range() new db5ae3632927 f2fs: fix a race condition between f2fs_write_end_io and f [...] new da52f8ade40b f2fs: get the right gc victim section when section has sev [...] new ba87a45c23d6 f2fs: use kfree() to free variables allocated by match_strdup() new 0ef818335f73 f2fs: add prefix for exported symbols new fa6795552ad2 f2fs: fix to document reserved special compression extension new 79963d967b49 f2fs: shrink node_write lock coverage new f608c38c59c6 f2fs: clean up parameter of f2fs_allocate_data_block() new 97767500781f f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_range new 0759e2c151f4 f2fs: show more debug info for per-temperature log new a6d601f30d3b f2fs: fix to wait page writeback before update new e5cc2c5563a4 f2fs: fix typo in comment of f2fs_do_add_link new b815bdc7817d f2fs: remove useless parameter of __insert_free_nid() new 250e84d72547 f2fs: fix wrong return value of f2fs_bmap_compress() new b79b0a310bca f2fs: support to trace f2fs_bmap() new dd5a09bd05ae f2fs: support to trace f2fs_fiemap() new d078319d069e f2fs: remove the unused compr parameter new eb1353cfa9c1 f2fs: fix to check page dirty status before writeback new 9a99c17dab8a f2fs: make trace enter and end in pairs for unlink new 29b993c7cd20 f2fs: fix an oops in f2fs_is_compressed_page new 9039d8355d6e f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocks new 901d745f8e6a f2fs: split f2fs_allocate_new_segments() new b7973091f0b2 f2fs: add parameter op_flag in f2fs_submit_page_read() new d7cd3702ca95 f2fs: fix return value of move_data_block() new 6b12367da22f f2fs: avoid readahead race condition new 0e5e81114de1 f2fs: add GC_URGENT_LOW mode in gc_urgent new ffcde4b29a5f f2fs: remove write attribute of main_blkaddr sysfs node new f567adb0342e f2fs: fix to wait GCed compressed page writeback new 4fc781a3eb3b f2fs: fix wrong description of compress feature in f2fs.rst new 9627a7b31f3c f2fs: fix error path in do_recover_data() new aff6fbbe8e1b f2fs: don't keep meta inode pages used for compressed bloc [...] new 3357af8f1a09 f2fs: use generic names for generic ioctls new 02772fbfcba8 f2fs: compress: fix to avoid memory leak on cc->cpages new 887e03739130 f2fs: segment.h: delete a duplicated word new b0f3b87fb3ab f2fs: should avoid inode eviction in synchronous path new 9af846486d78 f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctl new 68e79baf41f8 f2fs: Change the type of f2fs_flush_inline_data() to void new 99c787cfd2bd f2fs: fix use-after-free issue new a87aff1d491f f2fs: space related cleanup new 944dd22ea447 f2fs: compress: fix to update isize when overwriting compr [...] new b2f57a8e6bc9 f2fs: compress: delay temp page allocation new 1f07cc58bc92 f2fs: correct comment of f2fs_exist_written_data new 1fd280188d1f f2fs: fix deadlock between quota writes and checkpoint new 8fa41016f098 f2fs: use macro instead of f2fs verity version new a86d27dd3dbe f2fs: compress: add sanity check during compressed cluster read new 1f0b067b6e49 f2fs: compress: disable compression mount option if compre [...] new 567c4bf54a85 f2fs: make file immutable even if releasing zero compressi [...] new 58f7e00ffb45 f2fs: replace test_and_set/clear_bit() with set/clear_bit() new 9feffe14661b f2fs: update_sit_entry: Make the judgment condition of f2f [...] new 828add774f0d f2fs: prepare a waiter before entering io_schedule new 086ba2ec163b Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/s [...]
The 70 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 | 4 +- Documentation/filesystems/f2fs.rst | 6 +- drivers/mtd/ubi/fastmap-wl.c | 5 + drivers/mtd/ubi/wl.c | 3 +- fs/f2fs/checkpoint.c | 15 +- fs/f2fs/compress.c | 89 ++++++++--- fs/f2fs/data.c | 93 ++++++++--- fs/f2fs/debug.c | 64 ++++++-- fs/f2fs/dir.c | 2 +- fs/f2fs/extent_cache.c | 18 +-- fs/f2fs/f2fs.h | 81 +++++----- fs/f2fs/file.c | 264 +++++++++++++++++++++++++++----- fs/f2fs/gc.c | 75 +++++---- fs/f2fs/inline.c | 21 ++- fs/f2fs/inode.c | 4 +- fs/f2fs/namei.c | 18 ++- fs/f2fs/node.c | 38 +++-- fs/f2fs/recovery.c | 12 +- fs/f2fs/segment.c | 129 +++++++++++----- fs/f2fs/segment.h | 10 +- fs/f2fs/super.c | 68 ++++---- fs/f2fs/sysfs.c | 23 ++- fs/f2fs/verity.c | 6 +- fs/f2fs/xattr.c | 4 +- fs/gfs2/bmap.c | 69 +++++---- fs/gfs2/file.c | 31 ++-- fs/gfs2/glock.c | 10 +- fs/gfs2/log.c | 2 +- fs/gfs2/super.c | 1 + fs/gfs2/trans.c | 29 ++-- fs/jffs2/dir.c | 6 +- fs/jffs2/scan.c | 3 +- fs/ubifs/journal.c | 10 +- fs/ubifs/misc.h | 2 +- fs/ubifs/sb.c | 5 +- fs/ubifs/super.c | 18 +++ fs/ubifs/ubifs.h | 1 + include/linux/fs.h | 2 +- include/trace/events/f2fs.h | 63 ++++++++ 39 files changed, 940 insertions(+), 364 deletions(-)