summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/ntfs_fs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-171-7/+9
|\
| * fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov2022-08-031-0/+1
| * fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-031-0/+2
| * fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov2022-08-031-0/+1
| * fs/ntfs3: Added comments to frecord functionsKonstantin Komarov2022-08-031-1/+0
| * fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2022-08-031-2/+0
| * fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-031-1/+1
| * fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov2022-08-031-1/+0
| * fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-031-1/+1
| * fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin2022-07-051-1/+1
| * fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov2022-06-281-1/+3
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-6/+1
|\ \
| * | ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+1
* | | fs/ntfs3: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
|/ /
* / ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)2022-05-081-0/+5
|/
* mm: remove cleancacheChristoph Hellwig2022-01-221-1/+0
* Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds2021-10-151-20/+47
|\
| * fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2021-10-111-1/+1
| * fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov2021-10-111-1/+1
| * fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov2021-09-301-2/+0
| * fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-211-2/+2
| * fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.hKari Argillander2021-09-131-0/+31
| * fs/ntfs3: Show uid/gid always in show_options()Kari Argillander2021-09-091-13/+10
| * fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander2021-09-091-1/+1
| * fs/ntfs3: Use new api for mountingKari Argillander2021-09-091-0/+1
| * fs/ntfs3: Convert mount options to pointer in sbiKari Argillander2021-09-091-1/+1
* | Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds2021-09-041-1/+1
|/
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-12/+12
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-6/+25
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-98/+98
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-9/+9
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-1/+1
* fs/ntfs3: Add ifndef + define to all header filesKari Argillander2021-08-271-0/+5
* fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander2021-08-271-5/+0
* fs/ntfs3: Add headers and misc filesKonstantin Komarov2021-08-131-0/+1092