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
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-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
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
2020-02-04
NFSv4: Try to return the delegation immediately when marked for return on close
Trond Myklebust
3
-0
/
+35
2020-02-04
NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned
Trond Myklebust
1
-1
/
+3
2020-02-04
NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING
Trond Myklebust
1
-0
/
+1
2020-02-04
NFS: nfs_find_open_context() should use cred_fscmp()
Trond Myklebust
1
-1
/
+1
2020-02-04
NFS: nfs_access_get_cached_rcu() should use cred_fscmp()
Trond Myklebust
1
-1
/
+1
2020-02-04
NFSv4: pnfs_roc() must use cred_fscmp() to compare creds
Trond Myklebust
1
-1
/
+1
2020-02-03
Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
13
-83
/
+193
2020-02-03
NFS: remove unused macros
Alex Shi
1
-2
/
+0
2020-02-03
fibmap: Reject negative block numbers
Carlos Maiolino
1
-0
/
+3
2020-02-03
fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
Carlos Maiolino
1
-10
/
+20
2020-02-03
ecryptfs: drop direct calls to ->bmap
Carlos Maiolino
1
-10
/
+6
2020-02-03
cachefiles: drop direct usage of ->bmap method.
Carlos Maiolino
1
-13
/
+14
2020-02-03
fs: Enable bmap() function to properly return errors
Carlos Maiolino
3
-25
/
+45
2020-02-03
ovl: fix lseek overflow on 32bit
Miklos Szeredi
1
-1
/
+1
2020-02-02
btrfs: do not zero f_bavail if we have available space
Josef Bacik
1
-1
/
+9
2020-02-01
Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/c...
Linus Torvalds
2
-2
/
+2
2020-02-01
vfs: fix do_last() regression
Al Viro
1
-2
/
+2
2020-02-01
cifs: update internal module version number
Steve French
1
-1
/
+1
2020-02-01
Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
12
-70
/
+73
[prev]
[next]