<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 14:20:06 +0100</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3ab7ae8e07f888f223027f0ef84d33e43919ad55 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#3ab7ae8e07f888f223027f0ef84d33e43919ad55</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerge to bring in linux 6.15-rc.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Thu, 24 Apr 2025 13:34:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1afba39f9305fe4061a4e70baa6ebab9d41459da - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#1afba39f9305fe4061a4e70baa6ebab9d41459da</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.15-rc1 into drm-misc-next. Also fixes abuild issue when enabling CONFIG_DRM_SCHED_KUNIT_TEST.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Mon, 07 Apr 2025 13:47:40 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6f59de9bc0d576eb5a5edfea470527902315e924 - Merge tag &apos;for-6.16/block-20250523&apos; of git://git.kernel.dk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/block/Makefile#6f59de9bc0d576eb5a5edfea470527902315e924</link>
        <description>Merge tag &apos;for-6.16/block-20250523&apos; of git://git.kernel.dk/linuxPull block updates from Jens Axboe: - ublk updates:      - Add support for updating the size of a ublk instance      - Zero-copy improvements      - Auto-registering of buffers for zero-copy      - Series simplifying and improving GET_DATA and request lookup      - Series adding quiesce support      - Lots of selftests additions      - Various cleanups - NVMe updates via Christoph:      - add per-node DMA pools and use them for PRP/SGL allocations        (Caleb Sander Mateos, Keith Busch)      - nvme-fcloop refcounting fixes (Daniel Wagner)      - support delayed removal of the multipath node and optionally        support the multipath node for private namespaces (Nilay Shroff)      - support shared CQs in the PCI endpoint target code (Wilfred        Mallawa)      - support admin-queue only authentication (Hannes Reinecke)      - use the crc32c library instead of the crypto API (Eric Biggers)      - misc cleanups (Christoph Hellwig, Marcelo Moreira, Hannes        Reinecke, Leon Romanovsky, Gustavo A. R. Silva) - MD updates via Yu:      - Fix that normal IO can be starved by sync IO, found by mkfs on        newly created large raid5, with some clean up patches for bdev        inflight counters - Clean up brd, getting rid of atomic kmaps and bvec poking - Add loop driver specifically for zoned IO testing - Eliminate blk-rq-qos calls with a static key, if not enabled - Improve hctx locking for when a plug has IO for multiple queues   pending - Remove block layer bouncing support, which in turn means we can   remove the per-node bounce stat as well - Improve blk-throttle support - Improve delay support for blk-throttle - Improve brd discard support - Unify IO scheduler switching. This should also fix a bunch of lockdep   warnings we&apos;ve been seeing, after enabling lockdep support for queue   freezing/unfreezeing - Add support for block write streams via FDP (flexible data placement)   on NVMe - Add a bunch of block helpers, facilitating the removal of a bunch of   duplicated boilerplate code - Remove obsolete BLK_MQ pci and virtio Kconfig options - Add atomic/untorn write support to blktrace - Various little cleanups and fixes* tag &apos;for-6.16/block-20250523&apos; of git://git.kernel.dk/linux: (186 commits)  selftests: ublk: add test for UBLK_F_QUIESCE  ublk: add feature UBLK_F_QUIESCE  selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZE  traceevent/block: Add REQ_ATOMIC flag to block trace events  ublk: run auto buf unregisgering in same io_ring_ctx with registering  io_uring: add helper io_uring_cmd_ctx_handle()  ublk: remove io argument from ublk_auto_buf_reg_fallback()  ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()  selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK  selftests: ublk: support UBLK_F_AUTO_BUF_REG  ublk: support UBLK_AUTO_BUF_REG_FALLBACK  ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REG  ublk: prepare for supporting to register request buffer automatically  ublk: convert to refcount_t  selftests: ublk: make IO &amp; device removal test more stressful  nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_disk  nvme: introduce multipath_always_on module param  nvme-multipath: introduce delayed removal of the multipath head node  nvme-pci: derive and better document max segments limits  nvme-pci: use struct_size for allocation struct nvme_dev  ...

            List of files:
            /linux/block/Makefile</description>
        <pubDate>Mon, 26 May 2025 20:39:36 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
