summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/fsntfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin2024-04-011-1/+1
* fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2024-01-291-0/+24
* fs/ntfs3: Add and fix commentsKonstantin Komarov2023-12-061-1/+1
* fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov2023-12-061-1/+2
* fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov2023-09-281-1/+5
* fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov2023-09-281-10/+3
* fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov2023-07-031-0/+58
* fs/ntfs3: Code refactoringKonstantin Komarov2023-07-031-18/+19
* fs/ntfs3: Code formattingKonstantin Komarov2023-07-031-1/+1
* fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov2023-07-031-1/+1
* fs/ntfs3: Print details about mount failsKonstantin Komarov2023-03-271-21/+19
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-7/+6
* fs/ntfs3: Undo endian changesKonstantin Komarov2023-03-271-6/+5
* fs/ntfs3: Optimization in ntfs_set_state()Konstantin Komarov2023-03-271-2/+7
* fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov2023-03-271-2/+4
* fs/ntfs3: Add null pointer checksKonstantin Komarov2023-03-271-6/+10
* fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin2023-03-271-0/+1
* fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov2022-11-141-1/+1
* fs/ntfs3: Correct ntfs_check_for_free_spaceKonstantin Komarov2022-11-141-1/+1
* fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov2022-11-141-0/+33
* fs/ntfs3: Simplify ntfs_update_mftmirr functionKonstantin Komarov2022-11-141-3/+1
* fs/ntfs3: Remove unused functionsKonstantin Komarov2022-11-141-29/+0
* fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel2022-11-141-4/+4
* fs/ntfs3: Add windows_names mount optionDaniel Pinto2022-11-121-0/+104
* fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo2022-11-121-4/+6
* Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-171-35/+57
|\
| * fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov2022-08-031-8/+3
| * fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-031-0/+14
| * fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov2022-08-031-14/+25
| * fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-031-3/+6
| * fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin2022-07-051-13/+7
| * fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin2022-07-051-1/+6
* | fs/ntfs3: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
|/
* fs/ntfs3: remove unnecessary NULL checkDan Carpenter2022-02-021-5/+4
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+2
* ntfs3: remove ntfs_alloc_bioChristoph Hellwig2022-02-021-21/+2
* fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-211-4/+4
* fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander2021-09-161-3/+3
* fs/ntfs3: Use clamp/max macros instead of comparisonsKari Argillander2021-09-161-5/+3
* fs/ntfs3: Remove always false condition checkKari Argillander2021-09-161-4/+1
* fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPCKari Argillander2021-09-161-24/+27
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-1/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-4/+4
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-52/+35
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-133/+111
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-4/+4
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-2/+2
* fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor2021-08-271-4/+1
* fs/ntfs3: Add initialization of super blockKonstantin Komarov2021-08-131-0/+2551