aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/ntfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-04-23ntfs3: add legacy ntfs file operationsChristian Brauner1-0/+2
2024-04-23ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner1-0/+2
2024-04-01fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin1-2/+2
2024-01-29fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun1-0/+2
2024-01-29fs/ntfs3: Fix an NULL dereference bugDan Carpenter1-1/+1
2024-01-29fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov1-13/+1
2024-01-29fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong1-1/+1
2023-12-06fs/ntfs3: Add and fix commentsKonstantin Komarov1-1/+1
2023-12-06fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov1-3/+3
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov1-1/+8
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-09ntfs3: move ntfs_xattr_handlers to .rodataWedson Almeida Filho1-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-03fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov1-2/+3
2023-07-03fs/ntfs3: Fix endian problemKonstantin Komarov1-1/+1
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov1-6/+6
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov1-5/+5
2023-07-03fs/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-17Merge 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
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-n...Linus 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