index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-09
fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
Kari Argillander
5
-10
/
+10
2021-09-09
fs/ntfs3: Add iocharset= mount option as alias for nls=
Kari Argillander
2
-9
/
+13
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
2
-205
/
+229
2021-09-09
fs/ntfs3: Convert mount options to pointer in sbi
Kari Argillander
7
-27
/
+34
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
2
-11
/
+0
2021-09-02
fs/ntfs3: Change how module init/info messages are displayed
Kari Argillander
1
-19
/
+8
2021-09-02
fs/ntfs3: Remove GPL boilerplates from decompress lib files
Kari Argillander
4
-53
/
+0
2021-09-02
fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter
Kari Argillander
1
-5
/
+1
2021-09-02
fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()
Kari Argillander
1
-2
/
+3
2021-08-31
fs/ntfs3: Restyle comments to better align with kernel-doc
Konstantin Komarov
15
-75
/
+84
2021-08-31
fs/ntfs3: Rework file operations
Konstantin Komarov
10
-529
/
+563
2021-08-31
fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now
Kari Argillander
1
-8
/
+0
2021-08-30
fs/ntfs3: Restyle comments to better align with kernel-doc
Kari Argillander
21
-2070
/
+1987
2021-08-27
fs/ntfs3: Fix error handling in indx_insert_into_root()
Dan Carpenter
1
-20
/
+16
2021-08-27
fs/ntfs3: Potential NULL dereference in hdr_find_split()
Dan Carpenter
1
-1
/
+2
2021-08-27
fs/ntfs3: Fix error code in indx_add_allocate()
Dan Carpenter
1
-0
/
+1
2021-08-27
fs/ntfs3: fix an error code in ntfs_get_acl_ex()
Dan Carpenter
1
-1
/
+1
2021-08-27
fs/ntfs3: add checks for allocation failure
Dan Carpenter
1
-2
/
+16
2021-08-27
fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc
Kari Argillander
3
-6
/
+5
2021-08-27
fs/ntfs3: Do not use driver own alloc wrappers
Kari Argillander
16
-194
/
+188
2021-08-27
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
13
-67
/
+56
2021-08-27
fs/ntfs3: Restyle comment block in ni_parse_reparse()
Kari Argillander
1
-6
/
+10
2021-08-27
fs/ntfs3: Remove unused including <linux/version.h>
Jiapeng Chong
1
-1
/
+0
2021-08-27
fs/ntfs3: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+2
2021-08-27
fs/ntfs3: Fix one none utf8 char in source file
Kari Argillander
1
-1
/
+1
2021-08-27
fs/ntfs3: Remove unused variable cnt in ntfs_security_init()
Nathan Chancellor
1
-4
/
+1
2021-08-27
fs/ntfs3: Fix integer overflow in multiplication
Colin Ian King
1
-1
/
+1
2021-08-27
fs/ntfs3: Add ifndef + define to all header files
Kari Argillander
3
-0
/
+13
2021-08-27
fs/ntfs3: Use linux/log2 is_power_of_2 function
Kari Argillander
3
-10
/
+7
2021-08-27
fs/ntfs3: Fix various spelling mistakes
Colin Ian King
5
-6
/
+6
2021-08-23
Merge branch 'torvalds:master' into master
aalexandrovich
487
-2701
/
+3726
2021-08-23
Linux 5.14-rc7
Linus Torvalds
1
-1
/
+1
2021-08-22
Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-14
/
+31
2021-08-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-19
/
+37
2021-08-21
Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-45
/
+54
2021-08-21
Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-6
/
+7
2021-08-21
Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-6
/
+6
2021-08-21
Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-0
/
+11
2021-08-21
Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...
Linus Torvalds
1
-1
/
+5
2021-08-21
Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-32
/
+20
2021-08-21
Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+10
2021-08-21
fs: warn about impending deprecation of mandatory locks
Jeff Layton
1
-1
/
+5
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-4
/
+5
2021-08-20
Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-2
/
+8
2021-08-20
Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
5
-19
/
+11
2021-08-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-68
/
+81
2021-08-20
Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
61
-477
/
+224
[next]