Skip to content

Commit 7ffa8f3

Browse files
Matthew Wilcox (Oracle)brauner
authored andcommitted
fs: Remove NTFS classic
The replacement, NTFS3, was merged over two years ago. It is now time to remove the original from the tree as it is the last user of several APIs, and it is not worth changing. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Link: https://lore.kernel.org/r/20240115072025.2071931-1-willy@infradead.org Acked-by: Namjae Jeon <linkinjeon@kernel.org> Acked-by: Dave Chinner <david@fromorbit.com> Cc: Anton Altaparmakov <anton@tuxera.com> Cc: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 6613476 commit 7ffa8f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+5
-29302
lines changed

CREDITS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ D: dosfs, LILO, some fd features, ATM, various other hacks here and there
6363
S: Buenos Aires
6464
S: Argentina
6565

66+
NTFS FILESYSTEM
67+
N: Anton Altaparmakov
68+
E: anton@tuxera.com
69+
D: NTFS filesystem
70+
6671
N: Tim Alpaerts
6772
E: tim_alpaerts@toyota-motor-europe.com
6873
D: 802.2 class II logical link control layer,

Documentation/filesystems/ntfs.rst

Lines changed: 0 additions & 466 deletions
This file was deleted.

MAINTAINERS

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15566,16 +15566,6 @@ W: https://github.com/davejiang/linux/wiki
1556615566
T: git https://github.com/davejiang/linux.git
1556715567
F: drivers/ntb/hw/intel/
1556815568

15569-
NTFS FILESYSTEM
15570-
M: Anton Altaparmakov <anton@tuxera.com>
15571-
R: Namjae Jeon <linkinjeon@kernel.org>
15572-
L: linux-ntfs-dev@lists.sourceforge.net
15573-
S: Supported
15574-
W: http://www.tuxera.com/
15575-
T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
15576-
F: Documentation/filesystems/ntfs.rst
15577-
F: fs/ntfs/
15578-
1557915569
NTFS3 FILESYSTEM
1558015570
M: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
1558115571
L: ntfs3@lists.linux.dev

fs/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ menu "DOS/FAT/EXFAT/NT Filesystems"
162162

163163
source "fs/fat/Kconfig"
164164
source "fs/exfat/Kconfig"
165-
source "fs/ntfs/Kconfig"
166165
source "fs/ntfs3/Kconfig"
167166

168167
endmenu

fs/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ obj-y += unicode/
9191
obj-$(CONFIG_SYSV_FS) += sysv/
9292
obj-$(CONFIG_SMBFS) += smb/
9393
obj-$(CONFIG_HPFS_FS) += hpfs/
94-
obj-$(CONFIG_NTFS_FS) += ntfs/
9594
obj-$(CONFIG_NTFS3_FS) += ntfs3/
9695
obj-$(CONFIG_UFS_FS) += ufs/
9796
obj-$(CONFIG_EFS_FS) += efs/

fs/ntfs/Kconfig

Lines changed: 0 additions & 81 deletions
This file was deleted.

fs/ntfs/Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)