summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov2021-09-242-23/+14
| * | | fs/ntfs3: Fix logical error in ntfs_create_inodeKonstantin Komarov2021-09-241-1/+1
| * | | fs/ntfs3: Remove deprecated mount options nlsKari Argillander2021-09-231-4/+0
| * | | fs/ntfs3: Remove a useless shadowing variableChristophe JAILLET2021-09-231-2/+1
| * | | fs/ntfs3: Remove a useless test in 'indx_find()'Christophe JAILLET2021-09-231-3/+1
| * | | fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-218-17/+17
| * | | fs/ntfs3: Change max hardlinks limit to 4000Konstantin Komarov2021-09-211-3/+5
| * | | fs/ntfs3: Fix insertion of attr in ni_ins_attr_extKonstantin Komarov2021-09-211-0/+7
| * | | fs/ntfs3: Fix a memory leak on object optsColin Ian King2021-09-201-2/+2
| * | | fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander2021-09-201-10/+3
| * | | fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander2021-09-201-4/+3
| * | | fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander2021-09-201-7/+4
| * | | fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander2021-09-201-2/+1
| * | | fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander2021-09-201-5/+2
| * | | fs/ntfs3: Use sb instead of sbi->sb in fill_superKari Argillander2021-09-201-3/+3
| * | | fs/ntfs3: Remove unnecessary variable loading in fill_superKari Argillander2021-09-201-11/+1
| * | | fs/ntfs3: Return straight without goto in fill_superKari Argillander2021-09-201-40/+16
| * | | fs/ntfs3: Remove impossible fault condition in fill_superKari Argillander2021-09-201-6/+0
| * | | fs/ntfs3: Change EINVAL to ENOMEM when d_make_root failsKari Argillander2021-09-201-1/+1
| * | | fs/ntfs3: Fix wrong error message $Logfile -> $UpCaseKari Argillander2021-09-201-1/+1
| * | | fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander2021-09-163-9/+11
| * | | 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 tabs before spaces from commentKari Argillander2021-09-161-1/+1
| * | | fs/ntfs3: Remove braces from single statment blockKari Argillander2021-09-161-2/+1
| * | | fs/ntfs3: Place Comparisons constant right side of the testKari Argillander2021-09-161-1/+1
| * | | fs/ntfs3: Remove '+' before constant in ni_insert_resident()Kari Argillander2021-09-161-1/+1
| * | | fs/ntfs3: Always use binary search with entry searchKari Argillander2021-09-132-47/+6
| * | | fs/ntfs3: Make binary search to search smaller chunks in beginningKari Argillander2021-09-131-2/+5
| * | | fs/ntfs3: Limit binary search table sizeKari Argillander2021-09-131-69/+41
| * | | fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-1315-40/+0
| * | | fs/ntfs3: Change right headers to lznt.cKari Argillander2021-09-131-5/+5
| * | | fs/ntfs3: Change right headers to upcase.cKari Argillander2021-09-131-6/+2
| * | | fs/ntfs3: Change right headers to bitfunc.cKari Argillander2021-09-131-6/+1
| * | | fs/ntfs3: Add missing header and guards to lib/ headersKari Argillander2021-09-132-0/+11
| * | | fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.hKari Argillander2021-09-131-0/+31
| * | | fs/ntfs3: Add missing header files to ntfs.hKari Argillander2021-09-131-0/+9
| * | | fs/ntfs3. Add forward declarations for structs to debug.hKari Argillander2021-09-131-0/+3
| * | | fs/ntfs3: Remove redundant initialization of variable errColin Ian King2021-09-131-1/+1
| * | | fs/ntfs3: Show uid/gid always in show_options()Kari Argillander2021-09-092-21/+14
| * | | fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander2021-09-094-9/+9
| * | | fs/ntfs3: Add iocharset= mount option as alias for nls=Kari Argillander2021-09-091-7/+11
| * | | fs/ntfs3: Make mount option nohidden more universalKari Argillander2021-09-091-2/+2
| * | | fs/ntfs3: Init spi more in init_fs_context than fill_superKari Argillander2021-09-091-19/+22
| * | | fs/ntfs3: Use new api for mountingKari Argillander2021-09-092-205/+229
| * | | fs/ntfs3: Convert mount options to pointer in sbiKari Argillander2021-09-097-27/+34
| * | | fs/ntfs3: Remove unnecesarry remount flag handlingKari Argillander2021-09-091-2/+0
| * | | fs/ntfs3: Remove unnecesarry mount option noatimeKari Argillander2021-09-091-7/+0
* | | | Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-10-125-52/+97
|\ \ \ \