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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-06
fuse: Support RENAME_WHITEOUT flag
Vivek Goyal
1
-1
/
+1
2020-02-06
fuse: don't overflow LLONG_MAX with end offset
Miklos Szeredi
1
-0
/
+12
2020-02-06
fix up iter on short count in fuse_direct_io()
Miklos Szeredi
1
-1
/
+4
2020-02-06
cifs: add SMB3 change notification support
Steve French
5
-0
/
+87
2020-02-06
cifs: make multichannel warning more visible
Aurelien Aptel
1
-1
/
+1
2020-02-06
cifs: fix soft mounts hanging in the reconnect code
Ronnie Sahlberg
1
-1
/
+1
2020-02-06
Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
14
-175
/
+436
2020-02-06
Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
27
-365
/
+278
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2
-0
/
+90
2020-02-06
Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-52
/
+237
2020-02-06
cifs: Add tracepoints for errors on flush or fsync
Steve French
2
-2
/
+32
2020-02-06
cifs: log warning message (once) if out of disk space
Steve French
1
-0
/
+3
2020-02-05
cifs: fail i/o on soft mounts if sessionsetup errors out
Ronnie Sahlberg
1
-2
/
+8
2020-02-05
smb3: fix problem with null cifs super block with previous patch
Steve French
2
-2
/
+2
2020-02-05
Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-1
/
+0
2020-02-05
Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-210
/
+95
2020-02-05
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-106
/
+61
2020-02-05
io_uring: cleanup fixed file data table references
Jens Axboe
1
-13
/
+19
2020-02-05
io_uring: spin for sq thread to idle on shutdown
Jens Axboe
1
-1
/
+12
2020-02-04
help_next should increase position index
Vasily Averin
1
-0
/
+1
2020-02-04
NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals
Robert Milkowski
4
-14
/
+11
2020-02-04
NFSv4: try lease recovery on NFS4ERR_EXPIRED
Robert Milkowski
1
-0
/
+5
2020-02-04
NFS: Fix memory leaks
Wenwen Wang
1
-2
/
+2
2020-02-04
nfs: optimise readdir cache page invalidation
Dai Ngo
1
-2
/
+7
2020-02-04
Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
12
-228
/
+505
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
4
-4
/
+4
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
17
-144
/
+143
2020-02-04
proc: decouple proc from VFS with "struct proc_ops"
Alexey Dobriyan
6
-76
/
+79
2020-02-04
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
1
-2
/
+2
2020-02-04
fs/proc/page.c: allow inspection of last section and fix end detection
David Hildenbrand
1
-3
/
+27
2020-02-04
ocfs2: fix oops when writing cloned file
Gang He
1
-8
/
+6
2020-02-04
saner copy_mount_options()
Al Viro
1
-42
/
+7
2020-02-04
aio: prevent potential eventfd recursion on poll
Jens Axboe
1
-2
/
+18
2020-02-04
io_uring: put the flag changing code in the same spot
Pavel Begunkov
1
-5
/
+4
2020-02-04
io_uring: iterate req cache backwards
Pavel Begunkov
1
-8
/
+4
2020-02-04
io_uring: punt even fadvise() WILLNEED to async context
Jens Axboe
1
-3
/
+10
2020-02-04
io_uring: fix sporadic double CQE entry for close
Jens Axboe
1
-5
/
+8
2020-02-04
io_uring: remove extra ->file check
Pavel Begunkov
1
-3
/
+0
2020-02-04
io_uring: don't map read/write iovec potentially twice
Jens Axboe
1
-3
/
+5
2020-02-04
io_uring: use the proper helpers for io_send/recv
Jens Axboe
1
-2
/
+4
2020-02-04
io_uring: prevent potential eventfd recursion on poll
Jens Axboe
1
-7
/
+30
2020-02-04
eventfd: track eventfd_signal() recursion depth
Jens Axboe
1
-0
/
+15
2020-02-04
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
14
-118
/
+68
2020-02-04
NFS: Switch readdir to using iterate_shared()
Trond Myklebust
1
-1
/
+1
2020-02-04
NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()
Trond Myklebust
1
-1
/
+1
2020-02-04
NFS: Directory page cache pages need to be locked when read
Trond Myklebust
1
-11
/
+19
2020-02-04
NFS: Fix memory leaks and corruption in readdir
Trond Myklebust
1
-2
/
+15
2020-02-04
NFS: Replace various occurrences of kstrndup() with kmemdup_nul()
Trond Myklebust
2
-2
/
+2
2020-02-04
NFSv4: Limit the total number of cached delegations
Trond Myklebust
1
-1
/
+7
2020-02-04
NFSv4: Add accounting for the number of active delegations held
Trond Myklebust
1
-12
/
+24
[prev]
[next]