Skip to content

Commit

Permalink
fs: Remove NTFS classic
Browse files Browse the repository at this point in the history
[ Upstream commit 7ffa8f3 ]

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) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Namjae Jeon <[email protected]>
Acked-by: Dave Chinner <[email protected]>
Cc: Anton Altaparmakov <[email protected]>
Cc: Namjae Jeon <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
[ Backport from v6.8 ]
Signed-off-by: WangYuli <[email protected]>
  • Loading branch information
Matthew Wilcox (Oracle) authored and Avenger-285714 committed Aug 1, 2024
1 parent c690b39 commit 46e100b
Show file tree
Hide file tree
Showing 51 changed files with 5 additions and 29,324 deletions.
5 changes: 5 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ D: dosfs, LILO, some fd features, ATM, various other hacks here and there
S: Buenos Aires
S: Argentina

NTFS FILESYSTEM
N: Anton Altaparmakov
E: [email protected]
D: NTFS filesystem

N: Tim Alpaerts
E: [email protected]
D: 802.2 class II logical link control layer,
Expand Down
466 changes: 0 additions & 466 deletions Documentation/filesystems/ntfs.rst

This file was deleted.

10 changes: 0 additions & 10 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -15209,16 +15209,6 @@ W: https://github.com/davejiang/linux/wiki
T: git https://github.com/davejiang/linux.git
F: drivers/ntb/hw/intel/

NTFS FILESYSTEM
M: Anton Altaparmakov <[email protected]>
R: Namjae Jeon <[email protected]>
L: [email protected]
S: Supported
W: http://www.tuxera.com/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
F: Documentation/filesystems/ntfs.rst
F: fs/ntfs/

NTFS3 FILESYSTEM
M: Konstantin Komarov <[email protected]>
L: [email protected]
Expand Down
1 change: 0 additions & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ menu "DOS/FAT/EXFAT/NT Filesystems"

source "fs/fat/Kconfig"
source "fs/exfat/Kconfig"
source "fs/ntfs/Kconfig"
source "fs/ntfs3/Kconfig"

endmenu
Expand Down
1 change: 0 additions & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ obj-y += unicode/
obj-$(CONFIG_SYSV_FS) += sysv/
obj-$(CONFIG_SMBFS) += smb/
obj-$(CONFIG_HPFS_FS) += hpfs/
obj-$(CONFIG_NTFS_FS) += ntfs/
obj-$(CONFIG_NTFS3_FS) += ntfs3/
obj-$(CONFIG_UFS_FS) += ufs/
obj-$(CONFIG_EFS_FS) += efs/
Expand Down
81 changes: 0 additions & 81 deletions fs/ntfs/Kconfig

This file was deleted.

15 changes: 0 additions & 15 deletions fs/ntfs/Makefile

This file was deleted.

Loading

0 comments on commit 46e100b

Please sign in to comment.