index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inode
Konstantin Komarov
2021-09-24
2
-23
/
+14
|
*
|
|
fs/ntfs3: Fix logical error in ntfs_create_inode
Konstantin Komarov
2021-09-24
1
-1
/
+1
|
*
|
|
fs/ntfs3: Remove deprecated mount options nls
Kari Argillander
2021-09-23
1
-4
/
+0
|
*
|
|
fs/ntfs3: Remove a useless shadowing variable
Christophe JAILLET
2021-09-23
1
-2
/
+1
|
*
|
|
fs/ntfs3: Remove a useless test in 'indx_find()'
Christophe JAILLET
2021-09-23
1
-3
/
+1
|
*
|
|
fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
Konstantin Komarov
2021-09-21
8
-17
/
+17
|
*
|
|
fs/ntfs3: Change max hardlinks limit to 4000
Konstantin Komarov
2021-09-21
1
-3
/
+5
|
*
|
|
fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
Konstantin Komarov
2021-09-21
1
-0
/
+7
|
*
|
|
fs/ntfs3: Fix a memory leak on object opts
Colin Ian King
2021-09-20
1
-2
/
+2
|
*
|
|
fs/ntfs3: Initiliaze sb blocksize only in one place + refactor
Kari Argillander
2021-09-20
1
-10
/
+3
|
*
|
|
fs/ntfs3: Initialize pointer before use place in fill_super
Kari Argillander
2021-09-20
1
-4
/
+3
|
*
|
|
fs/ntfs3: Remove tmp pointer upcase in fill_super
Kari Argillander
2021-09-20
1
-7
/
+4
|
*
|
|
fs/ntfs3: Remove tmp pointer bd_inode in fill_super
Kari Argillander
2021-09-20
1
-2
/
+1
|
*
|
|
fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super
Kari Argillander
2021-09-20
1
-5
/
+2
|
*
|
|
fs/ntfs3: Use sb instead of sbi->sb in fill_super
Kari Argillander
2021-09-20
1
-3
/
+3
|
*
|
|
fs/ntfs3: Remove unnecessary variable loading in fill_super
Kari Argillander
2021-09-20
1
-11
/
+1
|
*
|
|
fs/ntfs3: Return straight without goto in fill_super
Kari Argillander
2021-09-20
1
-40
/
+16
|
*
|
|
fs/ntfs3: Remove impossible fault condition in fill_super
Kari Argillander
2021-09-20
1
-6
/
+0
|
*
|
|
fs/ntfs3: Change EINVAL to ENOMEM when d_make_root fails
Kari Argillander
2021-09-20
1
-1
/
+1
|
*
|
|
fs/ntfs3: Fix wrong error message $Logfile -> $UpCase
Kari Argillander
2021-09-20
1
-1
/
+1
|
*
|
|
fs/ntfs3: Use min/max macros instated of ternary operators
Kari Argillander
2021-09-16
3
-9
/
+11
|
*
|
|
fs/ntfs3: Use clamp/max macros instead of comparisons
Kari Argillander
2021-09-16
1
-5
/
+3
|
*
|
|
fs/ntfs3: Remove always false condition check
Kari Argillander
2021-09-16
1
-4
/
+1
|
*
|
|
fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPC
Kari Argillander
2021-09-16
1
-24
/
+27
|
*
|
|
fs/ntfs3: Remove tabs before spaces from comment
Kari Argillander
2021-09-16
1
-1
/
+1
|
*
|
|
fs/ntfs3: Remove braces from single statment block
Kari Argillander
2021-09-16
1
-2
/
+1
|
*
|
|
fs/ntfs3: Place Comparisons constant right side of the test
Kari Argillander
2021-09-16
1
-1
/
+1
|
*
|
|
fs/ntfs3: Remove '+' before constant in ni_insert_resident()
Kari Argillander
2021-09-16
1
-1
/
+1
|
*
|
|
fs/ntfs3: Always use binary search with entry search
Kari Argillander
2021-09-13
2
-47
/
+6
|
*
|
|
fs/ntfs3: Make binary search to search smaller chunks in beginning
Kari Argillander
2021-09-13
1
-2
/
+5
|
*
|
|
fs/ntfs3: Limit binary search table size
Kari Argillander
2021-09-13
1
-69
/
+41
|
*
|
|
fs/ntfs3: Remove unneeded header files from c files
Kari Argillander
2021-09-13
15
-40
/
+0
|
*
|
|
fs/ntfs3: Change right headers to lznt.c
Kari Argillander
2021-09-13
1
-5
/
+5
|
*
|
|
fs/ntfs3: Change right headers to upcase.c
Kari Argillander
2021-09-13
1
-6
/
+2
|
*
|
|
fs/ntfs3: Change right headers to bitfunc.c
Kari Argillander
2021-09-13
1
-6
/
+1
|
*
|
|
fs/ntfs3: Add missing header and guards to lib/ headers
Kari Argillander
2021-09-13
2
-0
/
+11
|
*
|
|
fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.h
Kari Argillander
2021-09-13
1
-0
/
+31
|
*
|
|
fs/ntfs3: Add missing header files to ntfs.h
Kari Argillander
2021-09-13
1
-0
/
+9
|
*
|
|
fs/ntfs3. Add forward declarations for structs to debug.h
Kari Argillander
2021-09-13
1
-0
/
+3
|
*
|
|
fs/ntfs3: Remove redundant initialization of variable err
Colin Ian King
2021-09-13
1
-1
/
+1
|
*
|
|
fs/ntfs3: Show uid/gid always in show_options()
Kari Argillander
2021-09-09
2
-21
/
+14
|
*
|
|
fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
Kari Argillander
2021-09-09
4
-9
/
+9
|
*
|
|
fs/ntfs3: Add iocharset= mount option as alias for nls=
Kari Argillander
2021-09-09
1
-7
/
+11
|
*
|
|
fs/ntfs3: Make mount option nohidden more universal
Kari Argillander
2021-09-09
1
-2
/
+2
|
*
|
|
fs/ntfs3: Init spi more in init_fs_context than fill_super
Kari Argillander
2021-09-09
1
-19
/
+22
|
*
|
|
fs/ntfs3: Use new api for mounting
Kari Argillander
2021-09-09
2
-205
/
+229
|
*
|
|
fs/ntfs3: Convert mount options to pointer in sbi
Kari Argillander
2021-09-09
7
-27
/
+34
|
*
|
|
fs/ntfs3: Remove unnecesarry remount flag handling
Kari Argillander
2021-09-09
1
-2
/
+0
|
*
|
|
fs/ntfs3: Remove unnecesarry mount option noatime
Kari Argillander
2021-09-09
1
-7
/
+0
*
|
|
|
Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-10-12
5
-52
/
+97
|
\
\
\
\
[prev]
[next]