summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-13fs/ntfs3: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-09-09fs/ntfs3: Show uid/gid always in show_options()Kari Argillander2-21/+14
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander4-9/+9
2021-09-09fs/ntfs3: Add iocharset= mount option as alias for nls=Kari Argillander1-7/+11
2021-09-09fs/ntfs3: Make mount option nohidden more universalKari Argillander1-2/+2
2021-09-09fs/ntfs3: Init spi more in init_fs_context than fill_superKari Argillander1-19/+22
2021-09-09fs/ntfs3: Use new api for mountingKari Argillander2-205/+229
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander7-27/+34
2021-09-09fs/ntfs3: Remove unnecesarry remount flag handlingKari Argillander1-2/+0
2021-09-09fs/ntfs3: Remove unnecesarry mount option noatimeKari Argillander1-7/+0
2021-09-04Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds28-0/+30900
2021-09-02fs/ntfs3: Change how module init/info messages are displayedKari Argillander1-19/+8
2021-09-02fs/ntfs3: Remove GPL boilerplates from decompress lib filesKari Argillander4-53/+0
2021-09-02fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander1-5/+1
2021-09-02fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander1-2/+3
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov15-75/+84
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov10-529/+563
2021-08-31fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander1-8/+0
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander21-2070/+1987
2021-08-27fs/ntfs3: Fix error handling in indx_insert_into_root()Dan Carpenter1-20/+16
2021-08-27fs/ntfs3: Potential NULL dereference in hdr_find_split()Dan Carpenter1-1/+2
2021-08-27fs/ntfs3: Fix error code in indx_add_allocate()Dan Carpenter1-0/+1
2021-08-27fs/ntfs3: fix an error code in ntfs_get_acl_ex()Dan Carpenter1-1/+1
2021-08-27fs/ntfs3: add checks for allocation failureDan Carpenter1-2/+16
2021-08-27fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander3-6/+5
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander16-194/+188