aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/ntfs_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus 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
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov1-1/+0
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov1-1/+1
2022-07-14fs/ntfs3: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-05fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin1-1/+1
2022-06-29ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)1-6/+1
2022-06-28fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov1-1/+3
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)1-0/+5
2022-01-22mm: remove cleancacheChristoph Hellwig1-1/+0
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds1-20/+47
2021-10-11fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov1-1/+1
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov1-1/+1
2021-09-30fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov1-2/+0
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov1-2/+2
2021-09-13fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.hKari Argillander1-0/+31
2021-09-09fs/ntfs3: Show uid/gid always in show_options()Kari Argillander1-13/+10
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander1-1/+1
2021-09-09fs/ntfs3: Use new api for mountingKari Argillander1-0/+1
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander1-1/+1
2021-09-04Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds1-0/+1111
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-12/+12
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov1-6/+25
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-98/+98
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-9/+9
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander1-1/+1
2021-08-27fs/ntfs3: Add ifndef + define to all header filesKari Argillander1-0/+5
2021-08-27fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander1-5/+0
2021-08-13fs/ntfs3: Add headers and misc filesKonstantin Komarov1-0/+1092