This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5dc921868c50 Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kerne [...] new c956b92ee19b ata: pata_mpc52xx: Prepare cleanup of powerpc's asm/prom.h new 4f1a22ee7b57 libata: Improve ATA queued command allocation new a28c1ab31271 ata: libata-core: fix parameter type in ata_xfer_mode2shift() new dafbbf5c57dd ata: pata_sil680: fix result type of sil680_sel{dev|reg}() new 35577381b55f ata: pata_via: fix sloppy typing in via_do_set_mode() new 8feecea4de7e dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support new 5716fb0d403e ahci: Add a generic 'controller2' RAID id new e0af10ac4dcc ata: libata-core: replace "its" with "it is" new 0cb63670d505 ata: Make use of the helper function devm_platform_ioremap [...] new ec194bdbc5f9 ata: simplify the return expression of brcm_ahci_remove new ef1429c0da26 ata: libata-core: cleanup ata_device_blacklist new 168af4afd1fc ata: libata-core: Refactor force_tbl definition new 3af9ca4d341d ata: libata-core: Improve link flags forced settings new 2c33bbdac28c ata: libata-core: Allow forcing most horkage flags new fa82cabb8883 doc: admin-guide: Update libata kernel parameters new 71abb4df2981 ata: pata_ftide010: Remove unneeded ERROR check before clk [...] new 8a32f81a89cf Merge tag 'ata-5.19-rc1' of git://git.kernel.org/pub/scm/l [...] new b954ebba296b zonefs: Clear inode information flags on inode creation new 191395392079 zonefs: Fix management of open zones new 2b95a23c4f50 zonefs: Rename super block information fields new 7d6dfbe03bd3 zonefs: Always do seq file write open accounting new 9277a6d4fbd4 zonefs: Export open zone resource information through sysfs new 87c9ce3ffec9 zonefs: Add active seq file accounting new ae4303886652 documentation: zonefs: Cleanup the mount options section new 31a644b3c2ae documentation: zonefs: Document sysfs attributes new 140e40e39a29 Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/sc [...]
The 26 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/admin-guide/kernel-parameters.txt | 71 ++++- .../devicetree/bindings/ata/renesas,rcar-sata.yaml | 1 + Documentation/driver-api/libata.rst | 11 - Documentation/filesystems/zonefs.rst | 52 +++- drivers/ata/ahci.c | 5 +- drivers/ata/ahci_brcm.c | 7 +- drivers/ata/libata-core.c | 327 +++++++++++---------- drivers/ata/libata-sata.c | 25 -- drivers/ata/libata-scsi.c | 46 ++- drivers/ata/libata.h | 13 - drivers/ata/pata_ftide010.c | 7 +- drivers/ata/pata_mpc52xx.c | 3 +- drivers/ata/pata_sil680.c | 30 +- drivers/ata/pata_via.c | 6 +- drivers/ata/sata_gemini.c | 7 +- fs/zonefs/Makefile | 2 +- fs/zonefs/super.c | 186 +++++++++--- fs/zonefs/sysfs.c | 139 +++++++++ fs/zonefs/zonefs.h | 18 +- include/linux/libata.h | 3 +- 20 files changed, 629 insertions(+), 330 deletions(-) create mode 100644 fs/zonefs/sysfs.c