aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/fsntfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin1-1/+1
2024-01-29fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov1-0/+24
2023-12-06fs/ntfs3: Add and fix commentsKonstantin Komarov1-1/+1
2023-12-06fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov1-1/+2
2023-09-28fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov1-1/+5
2023-09-28fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov1-10/+3
2023-07-03fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov1-0/+58
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov1-18/+19
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov1-1/+1
2023-07-03fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov1-1/+1
2023-03-27fs/ntfs3: Print details about mount failsKonstantin Komarov1-21/+19
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-7/+6
2023-03-27fs/ntfs3: Undo endian changesKonstantin Komarov1-6/+5
2023-03-27fs/ntfs3: Optimization in ntfs_set_state()Konstantin Komarov1-2/+7
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov1-2/+4
2023-03-27fs/ntfs3: Add null pointer checksKonstantin Komarov1-6/+10
2023-03-27fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin1-0/+1
2022-11-14fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov1-1/+1
2022-11-14fs/ntfs3: Correct ntfs_check_for_free_spaceKonstantin Komarov1-1/+1
2022-11-14fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov1-0/+33
2022-11-14fs/ntfs3: Simplify ntfs_update_mftmirr functionKonstantin Komarov1-3/+1
2022-11-14fs/ntfs3: Remove unused functionsKonstantin Komarov1-29/+0
2022-11-14fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel1-4/+4
2022-11-12fs/ntfs3: Add windows_names mount optionDaniel Pinto1-0/+104
2022-11-12fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo1-4/+6
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-35/+57
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov1-8/+3
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov1-0/+14
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov1-14/+25
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov1-3/+6
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-13/+7
2022-07-05fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin1-1/+6
2022-02-02fs/ntfs3: remove unnecessary NULL checkDan Carpenter1-5/+4
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+2
2022-02-02ntfs3: remove ntfs_alloc_bioChristoph Hellwig1-21/+2
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov1-4/+4
2021-09-16fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander1-3/+3
2021-09-16fs/ntfs3: Use clamp/max macros instead of comparisonsKari Argillander1-5/+3
2021-09-16fs/ntfs3: Remove always false condition checkKari Argillander1-4/+1
2021-09-16fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPCKari Argillander1-24/+27
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-1/+0
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-4/+4
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov1-52/+35
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-133/+111
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-4/+4
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander1-2/+2
2021-08-27fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor1-4/+1
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov1-0/+2551