This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8f6a15f095a6 Merge tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm [...] new db3d841ac9ed fs/pidfs: make 'lsof' happy with our inode changes new af63dd715a5c bcache_register(): don't bother with set_blocksize() new 3a52c03d1ece pktcdvd: sort set_blocksize() calls out new 798cb7f9aec3 swapon(2)/swapoff(2): don't bother with block size new 51d908b3db0e swapon(2): open swap with O_EXCL new ebb0173df201 zram: don't bother with reopening - just use O_EXCL for open new b1439b179d35 swsusp: don't bother with setting block size new b85c42981ac4 btrfs_get_bdev_and_sb(): call set_blocksize() only for exc [...] new ead083aeeed9 set_blocksize(): switch to passing struct file * new d18a8679581e make set_blocksize() fail unless block device is opened exclusive new 5ad8b6ad9a08 Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub [...]
The 11 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/filesystems/porting.rst | 7 +++++++ block/bdev.c | 14 ++++++++++---- block/ioctl.c | 21 ++++++++++++--------- drivers/block/pktcdvd.c | 7 +------ drivers/block/zram/zram_drv.c | 29 +++++++---------------------- drivers/block/zram/zram_drv.h | 2 +- drivers/md/bcache/super.c | 4 ---- fs/btrfs/dev-replace.c | 2 +- fs/btrfs/volumes.c | 13 ++++++++----- fs/ext4/super.c | 2 +- fs/pidfs.c | 28 ++++++++++++++++++++++++---- fs/reiserfs/journal.c | 5 ++--- fs/xfs/xfs_buf.c | 2 +- include/linux/blkdev.h | 2 +- include/linux/swap.h | 2 -- kernel/power/swap.c | 7 +------ mm/swapfile.c | 29 ++--------------------------- 17 files changed, 79 insertions(+), 97 deletions(-)