This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2a8120d7b482 Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/li [...] new 3f9b8fb46e5d Use bdev_is_paritition() instead of open-coding it new b8c873edbf35 wrapper for access to ->bd_partno new 1116b9fa15c0 bdev: infrastructure for flags new 01e198f01d55 bdev: move ->bd_read_only to ->__bd_flags new 4c80105e3909 bdev: move ->bd_write_holder into ->__bd_flags new ac2b6f9dee8f bdev: move ->bd_has_subit_bio to ->__bd_flags new 49a43dae93c8 bdev: move ->bd_ro_warned to ->__bd_flags new 811ba89a8838 bdev: move ->bd_make_it_fail to ->__bd_flags new 3413efa8885d Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/sc [...] new f60d374d2cc8 close_on_exec(): pass files_struct instead of fdtable new c4aab26253cd fd_is_open(): move to fs/file.c new 613aee94dddf get_file_rcu(): no need to check for NULL separately new af58dc1f50c1 kernel_file_open(): get rid of inode argument new 0f4a2cebe256 do_dentry_open(): kill inode argument new 7c98f7cb8fda remove call_{read,write}_iter() functions new b6394d6f7159 Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linu [...]
The 16 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: block/bdev.c | 17 ++++++++--------- block/blk-core.c | 17 ++++++++++------- block/blk-mq.c | 2 +- block/blk-zoned.c | 4 ++-- block/early-lookup.c | 2 +- block/genhd.c | 15 ++++++++++----- block/ioctl.c | 5 ++++- block/partitions/core.c | 12 ++++++------ drivers/block/loop.c | 4 ++-- drivers/target/target_core_file.c | 4 ++-- fs/aio.c | 4 ++-- fs/cachefiles/namei.c | 3 +-- fs/file.c | 19 ++++++++----------- fs/open.c | 11 +++++------ fs/overlayfs/util.c | 2 +- fs/proc/fd.c | 4 +--- fs/read_write.c | 12 ++++++------ fs/splice.c | 4 ++-- include/linux/blk_types.h | 17 +++++++++-------- include/linux/blkdev.h | 26 +++++++++++++++++++++++--- include/linux/fdtable.h | 15 +++++---------- include/linux/fs.h | 14 +------------- include/linux/part_stat.h | 2 +- io_uring/rw.c | 4 ++-- lib/vsprintf.c | 4 ++-- 25 files changed, 115 insertions(+), 108 deletions(-)