summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
2026-02-26ntfs: Remove impossible conditionEthan Tidmore
2026-02-26ntfs: Replace ERR_PTR(0) with NULLEthan Tidmore
2026-02-26ntfs: Remove unneeded semicolonChen Ni
2026-02-26ntfs: Fix null pointer dereferenceEthan Tidmore
2026-02-19ntfs: add Kconfig and MakefileNamjae Jeon
2026-02-19ntfs: update misc operationsNamjae Jeon
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon
2026-02-19ntfs: update runlist handling and cluster allocatorNamjae Jeon
2026-02-19ntfs: update attrib operationsNamjae Jeon
2026-02-19ntfs: update iomap and address space operationsNamjae Jeon
2026-02-19ntfs: update file operationsNamjae Jeon
2026-02-19ntfs: update directory operationsNamjae Jeon
2026-02-19ntfs: update mft operationsNamjae Jeon
2026-02-19ntfs: update inode operationsNamjae Jeon
2026-02-19ntfs: update super block operationsNamjae Jeon
2026-02-19ntfs: update in-memory, on-disk structures and headersNamjae Jeon
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-21ntfs: dir.c: fix kernel-doc function parameter warningsRandy Dunlap
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_prepare_pages_for_non_resident_write() to foliosMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)
2023-10-18ntfs: convert to new timestamp accessorsJeff Layton
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24ntfs: convert to ctime accessor functionsJeff Layton
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24ntfs: do not dereference a null ctx on errorDanila Chernetsov
2023-05-19ntfs: Remove unneeded semicolonShaomin Deng
2023-05-19ntfs: Correct spellingDeming Wang
2023-05-19ntfs: remove redundant initialization to pointer cb_sb_startColin Ian King
2023-04-13ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap