This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4ce9d181ebe5 Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/s [...] new bc88ac96a9ac f2fs: link f2fs quota ops for sysfile new 5dae2d39074d f2fs: fix to check layout on last valid checkpoint park new 49dd883c421a f2fs: allow ssr block allocation during checkpoint=disable period new 8648de2c581e f2fs: add bio cache for IPU new f7dfd9f36144 f2fs: always assume that the device is idle under gc_urgent new 040d2bb318d1 f2fs: fix to avoid deadloop if data_flush is on new 4d11d13e2776 f2fs: add missing sysfs entries in documentation new c854f4d68136 f2fs: fix to do sanity check on segment bitmap of LFS curseg new 9227d5227b8d f2fs: add error prints for debugging mount failure new 81621f976176 f2fs: fix f2fs_show_options to show nodiscard mount option new 36af5f407bbb f2fs: fix sparse warning new ae4ad7ea09d3 f2fs: Lower threshold for disable_cp_again new 9a9aecaad92d f2fs: Fix root reserved on remount new a4c3ecaaadac f2fs: Fix accounting for unusable blocks new 4d3aed70902f f2fs: Add option to limit required GC for checkpoint=disable new 176ef3c4dea3 f2fs: replace ktype default_attrs with default_groups new 360985573b55 f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags new 5043a9643fe6 f2fs: only set project inherit bit for directory new 04f0b2eaa3b3 f2fs: ioctl for removing a range from F2FS new 8740edc3e5cc f2fs: avoid get_valid_blocks() for cleanup new dcbb4c10e6d9 f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() new 2d821c12176b f2fs: print kernel message if filesystem is inconsistent new f91108b801ad f2fs: Use DIV_ROUND_UP() instead of open-coding new 10f966bbf521 f2fs: use generic EFSBADCRC/EFSCORRUPTED new c83414aedf36 f2fs: set SBI_NEED_FSCK for xattr corruption case new db6ec53b7e03 f2fs: add a rw_sem to cover quota flag changes new 56659ce83845 f2fs: fix is_idle() check for discard type new cad3836f9eb2 f2fs: allocate blocks for pinned file new 4969c06a0d83 f2fs: support swap file w/ DIO new b13bdf03bb80 f2fs: allow all the users to pin a file new 6e0cd4a9dd4d f2fs: fix to avoid long latency during umount new 56f3ce675103 f2fs: avoid out-of-range memory access new 2d008835ec2f f2fs: improve print log in f2fs_sanity_check_ckpt() new a641a88e5d68 Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/l [...] new d4548543fc4e 9p/virtio: Add cleanup path in p9_virtio_init new 80a316ff1627 9p/xen: Add cleanup path in p9_trans_xen_init new 23bbbf5c1fb3 Merge tag '9p-for-5.3' of git://github.com/martinetd/linux new b355516f4507 dlm: check if workqueues are NULL before flushing/destroying new a48f9721e6db dlm: no need to check return value of debugfs_create functions new 964a4eacef67 Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/ [...]
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 | 8 + Documentation/filesystems/f2fs.txt | 133 ++++++- fs/dlm/debug_fs.c | 21 +- fs/dlm/dlm_internal.h | 8 +- fs/dlm/lowcomms.c | 18 +- fs/dlm/main.c | 5 +- fs/f2fs/checkpoint.c | 107 +++--- fs/f2fs/data.c | 249 +++++++++++-- fs/f2fs/debug.c | 7 + fs/f2fs/dir.c | 16 +- fs/f2fs/extent_cache.c | 7 +- fs/f2fs/f2fs.h | 129 +++---- fs/f2fs/file.c | 302 ++++++++++------ fs/f2fs/gc.c | 196 +++++++++- fs/f2fs/inline.c | 16 +- fs/f2fs/inode.c | 78 ++-- fs/f2fs/namei.c | 10 +- fs/f2fs/node.c | 38 +- fs/f2fs/recovery.c | 43 +-- fs/f2fs/segment.c | 170 +++++++-- fs/f2fs/segment.h | 16 +- fs/f2fs/super.c | 610 +++++++++++++++----------------- fs/f2fs/sysfs.c | 22 +- fs/f2fs/xattr.c | 10 +- include/trace/events/f2fs.h | 11 +- net/9p/trans_virtio.c | 8 +- net/9p/trans_xen.c | 8 +- 27 files changed, 1438 insertions(+), 808 deletions(-)