summaryrefslogtreecommitdiff
path: root/fs/ntfs3/ntfs_fs.h
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng2023-03-271-0/+1
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+3
* Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-12-211-11/+30
|\
| * fs/ntfs3: Improve checking of bad clustersKonstantin Komarov2022-11-141-0/+2
| * fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov2022-11-141-0/+2
| * fs/ntfs3: Check fields while readingKonstantin Komarov2022-11-141-2/+2
| * fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov2022-11-141-0/+1
| * fs/ntfs3: Changing locking in ntfs_renameKonstantin Komarov2022-11-141-0/+6
| * fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-141-4/+3
| * fs/ntfs3: Remove unused functionsKonstantin Komarov2022-11-141-2/+0
| * fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoringKonstantin Komarov2022-11-141-5/+6
| * fs/ntfs3: Add functions to modify LE bitmapsThomas Kühnel2022-11-141-0/+3
| * fs/ntfs3: Add windows_names mount optionDaniel Pinto2022-11-121-0/+2
| * fs/ntfs3: Add option "nocase"Konstantin Komarov2022-09-301-0/+4
| * fs/ntfs3: Add hidedotfiles optionKonstantin Komarov2022-09-301-0/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-2/+2
|/
* 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