This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5ad8b6ad9a08 Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub [...] new 559428a915e8 ext4: remove block_device_ejected() new 9baf50dfff1c bcachefs: remove dead function bdev_sectors() new 39c3b4e7d0a0 blkdev_write_iter(): saner way to get inode and bdev new dc0fdfc855be dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bde [...] new c9600c63a694 block2mtd: prevent direct access of bd_inode new 186ddac2072a block: move two helpers into bdev.c new 2638c2087673 missing helpers: bdev_unhash(), bdev_drop() new 469ad583c129 erofs: switch erofs_bread() to passing offset instead of b [...] new 958b9f85f8d9 erofs_buf: store address_space instead of inode new a09cd552e095 Merge branch 'misc.erofs' into work.bdev new e33aef2c5857 block_device: add a pointer to struct address_space (page [...] new 224941e8379a use ->bd_mapping instead of ->bd_inode->i_mapping new 22f89a4f8c04 grow_dev_folio(): we only want ->bd_inode->i_mapping there new 881494ed031f blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_ [...] new 53cd4cd3b12d fs/buffer.c: massage the remaining users of ->bd_inode to [...] new 2d0026a4901b gfs2: more obvious initializations of mapping->host new df65f1660b61 block/bdev.c: use the knowledge of inode/bdev coallocation new 338618338233 nilfs_attach_log_writer(): use ->bd_mapping->host instead [...] new 463b3162c96d dasd_format(): killing the last remaining user of ->bd_inode new 203c1ce0bb06 RIP ->bd_inode new 38da32ee70b8 Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/sc [...]
The 21 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 | 66 ++++++++++++++++++++++++---------- block/blk-zoned.c | 4 +-- block/blk.h | 2 ++ block/fops.c | 4 +-- block/genhd.c | 8 ++--- block/ioctl.c | 14 ++++---- block/partitions/core.c | 8 ++--- drivers/md/bcache/super.c | 2 +- drivers/md/dm-vdo/dm-vdo-target.c | 4 +-- drivers/md/dm-vdo/indexer/io-factory.c | 2 +- drivers/mtd/devices/block2mtd.c | 6 ++-- drivers/s390/block/dasd_ioctl.c | 2 +- drivers/scsi/scsicam.c | 2 +- fs/bcachefs/util.h | 5 --- fs/btrfs/disk-io.c | 6 ++-- fs/btrfs/volumes.c | 2 +- fs/btrfs/zoned.c | 2 +- fs/buffer.c | 26 +++++++------- fs/cramfs/inode.c | 2 +- fs/erofs/data.c | 12 +++---- fs/erofs/dir.c | 4 +-- fs/erofs/internal.h | 4 +-- fs/erofs/namei.c | 6 ++-- fs/erofs/super.c | 8 ++--- fs/erofs/xattr.c | 37 ++++++++----------- fs/erofs/zdata.c | 6 ++-- fs/ext4/dir.c | 2 +- fs/ext4/ext4_jbd2.c | 2 +- fs/ext4/super.c | 24 ++----------- fs/gfs2/glock.c | 2 +- fs/gfs2/ops_fstype.c | 2 +- fs/jbd2/journal.c | 2 +- fs/nilfs2/segment.c | 2 +- include/linux/blk_types.h | 2 +- include/linux/blkdev.h | 12 ++----- include/linux/buffer_head.h | 4 +-- include/linux/jbd2.h | 4 +-- 37 files changed, 145 insertions(+), 157 deletions(-)