<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>cdd4dc3aebeab43a72ce0bc2b5bab6f0a80b97a5 - Merge tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#cdd4dc3aebeab43a72ce0bc2b5bab6f0a80b97a5</link>
        <description>Merge tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfsPull ntfs resurrection from Namjae Jeon: &quot;Ever since Kari Argillander&#8217;s 2022 report [1] regarding the state of  the ntfs3 driver, I have spent the last 4 years working to provide  full write support and current trends (iomap, no buffer head, folio),  enhanced performance, stable maintenance, utility support including  fsck for NTFS in Linux.  This new implementation is built upon the clean foundation of the  original read-only NTFS driver, adding:   - Write support:     Implemented full write support based on the classic read-only NTFS     driver. Added delayed allocation to improve write performance     through multi-cluster allocation and reduced fragmentation of the     cluster bitmap.   - iomap conversion:     Switched buffered IO (reads/writes), direct IO, file extent     mapping, readpages, and writepages to use iomap.   - Remove buffer_head:     Completely removed buffer_head usage by converting to folios. As a     result, the dependency on CONFIG_BUFFER_HEAD has been removed from     Kconfig.   - Stability improvements:     The new ntfs driver passes 326 xfstests, compared to 273 for ntfs3.     All tests passed by ntfs3 are a complete subset of the tests passed     by this implementation. Added support for fallocate, idmapped     mounts, permissions, and more.  xfstests Results report:     Total tests run: 787     Passed         : 326     Failed         : 38     Skipped        : 423  Failed tests breakdown:    - 34 tests require metadata journaling    - 4 other tests:         094: No unwritten extent concept in NTFS on-disk format         563: cgroup v2 aware writeback accounting not supported         631: RENAME_WHITEOUT support required         787: NFS delegation test&quot;Link: https://lore.kernel.org/all/da20d32b-5185-f40b-48b8-2986922d8b25@stargateuniverse.net/ [1][ Let&apos;s see if this undead filesystem ends up being of the &quot;Easter  miracle&quot; kind, or the &quot;Nosferatu of filesystems&quot; kind... ]* tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs: (46 commits)  ntfs: remove redundant out-of-bound checks  ntfs: add bound checking to ntfs_external_attr_find  ntfs: add bound checking to ntfs_attr_find  ntfs: fix ignoring unreachable code warnings  ntfs: fix inconsistent indenting warnings  ntfs: fix variable dereferenced before check warnings  ntfs: prefer IS_ERR_OR_NULL() over manual NULL check  ntfs: harden ntfs_listxattr against EA entries  ntfs: harden ntfs_ea_lookup against malformed EA entries  ntfs: check $EA query-length in ntfs_ea_get  ntfs: validate WSL EA payload sizes  ntfs: fix WSL ea restore condition  ntfs: add missing newlines to pr_err() messages  ntfs: fix pointer/integer casting warnings  ntfs: use -&gt;mft_no instead of -&gt;i_ino in prints  ntfs: change mft_no type to u64  ntfs: select FS_IOMAP in Kconfig  ntfs: add MODULE_ALIAS_FS  ntfs: reduce stack usage in ntfs_write_mft_block()  ntfs: fix sysctl table registration and path  ...

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Sat, 18 Apr 2026 01:35:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5eed3d6aa58c7f1ded6ba31fb2ae013ae55e7006 - ntfs: select FS_IOMAP in Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#5eed3d6aa58c7f1ded6ba31fb2ae013ae55e7006</link>
        <description>ntfs: select FS_IOMAP in KconfigAdd &apos;select FS_IOMAP&apos; to the NTFS_FS Kconfig option so that CONFIG_NTFS_FSautomatically enables CONFIG_FS_IOMAP when built.Signed-off-by: Namjae Jeon &lt;linkinjeon@kernel.org&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Thu, 05 Mar 2026 09:37:02 +0100</pubDate>
        <dc:creator>Namjae Jeon &lt;linkinjeon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>47503f989736d6c4c9f8bfca1c28d267473ccd4b - ntfs: add Kconfig and Makefile</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#47503f989736d6c4c9f8bfca1c28d267473ccd4b</link>
        <description>ntfs: add Kconfig and MakefileIntroduce Kconfig and Makefile for remade ntfs.And this patch make ntfs and ntfs3 mutually exclusive so only one can bebuilt-in(y), while both can still be built as modules(m).Reviewed-by: Amir Goldstein &lt;amir73il@gmail.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Namjae Jeon &lt;linkinjeon@kernel.org&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Mon, 02 Feb 2026 08:00:57 +0100</pubDate>
        <dc:creator>Namjae Jeon &lt;linkinjeon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWork that needs to land in drm-intel-gt-next depends on two patches onlypresent in drm-intel-next, absence of which is causing a merge conflict:  3b918f4f0c8b (&quot;drm/i915/pxp: Optimize GET_PARAM:PXP_STATUS&quot;)  ac765b7018f6 (&quot;drm/i915/pxp/mtl: intel_pxp_init_hw needs runtime-pm inside pm-complete&quot;)Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 24 Oct 2023 10:50:22 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a940daa52167e9db8ecce82213813b735a9d9f23 - Merge branch &apos;linus&apos; into smp/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#a940daa52167e9db8ecce82213813b735a9d9f23</link>
        <description>Merge branch &apos;linus&apos; into smp/corePull in upstream to get the fixes so depending changes can be applied.

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 17 Oct 2023 21:40:46 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>57390019b68b83f96eb98f490367b9df1f2d77cb - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#57390019b68b83f96eb98f490367b9df1f2d77cb</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of Linux v6.6-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Wed, 11 Oct 2023 09:50:59 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>de80193308f43d3ae52cd3561e8ba77cd1437311 - Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#de80193308f43d3ae52cd3561e8ba77cd1437311</link>
        <description>Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 03 Oct 2023 09:32:25 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6f23fc47c1b2ac226704fb7294f43ed3b0965e51 - Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#6f23fc47c1b2ac226704fb7294f43ed3b0965e51</link>
        <description>Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Mon, 18 Sep 2023 22:17:15 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a3f9e4bc1ec9d8f1e352eb7c1cbaea3168246be7 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#a3f9e4bc1ec9d8f1e352eb7c1cbaea3168246be7</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.6-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Fri, 15 Sep 2023 10:23:38 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c900529f3d9161bfde5cca0754f83b4d3c3e0220 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#c900529f3d9161bfde5cca0754f83b4d3c3e0220</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesForwarding to v6.6-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 12 Sep 2023 08:53:30 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9d1785590bbbb69833eae50c136267fce824515d - Merge tag &apos;md-next-20230814-resend&apos; into loongarch-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#9d1785590bbbb69833eae50c136267fce824515d</link>
        <description>Merge tag &apos;md-next-20230814-resend&apos; into loongarch-nextLoongArch architecture changes for 6.5 (raid5/6 optimization) depend onthe md changes to fix build and work, so merge them to create a base.

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Wed, 30 Aug 2023 11:35:54 +0200</pubDate>
        <dc:creator>Huacai Chen &lt;chenhuacai@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>3d3dfeb3aec7b612d266d500c82054f1fded4980 - Merge tag &apos;for-6.6/block-2023-08-28&apos; of git://git.kernel.dk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#3d3dfeb3aec7b612d266d500c82054f1fded4980</link>
        <description>Merge tag &apos;for-6.6/block-2023-08-28&apos; of git://git.kernel.dk/linuxPull block updates from Jens Axboe: &quot;Pretty quiet round for this release. This contains:   - Add support for zoned storage to ublk (Andreas, Ming)   - Series improving performance for drivers that mark themselves as     needing a blocking context for issue (Bart)   - Cleanup the flush logic (Chengming)   - sed opal keyring support (Greg)   - Fixes and improvements to the integrity support (Jinyoung)   - Add some exports for bcachefs that we can hopefully delete again in     the future (Kent)   - deadline throttling fix (Zhiguo)   - Series allowing building the kernel without buffer_head support     (Christoph)   - Sanitize the bio page adding flow (Christoph)   - Write back cache fixes (Christoph)   - MD updates via Song:      - Fix perf regression for raid0 large sequential writes (Jan)      - Fix split bio iostat for raid0 (David)      - Various raid1 fixes (Heinz, Xueshi)      - raid6test build fixes (WANG)      - Deprecate bitmap file support (Christoph)      - Fix deadlock with md sync thread (Yu)      - Refactor md io accounting (Yu)      - Various non-urgent fixes (Li, Yu, Jack)   - Various fixes and cleanups (Arnd, Azeem, Chengming, Damien, Li,     Ming, Nitesh, Ruan, Tejun, Thomas, Xu)&quot;* tag &apos;for-6.6/block-2023-08-28&apos; of git://git.kernel.dk/linux: (113 commits)  block: use strscpy() to instead of strncpy()  block: sed-opal: keyring support for SED keys  block: sed-opal: Implement IOC_OPAL_REVERT_LSP  block: sed-opal: Implement IOC_OPAL_DISCOVERY  blk-mq: prealloc tags when increase tagset nr_hw_queues  blk-mq: delete redundant tagset map update when fallback  blk-mq: fix tags leak when shrink nr_hw_queues  ublk: zoned: support REQ_OP_ZONE_RESET_ALL  md: raid0: account for split bio in iostat accounting  md/raid0: Fix performance regression for large sequential writes  md/raid0: Factor out helper for mapping and submitting a bio  md raid1: allow writebehind to work on any leg device set WriteMostly  md/raid1: hold the barrier until handle_read_error() finishes  md/raid1: free the r1bio before waiting for blocked rdev  md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()  blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before init  drivers/rnbd: restore sysfs interface to rnbd-client  md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()  raid6: test: only check for Altivec if building on powerpc hosts  raid6: test: make sure all intermediate and artifact files are .gitignored  ...

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Wed, 30 Aug 2023 05:21:42 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>925c86a19bacf8ce10eb666328fb3fa5aff7b951 - fs: add CONFIG_BUFFER_HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#925c86a19bacf8ce10eb666328fb3fa5aff7b951</link>
        <description>fs: add CONFIG_BUFFER_HEADAdd a new config option that controls building the buffer_head code, andselect it from all file systems and stacking drivers that need it.For the block device nodes and alternative iomap based buffered I/O pathis provided when buffer_head support is not enabled, and iomap needs aa small tweak to define the IOMAP_F_BUFFER_HEAD flag to 0 to not callinto the buffer_head code when it doesn&apos;t exist.Otherwise this is just Kconfig and ifdef changes.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;Reviewed-by: Johannes Thumshirn &lt;johannes.thumshirn@wdc.com&gt;Link: https://lore.kernel.org/r/20230801172201.1923299-7-hch@lst.deSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 01 Aug 2023 19:22:01 +0200</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>03ab8e6297acd1bc0eedaa050e2a1635c576fd11 - Merge tag &apos;v5.18&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#03ab8e6297acd1bc0eedaa050e2a1635c576fd11</link>
        <description>Merge tag &apos;v5.18&apos;Linux 5.18

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 31 May 2022 15:13:23 +0200</pubDate>
        <dc:creator>Konstantin Komarov &lt;almaz.alexandrovich@paragon-software.com&gt;</dc:creator>
    </item>
<item>
        <title>de4fb176622d54a82ea3ceb7362392aaf5ff0b5a - Merge branches &apos;fixes&apos; and &apos;misc&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#de4fb176622d54a82ea3ceb7362392aaf5ff0b5a</link>
        <description>Merge branches &apos;fixes&apos; and &apos;misc&apos; into for-linus

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Fri, 01 Apr 2022 17:12:31 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>1136fa0c07de570dc17858745af8be169d1440ba - Merge tag &apos;v5.17-rc4&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#1136fa0c07de570dc17858745af8be169d1440ba</link>
        <description>Merge tag &apos;v5.17-rc4&apos; into for-linusMerge with mainline to get the Intel ASoC generic helpers header andother changes.

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 01 Mar 2022 08:12:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>063565aca3734de4e73639a0e460a58d9418b3cd - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#063565aca3734de4e73639a0e460a58d9418b3cd</link>
        <description>Merge drm/drm-next into drm-intel-nextCatch-up with 5.17-rc2 and trying to align with drm-intel-gt-nextfor a possible topic branch for merging the split of i915_regs...Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Mon, 31 Jan 2022 19:19:33 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>48ee4835b73c48590d05a54730dc8037ebd39d3b - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#48ee4835b73c48590d05a54730dc8037ebd39d3b</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging drm/drm-fixes into drm-misc-fixes for v5.17-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Wed, 26 Jan 2022 09:40:24 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>647bfd26bf054313305ea9c2c4a1c71f3bbfee63 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#647bfd26bf054313305ea9c2c4a1c71f3bbfee63</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextMaarten needs backmerge to account for header file renames/changes whichlanded via drm-intel-next and are interfering with his pinning work.Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 18 Jan 2022 11:54:02 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>87a0b2fafc09766d8c55461a18345a1cfb10a7fe - Merge tag &apos;v5.16&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/Kconfig#87a0b2fafc09766d8c55461a18345a1cfb10a7fe</link>
        <description>Merge tag &apos;v5.16&apos; into nextSync up with mainline to bring in the latest API changes.

            List of files:
            /linux/fs/ntfs/Kconfig</description>
        <pubDate>Tue, 18 Jan 2022 03:03:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
