index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-07
btrfs: remove orig from shrink_delalloc
Josef Bacik
1
-2
/
+2
2020-10-07
btrfs: change nr to u64 in btrfs_start_delalloc_roots
Josef Bacik
5
-20
/
+14
2020-10-07
btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid
Nikolay Borisov
3
-7
/
+9
2020-10-07
btrfs: remove spurious BUG_ON in btrfs_get_extent
Nikolay Borisov
1
-1
/
+0
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
7
-8
/
+8
2020-10-07
btrfs: tracepoints: output proper root owner for trace_find_free_extent()
Qu Wenruo
1
-3
/
+4
2020-10-07
exfat: fix use of uninitialized spinlock on error path
Namjae Jeon
4
-15
/
+6
2020-10-07
exfat: fix pointer error checking
Tetsuhiro Kohada
1
-7
/
+6
2020-10-06
splice: teach splice pipe reading about empty pipe buffers
Linus Torvalds
1
-0
/
+20
2020-10-06
NFS: fix nfs_path in case of a rename retry
Ashish Sangwan
1
-4
/
+8
2020-10-06
ovl: use generic vfs_ioc_setflags_prepare() helper
Amir Goldstein
1
-32
/
+30
2020-10-06
ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
Amir Goldstein
3
-12
/
+51
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
14
-123
/
+211
2020-10-05
block: add a bdget_part helper
Christoph Hellwig
1
-3
/
+6
2020-10-05
fs/kernel_file_read: Add "offset" arg for partial reads
Kees Cook
1
-24
/
+54
2020-10-05
LSM: Add "contents" flag to kernel_read_file hook
Kees Cook
1
-1
/
+1
2020-10-05
fs/kernel_read_file: Add file_size output argument
Kees Cook
1
-6
/
+13
2020-10-05
fs/kernel_read_file: Switch buffer size arg to size_t
Kees Cook
1
-9
/
+25
2020-10-05
fs/kernel_read_file: Remove redundant size argument
Kees Cook
1
-11
/
+9
2020-10-05
fs/kernel_read_file: Split into separate source file
Kees Cook
3
-133
/
+140
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
1
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
1
-3
/
+4
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
1
-44
/
+13
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
1
-14
/
+0
2020-10-03
fs: remove various compat readv/writev helpers
Christoph Hellwig
1
-149
/
+30
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
4
-21
/
+15
2020-10-03
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-10-03
Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+18
2020-10-02
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-41
/
+31
2020-10-02
Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+52
2020-10-02
NFSD: Map nfserr_wrongsec outside of nfsd_dispatch
Chuck Lever
2
-3
/
+1
2020-10-02
NFSD: Remove the RETURN_STATUS() macro
Chuck Lever
2
-138
/
+130
2020-10-02
NFSD: Call NFSv2 encoders on error returns
Chuck Lever
5
-122
/
+171
2020-10-02
NFSD: Fix .pc_release method for NFSv2
Chuck Lever
3
-11
/
+26
2020-10-02
NFSD: Remove vestigial typedefs
Chuck Lever
1
-3
/
+0
2020-10-02
NFSD: Refactor nfsd_dispatch() error paths
Chuck Lever
1
-25
/
+35
2020-10-02
NFSD: Clean up nfsd_dispatch() variables
Chuck Lever
1
-8
/
+7
2020-10-02
NFSD: Clean up stale comments in nfsd_dispatch()
Chuck Lever
1
-10
/
+16
2020-10-02
NFSD: Clean up switch statement in nfsd_dispatch()
Chuck Lever
1
-4
/
+4
2020-10-02
NFSD: Encoder and decoder functions are always present
Chuck Lever
9
-3
/
+25
2020-10-02
NFSACL: Replace PROC() macro with open code
Chuck Lever
2
-43
/
+78
2020-10-02
lockd: Replace PROC() macro with open code
Chuck Lever
2
-100
/
+398
2020-10-02
NFSD: Add missing NFSv2 .pc_func methods
Chuck Lever
1
-0
/
+16
2020-10-02
fs: nfs: return per memcg count for xattr shrinkers
Yang Shi
1
-2
/
+2
2020-10-02
NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE
Benjamin Coddington
3
-34
/
+56
2020-10-02
nfs: remove incorrect fallthrough label
Nick Desaulniers
1
-1
/
+1
2020-10-02
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Joe Perches
1
-0
/
+55
2020-10-02
pipe: remove pipe_wait() and fix wakeup race with splice
Linus Torvalds
2
-25
/
+45
2020-10-01
fs: dlm: fix race in nodeid2con
Alexander Aring
1
-1
/
+15
2020-10-01
pipe: Fix memory leaks in create_pipe_files()
Qian Cai
1
-6
/
+5
[prev]
[next]