summaryrefslogtreecommitdiff
path: root/fs/ntfs3/ntfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-11fs/ntfs3: Support timestamps prior to epochKonstantin Komarov1-4/+5
2025-08-15fs/ntfs3: cancle set bad inode after removing name failsEdward Adam Davis1-2/+1
2025-01-09fs/ntfs3: Fix warning in ni_fiemapKonstantin Komarov1-1/+2
2024-11-08fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov1-1/+1
2024-08-29fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin1-2/+2
2024-03-01fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov1-13/+1
2024-03-01fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong1-1/+1
2024-03-01fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov1-3/+3
2024-03-01fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov1-1/+8
2024-02-16fs/ntfs3: Fix an NULL dereference bugDan Carpenter1-1/+1
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov1-2/+0
2023-09-28fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_superKonstantin Komarov1-0/+2
2023-07-02fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov1-2/+3
2023-07-02fs/ntfs3: Fix endian problemKonstantin Komarov1-1/+1
2023-07-02fs/ntfs3: Code refactoringKonstantin Komarov1-6/+6
2023-07-02fs/ntfs3: Code formattingKonstantin Komarov1-5/+5
2023-07-02fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov1-0/+2
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-5/+4
2023-03-27fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov1-2/+3
2023-03-27fs/ntfs3: Remove field sbi->used.bitmap.set_tailKonstantin Komarov1-1/+0
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov1-1/+1
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov1-3/+0
2023-03-27fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng1-0/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+3
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-11/+30
2022-11-14fs/ntfs3: Improve checking of bad clustersKonstantin Komarov1-0/+2
2022-11-14fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov1-0/+2
2022-11-14fs/ntfs3: Check fields while readingKonstantin Komarov1-2/+2
2022-11-14fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov1-0/+1
2022-11-14fs/ntfs3: Changing locking in ntfs_renameKonstantin Komarov1-0/+6
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov1-4/+3
2022-11-14fs/ntfs3: Remove unused functionsKonstantin Komarov1-2/+0
2022-11-14fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoringKonstantin Komarov1-5/+6
2022-11-14fs/ntfs3: Add functions to modify LE bitmapsThomas Kühnel1-0/+3
2022-11-12fs/ntfs3: Add windows_names mount optionDaniel Pinto1-0/+2
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-2/+2
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov1-0/+4
2022-09-30fs/ntfs3: Add hidedotfiles optionKonstantin Komarov1-0/+1
2022-08-18Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-7/+9
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-6/+1
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov1-0/+1
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov1-0/+2
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov1-0/+1
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov1-1/+0
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov1-2/+0
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov1-1/+1