aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2026-03-16ntfs: check $EA query-length in ntfs_ea_getHyunchul Lee1-0/+5
2026-03-16ntfs: validate WSL EA payload sizesHyunchul Lee1-2/+6
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee2-4/+4
2026-03-10ntfs: add missing newlines to pr_err() messagesWoody Suwalski3-15/+15
2026-03-10ntfs: fix pointer/integer casting warningsHyunchul Lee1-2/+2
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon7-41/+40
2026-03-06ntfs: change mft_no type to u64Namjae Jeon10-128/+119
2026-03-05ntfs: select FS_IOMAP in KconfigNamjae Jeon1-0/+1
2026-03-05ntfs: add MODULE_ALIAS_FSWoody Suwalski1-0/+1
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann1-2/+7
2026-03-01ntfs: fix sysctl table registration and pathNamjae Jeon1-2/+1
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King1-1/+1
2026-02-27ntfs: Fix possible deadlockEthan Tidmore1-1/+3
2026-02-27ntfs: Add missing error codeEthan Tidmore1-0/+1
2026-02-27ntfs: Place check before dereferenceEthan Tidmore1-6/+6
2026-02-26ntfs: Remove impossible conditionEthan Tidmore1-4/+1
2026-02-26ntfs: Replace ERR_PTR(0) with NULLEthan Tidmore1-1/+1
2026-02-26ntfs: Remove unneeded semicolonChen Ni1-1/+1
2026-02-26ntfs: Fix null pointer dereferenceEthan Tidmore1-1/+2
2026-02-19ntfs: add Kconfig and MakefileNamjae Jeon2-0/+57
2026-02-19ntfs: update misc operationsNamjae Jeon11-705/+775
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon2-0/+1515
2026-02-19ntfs: update runlist handling and cluster allocatorNamjae Jeon3-982/+1310
2026-02-19ntfs: update attrib operationsNamjae Jeon3-1493/+5210
2026-02-19ntfs: update iomap and address space operationsNamjae Jeon2-1596/+985
2026-02-19ntfs: update file operationsNamjae Jeon1-1855/+1019
2026-02-19ntfs: update directory operationsNamjae Jeon2-1275/+2648
2026-02-19ntfs: update mft operationsNamjae Jeon2-1272/+1292
2026-02-19ntfs: update inode operationsNamjae Jeon2-1607/+3628
2026-02-19ntfs: update super block operationsNamjae Jeon1-1496/+1064
2026-02-19ntfs: update in-memory, on-disk structures and headersNamjae Jeon25-2705/+2816
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon44-0/+28728
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)46-28824/+0
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-2/+2
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-21ntfs: dir.c: fix kernel-doc function parameter warningsRandy Dunlap1-1/+2
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-3/+3
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-5/+5
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-184/+160
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2-3/+3
2023-10-25ntfs: convert ntfs_prepare_pages_for_non_resident_write() to foliosMatthew Wilcox (Oracle)1-48/+41
2023-10-25ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)1-111/+100
2023-10-25ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)1-25/+19
2023-10-18ntfs: convert to new timestamp accessorsJeff Layton2-13/+14
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-9/+9