This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c17b750b3ad9 Linux 6.17-rc2 new 6a912e8aa2b2 ext4: show the default enabled i_version option new f2326fd14a22 ext4: preserve SB_I_VERSION on remount new b4cc4a407726 ext4: check fast symlink for ea_inode correctly new f3fbaa74d999 ext4: remove useless if check new 59d8731c887b ext4: fix unused variable warning in ext4_init_new_dir new 4ba97589ed19 ext4: remove redundant __GFP_NOWARN new bae76c035bf0 ext4: fix fsmap end of range reporting with bigalloc new 3ffbdd1f1165 ext4: fix reserved gdt blocks handling in fsmap new c5e104a91e7b ext4: don't try to clear the orphan_present feature block [...] new 02c7f7219ac0 ext4: fix hole length calculation overflow in non-extent inodes new 76dba1fe277f ext4: use kmalloc_array() for array space allocation new 757fc66da91b ext4: fix incorrect function name in comment new 9d98cf463225 jbd2: prevent softlockup in jbd2_log_do_checkpoint() new 074e461d9ed5 Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.or [...] new f0ba0e7172a2 btrfs: zoned: skip ZONE FINISH of conventional zones new daa0fde32235 btrfs: zoned: fix data relocation block group reservation new 5c4b93f4c8e5 btrfs: zoned: fix write time activation failure for metada [...] new 04147d8394e8 btrfs: zoned: limit active zones to max_open_zones new 4bcd3061e815 btrfs: clear block dirty if submit_one_sector() failed new 05b372862600 btrfs: clear block dirty if btrfs_writepage_cow_fixup() failed new f022499f24e5 btrfs: do not set mtime/ctime to current time when unlinki [...] new 1f3d56db694c btrfs: clear TAG_TOWRITE from buffer tree when submitting [...] new b1511360c8ac btrfs: subpage: keep TOWRITE tag until folio is cleaned new dc61d97b0ba0 btrfs: fix buffer index in wait_eb_writebacks() new edf842abe436 btrfs: fix incorrect log message for nobarrier mount option new b435ab556bea btrfs: restore mount option info messages during mount new 74857fdc5dd2 btrfs: fix printing of mount info messages for NODATACOW/N [...] new be48bcf004f9 Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/s [...]
The 28 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/btrfs/extent_io.c | 24 ++++++++-- fs/btrfs/inode.c | 29 +++++++---- fs/btrfs/subpage.c | 19 +++++++- fs/btrfs/super.c | 13 +++-- fs/btrfs/zoned.c | 133 ++++++++++++++++++++++++++++++++++++++------------- fs/ext4/fsmap.c | 23 +++++++-- fs/ext4/indirect.c | 4 +- fs/ext4/inode.c | 4 +- fs/ext4/namei.c | 4 -- fs/ext4/orphan.c | 5 +- fs/ext4/page-io.c | 2 +- fs/ext4/super.c | 12 +++-- fs/jbd2/checkpoint.c | 1 + 13 files changed, 200 insertions(+), 73 deletions(-)