<?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 mft.h</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/mft.h#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/mft.h</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>d9038d99fb5c623f43bcd8b726bfbbe8562648c2 - ntfs: change mft_no type to u64</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#d9038d99fb5c623f43bcd8b726bfbbe8562648c2</link>
        <description>ntfs: change mft_no type to u64Changes the type of ntfs_inode::mft_no from unsigned long to u64to safely handle the full 48-bit range without truncation risk, especiallyin preparation for broader VFS inode number type (i_ino:u64) and toimprove consistency with ntfs driver practices.Signed-off-by: Namjae Jeon &lt;linkinjeon@kernel.org&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Thu, 05 Mar 2026 02:40:54 +0100</pubDate>
        <dc:creator>Namjae Jeon &lt;linkinjeon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>40796051991d9dacadebbdbee11e0c851215c4c4 - ntfs: update in-memory, on-disk structures and headers</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#40796051991d9dacadebbdbee11e0c851215c4c4</link>
        <description>ntfs: update in-memory, on-disk structures and headersUpdate the NTFS filesystem driver&apos;s in-memory and on-disk structures:  - Introduce the  infrastructure and initial support for reparse    points and EA attribute.  - Refactor the core ntfs_inode and ntfs_volume structures to support    new features such as iomap.  - Remove the unnecessary types.h and endian.h headers.  - Reorganize the comments in headers for better readability, including    fixing warnings from checkpatch.pl.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/mft.h</description>
        <pubDate>Fri, 13 Feb 2026 02:36:38 +0100</pubDate>
        <dc:creator>Namjae Jeon &lt;linkinjeon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1e9ea7e04472d4e5e12e58c881eaacfb3e49b669 - Revert &quot;fs: Remove NTFS classic&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#1e9ea7e04472d4e5e12e58c881eaacfb3e49b669</link>
        <description>Revert &quot;fs: Remove NTFS classic&quot;This reverts commit 7ffa8f3d30236e0ab897c30bdb01224ff1fe1c89.Reverts the removal of the classic read-only ntfs driver toserve as the base for a new read-write ntfs implementation.If we stack changes on top of the revert patch, It will significantlyreduce the diff size, making the review easier.This revert intentionally excludes the restoration of Kconfig andMakefile. The Kconfig and Makefile will be added back in the final patchof this series, enabling the driver only after all features andimprovements have been applied.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/mft.h</description>
        <pubDate>Tue, 30 Dec 2025 06:24:16 +0100</pubDate>
        <dc:creator>Namjae Jeon &lt;linkinjeon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4f2c0a4acffbec01079c28f839422e64ddeff004 - Merge branch &apos;main&apos; into zstd-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#4f2c0a4acffbec01079c28f839422e64ddeff004</link>
        <description>Merge branch &apos;main&apos; into zstd-linus

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Wed, 14 Dec 2022 01:21:55 +0100</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>14e77332e74603efab8347c89d3cda447c3b97c9 - Merge branch &apos;main&apos; into zstd-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#14e77332e74603efab8347c89d3cda447c3b97c9</link>
        <description>Merge branch &apos;main&apos; into zstd-next

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Sat, 22 Oct 2022 01:00:35 +0200</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>97acb6a8fcc4e5c2cdc2693a35acdc5a7461aaa3 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#97acb6a8fcc4e5c2cdc2693a35acdc5a7461aaa3</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextDaniele needs 84d4333c1e28 (&quot;misc/mei: Add NULL check to component matchcallback functions&quot;) in order to merge the DG2 HuC patches.Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Mon, 03 Oct 2022 18:04:02 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fc30eea1542dd787c6aa46e970014e97e390c5b2 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#fc30eea1542dd787c6aa46e970014e97e390c5b2</link>
        <description>Merge drm/drm-next into drm-intel-nextSync up. In special to get the drm-intel-gt-next stuff.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Thu, 04 Aug 2022 16:19:24 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.20 (or 6.0) merge window.

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Tue, 02 Aug 2022 19:06:12 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f83d9396d1f63048c423efa00e4e244da10a35fd - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#f83d9396d1f63048c423efa00e4e244da10a35fd</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging from drm/drm-next for the final fixes that will gointo v5.20.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Thu, 14 Jul 2022 09:57:37 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a63f7778f76e1cf8ed3bcb7a1d9453c9609121ad - Merge tag &apos;v5.19-rc5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#a63f7778f76e1cf8ed3bcb7a1d9453c9609121ad</link>
        <description>Merge tag &apos;v5.19-rc5&apos; into nextMerge with mainline to bring up the latest definition from MFD subsystemneeded for Mediatek keypad driver.

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Fri, 08 Jul 2022 22:39:28 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dd84cfff3cc3b79c9d616f85bd1178df135cbd1a - Merge tag &apos;asoc-fix-v5.19-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#dd84cfff3cc3b79c9d616f85bd1178df135cbd1a</link>
        <description>Merge tag &apos;asoc-fix-v5.19-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v5.19A collection of fixes for v5.19, quite large but nothing major - a goodchunk of it is more stuff that was identified by mixer-test regardingevent generation.

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Mon, 04 Jul 2022 14:14:04 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2b1333b80885b896807ffb6ccf4bc21d29aa65e0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#2b1333b80885b896807ffb6ccf4bc21d29aa65e0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get new regmap APIs of v5.19-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Mon, 20 Jun 2022 18:21:25 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f777316e52e14059a6a1df45cbf39a93ac49a593 - Merge branch &apos;topic/ctl-enhancements&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#f777316e52e14059a6a1df45cbf39a93ac49a593</link>
        <description>Merge branch &apos;topic/ctl-enhancements&apos; into for-nextPull ALSA control enhancement patches.One is the faster lookup of control elements, and another is tointroduce the input data validation.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Wed, 15 Jun 2022 07:47:44 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>66da65005aa819e0b8d3a08f5ec1491b7690cb67 - Merge tag &apos;kvm-riscv-fixes-5.19-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#66da65005aa819e0b8d3a08f5ec1491b7690cb67</link>
        <description>Merge tag &apos;kvm-riscv-fixes-5.19-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv fixes for 5.19, take #1- Typo fix in arch/riscv/kvm/vmid.c- Remove broken reference pattern from MAINTAINERS entry

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Thu, 09 Jun 2022 15:45:00 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6e2b347d42e54282e4c6cfa08272db462b178f7f - Merge v5.19-rc1 into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#6e2b347d42e54282e4c6cfa08272db462b178f7f</link>
        <description>Merge v5.19-rc1 into drm-misc-fixesLet&apos;s kick-off the start of the 5.19 fix cycleSigned-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Wed, 08 Jun 2022 19:11:27 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>073350da0aa2aead9df7927a1c1046ebf5cdd816 - Merge tag &apos;v5.19-rc1&apos; into asoc-5.19</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#073350da0aa2aead9df7927a1c1046ebf5cdd816</link>
        <description>Merge tag &apos;v5.19-rc1&apos; into asoc-5.19Linux 5.19-rc1

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Tue, 07 Jun 2022 21:37:12 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fdaf9a5840acaab18694a19e0eb0aa51162eeeed - Merge tag &apos;folio-5.19&apos; of git://git.infradead.org/users/willy/pagecache</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#fdaf9a5840acaab18694a19e0eb0aa51162eeeed</link>
        <description>Merge tag &apos;folio-5.19&apos; of git://git.infradead.org/users/willy/pagecachePull page cache updates from Matthew Wilcox: - Appoint myself page cache maintainer - Fix how scsicam uses the page cache - Use the memalloc_nofs_save() API to replace AOP_FLAG_NOFS - Remove the AOP flags entirely - Remove pagecache_write_begin() and pagecache_write_end() - Documentation updates - Convert several address_space operations to use folios:     - is_dirty_writeback     - readpage becomes read_folio     - releasepage becomes release_folio     - freepage becomes free_folio - Change filler_t to require a struct file pointer be the first   argument like -&gt;read_folio* tag &apos;folio-5.19&apos; of git://git.infradead.org/users/willy/pagecache: (107 commits)  nilfs2: Fix some kernel-doc comments  Appoint myself page cache maintainer  fs: Remove aops-&gt;freepage  secretmem: Convert to free_folio  nfs: Convert to free_folio  orangefs: Convert to free_folio  fs: Add free_folio address space operation  fs: Convert drop_buffers() to use a folio  fs: Change try_to_free_buffers() to take a folio  jbd2: Convert release_buffer_page() to use a folio  jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio  reiserfs: Convert release_buffer_page() to use a folio  fs: Remove last vestiges of releasepage  ubifs: Convert to release_folio  reiserfs: Convert to release_folio  orangefs: Convert to release_folio  ocfs2: Convert to release_folio  nilfs2: Remove comment about releasepage  nfs: Convert to release_folio  jfs: Convert to release_folio  ...

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Wed, 25 May 2022 04:55:07 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>933906f8e8e4110c56db9bddd1281e4e4983a2bb - ntfs: Convert ntfs to read_folio</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#933906f8e8e4110c56db9bddd1281e4e4983a2bb</link>
        <description>ntfs: Convert ntfs to read_folioThis is a &quot;weak&quot; conversion which converts straight back to using pages.A full conversion should be performed at some point, hopefully bysomeone familiar with the filesystem.Signed-off-by: Matthew Wilcox (Oracle) &lt;willy@infradead.org&gt;

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Fri, 29 Apr 2022 17:12:16 +0200</pubDate>
        <dc:creator>Matthew Wilcox (Oracle) &lt;willy@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>58e16d792a6a8c6b750f637a4649967fcac853dc - Merge branch &apos;ti-sysc-fixes&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/ntfs/mft.h#58e16d792a6a8c6b750f637a4649967fcac853dc</link>
        <description>Merge branch &apos;ti-sysc-fixes&apos; into fixes

            List of files:
            /linux/fs/ntfs/mft.h</description>
        <pubDate>Tue, 13 Aug 2019 12:40:10 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
</channel>
</rss>
