index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
ntfs3: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
1
-1
/
+1
2021-10-11
fs/ntfs3: Fix memory leak if fill_super failed
Konstantin Komarov
1
-34
/
+56
2021-09-30
fs/ntfs3: Refactoring of ntfs_init_from_boot
Konstantin Komarov
1
-10
/
+9
2021-09-30
fs/ntfs3: Reject mount if boot's cluster size < media sector size
Konstantin Komarov
1
-1
/
+12
2021-09-23
fs/ntfs3: Remove deprecated mount options nls
Kari Argillander
1
-4
/
+0
2021-09-20
fs/ntfs3: Fix a memory leak on object opts
Colin Ian King
1
-2
/
+2
2021-09-20
fs/ntfs3: Initiliaze sb blocksize only in one place + refactor
Kari Argillander
1
-10
/
+3
2021-09-20
fs/ntfs3: Initialize pointer before use place in fill_super
Kari Argillander
1
-4
/
+3
2021-09-20
fs/ntfs3: Remove tmp pointer upcase in fill_super
Kari Argillander
1
-7
/
+4
2021-09-20
fs/ntfs3: Remove tmp pointer bd_inode in fill_super
Kari Argillander
1
-2
/
+1
2021-09-20
fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super
Kari Argillander
1
-5
/
+2
2021-09-20
fs/ntfs3: Use sb instead of sbi->sb in fill_super
Kari Argillander
1
-3
/
+3
2021-09-20
fs/ntfs3: Remove unnecessary variable loading in fill_super
Kari Argillander
1
-11
/
+1
2021-09-20
fs/ntfs3: Return straight without goto in fill_super
Kari Argillander
1
-40
/
+16
2021-09-20
fs/ntfs3: Remove impossible fault condition in fill_super
Kari Argillander
1
-6
/
+0
2021-09-20
fs/ntfs3: Change EINVAL to ENOMEM when d_make_root fails
Kari Argillander
1
-1
/
+1
2021-09-20
fs/ntfs3: Fix wrong error message $Logfile -> $UpCase
Kari Argillander
1
-1
/
+1
2021-09-13
fs/ntfs3: Remove unneeded header files from c files
Kari Argillander
1
-2
/
+0
2021-09-09
fs/ntfs3: Show uid/gid always in show_options()
Kari Argillander
1
-8
/
+4
2021-09-09
fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
Kari Argillander
1
-6
/
+6
2021-09-09
fs/ntfs3: Add iocharset= mount option as alias for nls=
Kari Argillander
1
-7
/
+11
2021-09-09
fs/ntfs3: Make mount option nohidden more universal
Kari Argillander
1
-2
/
+2
2021-09-09
fs/ntfs3: Init spi more in init_fs_context than fill_super
Kari Argillander
1
-19
/
+22
2021-09-09
fs/ntfs3: Use new api for mounting
Kari Argillander
1
-205
/
+228
2021-09-09
fs/ntfs3: Convert mount options to pointer in sbi
Kari Argillander
1
-12
/
+19
2021-09-09
fs/ntfs3: Remove unnecesarry remount flag handling
Kari Argillander
1
-2
/
+0
2021-09-09
fs/ntfs3: Remove unnecesarry mount option noatime
Kari Argillander
1
-7
/
+0
2021-09-02
fs/ntfs3: Change how module init/info messages are displayed
Kari Argillander
1
-19
/
+8
2021-08-31
fs/ntfs3: Restyle comments to better align with kernel-doc
Konstantin Komarov
1
-1
/
+1
2021-08-30
fs/ntfs3: Restyle comments to better align with kernel-doc
Kari Argillander
1
-71
/
+89
2021-08-27
fs/ntfs3: Do not use driver own alloc wrappers
Kari Argillander
1
-10
/
+10
2021-08-27
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
1
-5
/
+5
2021-08-27
fs/ntfs3: Use linux/log2 is_power_of_2 function
Kari Argillander
1
-4
/
+5
2021-08-27
fs/ntfs3: Fix various spelling mistakes
Colin Ian King
1
-2
/
+2
2021-08-13
fs/ntfs3: Add initialization of super block
Konstantin Komarov
1
-0
/
+1504