index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ntfs3: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-1
/
+1
*
fs/ntfs3: Fix memory leak if fill_super failed
Konstantin Komarov
2021-10-11
1
-34
/
+56
*
fs/ntfs3: Refactoring of ntfs_init_from_boot
Konstantin Komarov
2021-09-30
1
-10
/
+9
*
fs/ntfs3: Reject mount if boot's cluster size < media sector size
Konstantin Komarov
2021-09-30
1
-1
/
+12
*
fs/ntfs3: Remove deprecated mount options nls
Kari Argillander
2021-09-23
1
-4
/
+0
*
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: Remove unneeded header files from c files
Kari Argillander
2021-09-13
1
-2
/
+0
*
fs/ntfs3: Show uid/gid always in show_options()
Kari Argillander
2021-09-09
1
-8
/
+4
*
fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
Kari Argillander
2021-09-09
1
-6
/
+6
*
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
1
-205
/
+228
*
fs/ntfs3: Convert mount options to pointer in sbi
Kari Argillander
2021-09-09
1
-12
/
+19
*
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
*
fs/ntfs3: Change how module init/info messages are displayed
Kari Argillander
2021-09-02
1
-19
/
+8
*
fs/ntfs3: Restyle comments to better align with kernel-doc
Konstantin Komarov
2021-08-31
1
-1
/
+1
*
fs/ntfs3: Restyle comments to better align with kernel-doc
Kari Argillander
2021-08-30
1
-71
/
+89
*
fs/ntfs3: Do not use driver own alloc wrappers
Kari Argillander
2021-08-27
1
-10
/
+10
*
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
2021-08-27
1
-5
/
+5
*
fs/ntfs3: Use linux/log2 is_power_of_2 function
Kari Argillander
2021-08-27
1
-4
/
+5
*
fs/ntfs3: Fix various spelling mistakes
Colin Ian King
2021-08-27
1
-2
/
+2
*
fs/ntfs3: Add initialization of super block
Konstantin Komarov
2021-08-13
1
-0
/
+1504