summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2021-10-05fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov1-2/+5
2021-10-05fs/ntfs3: Refactoring of ntfs_set_eaKonstantin Komarov1-14/+17
2021-10-05fs/ntfs3: Remove locked argument in ntfs_set_eaKonstantin Komarov1-15/+14
2021-10-05fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_releaseKonstantin Komarov1-8/+2
2021-09-30fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrectKonstantin Komarov1-1/+3
2021-09-30fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov2-12/+9
2021-09-30fs/ntfs3: Reject mount if boot's cluster size < media sector sizeKonstantin Komarov1-1/+12
2021-09-24fs/ntfs3: Refactoring lock in ntfs_init_aclKonstantin Komarov1-41/+14
2021-09-24fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_modeKonstantin Komarov1-11/+4
2021-09-24fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_exKonstantin Komarov1-2/+7
2021-09-24fs/ntfs3: Refactor ntfs_get_acl_ex for better readabilityKonstantin Komarov1-3/+6
2021-09-24fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov2-23/+14
2021-09-24fs/ntfs3: Fix logical error in ntfs_create_inodeKonstantin Komarov1-1/+1
2021-09-23fs/ntfs3: Remove deprecated mount options nlsKari Argillander1-4/+0
2021-09-23fs/ntfs3: Remove a useless shadowing variableChristophe JAILLET1-2/+1
2021-09-23fs/ntfs3: Remove a useless test in 'indx_find()'Christophe JAILLET1-3/+1
2021-09-21fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov8-17/+17
2021-09-21fs/ntfs3: Change max hardlinks limit to 4000Konstantin Komarov1-3/+5
2021-09-21fs/ntfs3: Fix insertion of attr in ni_ins_attr_extKonstantin Komarov1-0/+7
2021-09-20fs/ntfs3: Fix a memory leak on object optsColin Ian King1-2/+2
2021-09-20fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander1-10/+3
2021-09-20fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander1-4/+3
2021-09-20fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander1-7/+4
2021-09-20fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander1-2/+1
2021-09-20fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander1-5/+2
2021-09-20fs/ntfs3: Use sb instead of sbi->sb in fill_superKari Argillander1-3/+3
2021-09-20fs/ntfs3: Remove unnecessary variable loading in fill_superKari Argillander1-11/+1
2021-09-20fs/ntfs3: Return straight without goto in fill_superKari Argillander1-40/+16
2021-09-20fs/ntfs3: Remove impossible fault condition in fill_superKari Argillander1-6/+0
2021-09-20fs/ntfs3: Change EINVAL to ENOMEM when d_make_root failsKari Argillander1-1/+1
2021-09-20fs/ntfs3: Fix wrong error message $Logfile -> $UpCaseKari Argillander1-1/+1
2021-09-16fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander3-9/+11
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-16fs/ntfs3: Remove tabs before spaces from commentKari Argillander1-1/+1
2021-09-16fs/ntfs3: Remove braces from single statment blockKari Argillander1-2/+1
2021-09-16fs/ntfs3: Place Comparisons constant right side of the testKari Argillander1-1/+1
2021-09-16fs/ntfs3: Remove '+' before constant in ni_insert_resident()Kari Argillander1-1/+1
2021-09-13fs/ntfs3: Always use binary search with entry searchKari Argillander2-47/+6
2021-09-13fs/ntfs3: Make binary search to search smaller chunks in beginningKari Argillander1-2/+5
2021-09-13fs/ntfs3: Limit binary search table sizeKari Argillander1-69/+41
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander15-40/+0
2021-09-13fs/ntfs3: Change right headers to lznt.cKari Argillander1-5/+5
2021-09-13fs/ntfs3: Change right headers to upcase.cKari Argillander1-6/+2
2021-09-13fs/ntfs3: Change right headers to bitfunc.cKari Argillander1-6/+1
2021-09-13fs/ntfs3: Add missing header and guards to lib/ headersKari Argillander2-0/+11
2021-09-13fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.hKari Argillander1-0/+31
2021-09-13fs/ntfs3: Add missing header files to ntfs.hKari Argillander1-0/+9
2021-09-13fs/ntfs3. Add forward declarations for structs to debug.hKari Argillander1-0/+3