<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in bio-integrity-fs.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0f00132132937ca01a99feaf8985109a9087c9ff - Merge tag &apos;vfs-7.1-rc1.integrity&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/bio-integrity-fs.c#0f00132132937ca01a99feaf8985109a9087c9ff</link>
        <description>Merge tag &apos;vfs-7.1-rc1.integrity&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsPull vfs integrity updates from Christian Brauner: &quot;This adds support to generate and verify integrity information (aka  T10 PI) in the file system, instead of the automatic below the covers  support that is currently used.  The implementation is based on refactoring the existing block layer PI  code to be reusable for this use case, and then adding relatively  small wrappers for the file system use case. These are then used in  iomap to implement the semantics, and wired up in XFS with a small  amount of glue code.  Compared to the baseline this does not change performance for writes,  but increases read performance up to 15% for 4k I/O, with the benefit  decreasing with larger I/O sizes as even the baseline maxes out the  device quickly on my older enterprise SSD&quot;* tag &apos;vfs-7.1-rc1.integrity&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:  xfs: support T10 protection information  iomap: support T10 protection information  iomap: support ioends for buffered reads  iomap: add a bioset pointer to iomap_read_folio_ops  ntfs3: remove copy and pasted iomap code  iomap: allow file systems to hook into buffered read bio submission  iomap: only call into -&gt;submit_read when there is a read_ctx  iomap: pass the iomap_iter to -&gt;submit_read  iomap: refactor iomap_bio_read_folio_range  block: pass a maxlen argument to bio_iov_iter_bounce  block: add fs_bio_integrity helpers  block: make max_integrity_io_size public  block: prepare generation / verification helpers for fs usage  block: add a bdev_has_integrity_csum helper  block: factor out a bio_integrity_setup_default helper  block: factor out a bio_integrity_action helper

            List of files:
            /linux/block/bio-integrity-fs.c</description>
        <pubDate>Mon, 13 Apr 2026 19:40:26 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>969ebebc30fff0b9756130e3b4f6f3036e7c53ab - Merge branch &apos;for-7.1/block-integrity&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/bio-integrity-fs.c#969ebebc30fff0b9756130e3b4f6f3036e7c53ab</link>
        <description>Merge branch &apos;for-7.1/block-integrity&apos;Bring in the shared branch with the block layer.* &apos;for-7.1/block-integrity&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/axboe/linux:  block: pass a maxlen argument to bio_iov_iter_bounce  block: add fs_bio_integrity helpers  block: make max_integrity_io_size public  block: prepare generation / verification helpers for fs usage  block: add a bdev_has_integrity_csum helper  block: factor out a bio_integrity_setup_default helper  block: factor out a bio_integrity_action helperSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux/block/bio-integrity-fs.c</description>
        <pubDate>Tue, 10 Mar 2026 09:37:48 +0100</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>89d10b7803a6ab7276850e54b766487666667153 - Merge branch &apos;for-7.1/block-integrity&apos; into for-7.1/block</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/bio-integrity-fs.c#89d10b7803a6ab7276850e54b766487666667153</link>
        <description>Merge branch &apos;for-7.1/block-integrity&apos; into for-7.1/blockMerge in integrity changes which are also landing in the VFS tree asdependencies for fs related changes.* for-7.1/block-integrity:  block: pass a maxlen argument to bio_iov_iter_bounce  block: add fs_bio_integrity helpers  block: make max_integrity_io_size public  block: prepare generation / verification helpers for fs usage  block: add a bdev_has_integrity_csum helper  block: factor out a bio_integrity_setup_default helper  block: factor out a bio_integrity_action helper

            List of files:
            /linux/block/bio-integrity-fs.c</description>
        <pubDate>Mon, 09 Mar 2026 21:30:14 +0100</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>0bde8a12b5540572a7fd6d2867bee6de15e4f289 - block: add fs_bio_integrity helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/bio-integrity-fs.c#0bde8a12b5540572a7fd6d2867bee6de15e4f289</link>
        <description>block: add fs_bio_integrity helpersAdd a set of helpers for file system initiated integrity information.These include mempool backed allocations and verifying based on a passedin sector and size which is often available from file system completionroutines.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Anuj Gupta &lt;anuj20.g@samsung.com&gt;Reviewed-by: Kanchan Joshi &lt;joshi.k@samsung.com&gt;Reviewed-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;Reviewed-by: Darrick J. Wong &lt;djwong@kernel.org&gt;Tested-by: Anuj Gupta &lt;anuj20.g@samsung.com&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/block/bio-integrity-fs.c</description>
        <pubDate>Mon, 23 Feb 2026 14:20:06 +0100</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
</channel>
</rss>
