This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ca83c61cb3db Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/l [...] new 9b4b3f844100 jfs: Convert metapage_read_folio to use folio APIs new 35474d52c605 jfs: Convert metapage_writepage to metapage_write_folio new 2dcd9630d988 jfs: Convert __get_metapage to use a folio new 9346476d2116 jfs: Convert insert_metapage() to take a folio new 40e1bd195b0e jfs; Convert release_metapage to use a folio new dd23bf310384 jfs: Convert drop_metapage and remove_metapage to take a folio new 1f0dc610da98 jfs: Convert dec_io to take a folio new f86a3a182483 jfs; Convert __invalidate_metapages to use a folio new 501bb988774b jfs: Convert page_to_mp to folio_to_mp new d9c36002d015 jfs: Convert inc_io to take a folio new 1252ad136e16 jfs: Convert force_metapage to use a folio new ad6c19e5f932 jfs: Change metapage->page to metapage->folio new 3fefd9b594aa fs: Remove i_blocks_per_page new ee6817e72d4e jfs: Remove use of folio error flag new ce6dede912f0 jfs: fix null ptr deref in dtInsertEntry new f73f969b2eb3 jfs: Fix array-index-out-of-bounds in diFree new 7063b80268e2 jfs: Fix shift-out-of-bounds in dbDiscardAG new d0fa70aca54c jfs: don't walk off the end of ealist new 371c141464b8 Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggy new fc01008c92f4 f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in i [...] new c240c87bcd44 f2fs: fix to do sanity check on blocks for inline_data inode new cc260b66c4cd f2fs: add support for FS_IOC_GETFSSYSFSPATH new 76da333f4b93 f2fs: alloc new section if curseg is not the first seg in [...] new 6924c8b6fdf9 f2fs: fix to remove redundant SBI_NEED_FSCK flag set new 5c8764f8679e f2fs: fix to force buffered IO on inline_data inode new 21327a042dd9 f2fs: fix to avoid use SSR allocate when do defragment new 192b8fb8d1c8 f2fs: fix to don't dirty inode for readonly filesystem new 270b09313b4e f2fs: use new ioprio Macro to get ckpt thread ioprio level new a8eb3de28e7a f2fs: fix return value of f2fs_convert_inline_inode() new d7409b05a64f f2fs: fix to cover read extent cache access with lock new 298b1e4182d6 f2fs: fix to truncate preallocated blocks in f2fs_file_open() new 6efc3a05e613 f2fs: enable atgc dynamically if conditions are met new 6aeb084fa0b1 f2fs: clean up set REQ_RAHEAD given rac new 1efb7c8fd8bf f2fs: fix to use mnt_{want,drop}_write_file replace file_{ [...] new 8cb1f4080dd9 f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid new 388a2a0640e1 f2fs: remove redundant sanity check in sanity_check_inode() new 8c409989678e f2fs: fix start segno of large section new c82bc1ab2a8a f2fs: fix null reference error when checking end of zone new 54f43a10fa25 f2fs: remove unreachable lazytime mount option parsing new f06c0f82e38b f2fs: fix to update user block counts in block_operations() new e3a19972a49f f2fs: only fragment segment in the same section new b40a2b003709 f2fs: use meta inode for GC of atomic file new f18d00769336 f2fs: use meta inode for GC of COW file new 7309871c03be f2fs: clean up F2FS_I() new bed6b0317441 f2fs: clean up addrs_per_{inode,block}() new 5ad7ff8738b8 Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/ [...]
The 46 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/checkpoint.c | 11 +- fs/f2fs/compress.c | 2 +- fs/f2fs/data.c | 27 +++-- fs/f2fs/extent_cache.c | 48 +++----- fs/f2fs/f2fs.h | 78 ++++++------ fs/f2fs/file.c | 135 +++++++++++++++------ fs/f2fs/gc.c | 24 +++- fs/f2fs/inline.c | 28 ++++- fs/f2fs/inode.c | 84 ++++++------- fs/f2fs/namei.c | 20 +-- fs/f2fs/recovery.c | 11 +- fs/f2fs/segment.c | 54 +++++++-- fs/f2fs/segment.h | 3 +- fs/f2fs/super.c | 11 +- fs/f2fs/sysfs.c | 12 +- fs/jfs/jfs_dmap.c | 2 + fs/jfs/jfs_dtree.c | 2 + fs/jfs/jfs_imap.c | 5 +- fs/jfs/jfs_logmgr.c | 2 +- fs/jfs/jfs_metapage.c | 316 ++++++++++++++++++++++++------------------------ fs/jfs/jfs_metapage.h | 16 +-- fs/jfs/xattr.c | 23 +++- include/linux/f2fs_fs.h | 7 +- include/linux/pagemap.h | 6 - 24 files changed, 522 insertions(+), 405 deletions(-)