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
2022-08-03
fs/ntfs3: Refactoring attr_set_size to restore after errors
Konstantin Komarov
1
-54
/
+126
2022-08-03
fs/ntfs3: New function ntfs_bad_inode
Konstantin Komarov
6
-17
/
+25
2022-08-03
fs/ntfs3: Make MFT zone less fragmented
Konstantin Komarov
3
-14
/
+33
2022-08-03
fs/ntfs3: Check possible errors in run_pack in advance
Konstantin Komarov
1
-17
/
+22
2022-08-03
fs/ntfs3: Added comments to frecord functions
Konstantin Komarov
4
-8
/
+6
2022-08-03
fs/ntfs3: Fill duplicate info in ni_add_name
Konstantin Komarov
2
-16
/
+14
2022-08-03
fs/ntfs3: Make static function attr_load_runs
Konstantin Komarov
2
-4
/
+2
2022-08-03
fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free
Konstantin Komarov
4
-11
/
+14
2022-08-03
fs/ntfs3: Remove unused mi_mark_free
Konstantin Komarov
4
-25
/
+2
2022-08-03
fs/ntfs3: Fix very fragmented case in attr_punch_hole
Konstantin Komarov
1
-1
/
+12
2022-08-03
fs/ntfs3: Fix work with fragmented xattr
Konstantin Komarov
1
-1
/
+6
2022-08-03
fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIG
Konstantin Komarov
1
-0
/
+13
2022-08-03
fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY
Konstantin Komarov
4
-18
/
+25
2022-08-03
fs/ntfs3: Check reserved size for maximum allowed
Konstantin Komarov
2
-3
/
+9
2022-08-03
fs/ntfs3: Do not change mode if ntfs_set_ea failed
Konstantin Komarov
1
-10
/
+10
2022-07-06
fs/ntfs3: Remove unnecessary 'NULL' values from pointers
Li kunyu
1
-2
/
+2
2022-07-05
fs/ntfs3: Remove duplicated assignment to variable r
Colin Ian King
1
-1
/
+0
2022-07-05
fs/ntfs3: Unlock on error in attr_insert_range()
Dan Carpenter
1
-2
/
+4
2022-07-05
fs/ntfs3: Make ntfs_update_mftmirr return void
Pavel Skripkin
2
-14
/
+8
2022-07-05
fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr
Pavel Skripkin
1
-1
/
+6
2022-06-28
fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE
Konstantin Komarov
1
-42
/
+55
2022-06-28
fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation
Konstantin Komarov
3
-1
/
+222
2022-06-17
fs/ntfs3: Add missing error check
Konstantin Komarov
1
-0
/
+2
2022-06-10
fs/ntfs3: Don't clear upper bits accidentally in log_replay()
Dan Carpenter
1
-1
/
+1
2022-06-09
fs/ntfs3: Use the same order for acl pointer check in ntfs_init_acl
Yang Xu
1
-3
/
+3
2022-06-09
fs/ntfs3: Fix using uninitialized value n when calling indx_read
Yan Lei
1
-1
/
+1
2022-06-08
fs/ntfs3: Remove redundant assignment to variable vcn
Colin Ian King
1
-1
/
+1
2022-06-07
fs/ntfs3: Remove redundant assignment to variable frame
Colin Ian King
1
-1
/
+0
2022-06-07
fs/ntfs3: Remove a useless test
Christophe JAILLET
1
-3
/
+1
2022-06-06
fs/ntfs3: Fix missing i_op in ntfs_read_mft
Konstantin Komarov
1
-0
/
+1
2022-06-06
fs/ntfs3: Refactor ni_try_remove_attr_list function
Konstantin Komarov
2
-15
/
+39
2022-06-06
fs/ntfs3: Fix double free on remount
Konstantin Komarov
1
-4
/
+4
2022-06-06
fs/ntfs3: Refactoring of indx_find function
Konstantin Komarov
1
-16
/
+9
2022-06-01
fs/ntfs3: provide block_invalidate_folio to fix memory leak
Mikulas Patocka
1
-0
/
+1
2022-05-31
fs/ntfs3: Fix invalid free in log_replay
Namjae Jeon
1
-3
/
+3
2022-05-31
Merge tag 'v5.18'
Konstantin Komarov
25894
-776869
/
+2200079
2022-05-22
Linux 5.18
Linus Torvalds
1
-1
/
+1
2022-05-22
afs: Fix afs_getattr() to refetch file status if callback break occurred
David Howells
1
-1
/
+13
2022-05-22
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-2
/
+23
2022-05-22
Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git://git.kernel.org/pub...
Linus Torvalds
13
-16
/
+103
2022-05-22
Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-13
/
+9
2022-05-22
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-32
/
+43
2022-05-21
perf session: Fix Intel LBR callstack entries and nr print message
Chengdong Li
1
-5
/
+21
2022-05-21
perf test bpf: Skip test if clang is not present
Athira Rajeev
1
-4
/
+6
2022-05-21
perf test session topology: Fix test to skip the test in guest environment
Athira Rajeev
1
-0
/
+11
2022-05-21
perf bench numa: Address compiler error on s390
Thomas Richter
1
-1
/
+1
2022-05-21
perf test: Avoid shell test description infinite loop
Ian Rogers
1
-2
/
+6
2022-05-21
perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
Kan Liang
1
-0
/
+12
2022-05-21
perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc
Athira Rajeev
1
-0
/
+10
2022-05-21
drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers
Piyush Malgujar
1
-0
/
+1
[next]