This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cfb2e2c57aef Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://g [...] new d2f5819b6ed3 slab: ensure slab->obj_exts is clear in a newly allocated [...] new a54f4a97e306 Merge tag 'slab-for-6.15-rc2' of git://git.kernel.org/pub/ [...] new 8e587ab43cb9 btrfs: ioctl: don't free iov when btrfs_encoded_read() ret [...] new dc08c58696f8 btrfs: correctly escape subvol in btrfs_show_options() new 65f2a3b2323e btrfs: remove folio order ASSERT()s in super block writeback path new 0cb9ce06a682 Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/s [...] new b73e05281cd9 xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure new a1a56f541a8f xfs: mark xfs_buf_free as might_sleep() new 845abeb1f06a xfs: add tunable threshold parameter for triggering zone GC new a37b3b9c3cc5 xfs: compute buffer address correctly in xmbuf_map_backing_mem new 1c406526bd84 xfs: Fix spelling mistake "drity" -> "dirty" new c6f1401b1d5f xfs: fix fsmap for internal zoned devices new c7b67ddc3c99 xfs: document zoned rt specifics in admin-guide new 096384deed6b Merge tag 'xfs-fixes-6.15-rc3' of git://git.kernel.org/pub [...] new 399eab7f92fb ata: libata-sata: Save all fields from sense data descriptor new ec4c6d1ec453 Merge tag 'ata-6.15-rc3' of git://git.kernel.org/pub/scm/l [...] new 8aa580cd9284 scsi: hisi_sas: Enable force phy when SATA disk directly c [...] new daff37f00c75 scsi: hisi_sas: Fix I/O errors caused by hardware port ID changes new 20b97acc4caf scsi: ufs: core: Fix a race condition related to device commands new 72eea84a1092 scsi: iscsi: Fix missing scsi_host_put() in error path new 3d101165e723 scsi: ufs: exynos: Ensure pre_link() executes before exyno [...] new 68f5ef7eebf0 scsi: ufs: exynos: Move UFS shareability value to drvdata new f92bb7436802 scsi: ufs: exynos: Disable iocc if dma-coherent property i [...] new 7f05fd9a3b6f scsi: ufs: exynos: Ensure consistent phy reference counts new deac9ad496ec scsi: ufs: exynos: Enable PRDT pre-fetching with UFSHCD_CA [...] new 67e4085015c3 scsi: ufs: exynos: Move phy calls to .exit() callback new cd4c0025069f scsi: ufs: exynos: gs101: Put UFS device in reset on .suspend() new 8a65b75dc4b2 Merge patch series "ufs-exynos stability fixes for gs101" new f7b705c238d1 scsi: pm80xx: Set phy_attached to zero when device is gone new a2d5a0072235 scsi: smartpqi: Use is_kdump_kernel() to check for kdump new bdab40480b14 scsi: ufs: core: Rename ufshcd_wb_presrv_usrspc_keep_vcc_on() new 1fd2e77b8897 scsi: ufs: core: Add device level exception support new a63b69f05f99 scsi: scsi_transport_srp: Replace min/max nesting with clamp() new aad9945623ab scsi: megaraid_sas: Block zero-length ATA VPD inquiry new 1b4902f0a4f2 scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1 new a1af6f1a1433 Merge branch '6.15/scsi-queue' into 6.15/scsi-fixes new 7adf8b1afc14 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 37 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/ABI/testing/sysfs-driver-ufs | 32 ++++++++++ Documentation/admin-guide/xfs.rst | 50 ++++++++++++++++ drivers/ata/libata-sata.c | 15 +++++ drivers/scsi/hisi_sas/hisi_sas_main.c | 20 +++++++ drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 9 ++- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 14 ++++- drivers/scsi/megaraid/megaraid_sas.h | 4 +- drivers/scsi/megaraid/megaraid_sas_base.c | 9 ++- drivers/scsi/megaraid/megaraid_sas_fusion.c | 5 +- drivers/scsi/pm8001/pm8001_sas.c | 1 + drivers/scsi/scsi_transport_iscsi.c | 7 ++- drivers/scsi/scsi_transport_srp.c | 2 +- drivers/scsi/smartpqi/smartpqi_init.c | 13 ++-- drivers/ufs/core/ufs-sysfs.c | 54 +++++++++++++++++ drivers/ufs/core/ufshcd-priv.h | 1 + drivers/ufs/core/ufshcd.c | 92 +++++++++++++++++++++-------- drivers/ufs/host/ufs-exynos.c | 85 +++++++++++++++++++------- drivers/ufs/host/ufs-exynos.h | 6 +- fs/btrfs/disk-io.c | 2 - fs/btrfs/ioctl.c | 2 + fs/btrfs/super.c | 3 +- fs/xfs/xfs_buf.c | 1 + fs/xfs/xfs_buf_mem.c | 2 +- fs/xfs/xfs_dquot.c | 3 +- fs/xfs/xfs_fsmap.c | 51 ++++++++++------ fs/xfs/xfs_inode_item.c | 6 -- fs/xfs/xfs_log.c | 2 +- fs/xfs/xfs_mount.h | 1 + fs/xfs/xfs_sysfs.c | 32 ++++++++++ fs/xfs/xfs_trans_ail.c | 5 +- fs/xfs/xfs_trans_priv.h | 28 --------- fs/xfs/xfs_zone_alloc.c | 7 +++ fs/xfs/xfs_zone_gc.c | 16 ++++- include/ufs/ufs.h | 5 +- include/ufs/ufshcd.h | 7 ++- mm/slub.c | 10 ++++ 36 files changed, 470 insertions(+), 132 deletions(-)