summaryrefslogtreecommitdiff
path: root/fs/ntfs3/fsntfs.c
AgeCommit message (Expand)Author
2023-09-28fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov
2023-09-28fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov
2023-07-03fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov
2023-07-03fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov
2023-03-27fs/ntfs3: Print details about mount failsKonstantin Komarov
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2023-03-27fs/ntfs3: Undo endian changesKonstantin Komarov
2023-03-27fs/ntfs3: Optimization in ntfs_set_state()Konstantin Komarov
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov
2023-03-27fs/ntfs3: Add null pointer checksKonstantin Komarov
2023-03-27fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin
2022-11-14fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov
2022-11-14fs/ntfs3: Correct ntfs_check_for_free_spaceKonstantin Komarov
2022-11-14fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov
2022-11-14fs/ntfs3: Simplify ntfs_update_mftmirr functionKonstantin Komarov
2022-11-14fs/ntfs3: Remove unused functionsKonstantin Komarov
2022-11-14fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel
2022-11-12fs/ntfs3: Add windows_names mount optionDaniel Pinto
2022-11-12fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin 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: Add new argument is_mft to ntfs_mark_rec_freeKonstantin 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-07-05fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin
2022-02-02fs/ntfs3: remove unnecessary NULL checkDan Carpenter
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02ntfs3: remove ntfs_alloc_bioChristoph Hellwig
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov
2021-09-16fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander
2021-09-16fs/ntfs3: Use clamp/max macros instead of comparisonsKari Argillander
2021-09-16fs/ntfs3: Remove always false condition checkKari Argillander
2021-09-16fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPCKari Argillander
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander
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: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov