summaryrefslogtreecommitdiff
path: root/fs/ntfs3/ntfs_fs.h
AgeCommit message (Expand)Author
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov
2022-07-14fs/ntfs3: Use enum req_op where appropriateBart Van Assche
2022-07-05fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin
2022-06-29ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-28fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)
2022-01-22mm: remove cleancacheChristoph Hellwig
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds
2021-10-11fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov
2021-09-30fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov
2021-09-13fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.hKari Argillander
2021-09-09fs/ntfs3: Show uid/gid always in show_options()Kari Argillander
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander
2021-09-09fs/ntfs3: Use new api for mountingKari Argillander
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander
2021-09-04Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander
2021-08-27fs/ntfs3: Add ifndef + define to all header filesKari Argillander
2021-08-27fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander
2021-08-13fs/ntfs3: Add headers and misc filesKonstantin Komarov