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-03-25
NFS: Don't specify NFS version in "UDP not supported" error
Petr Vorel
1
-2
/
+2
2020-03-25
nfsroot: set tcp as the default transport protocol
Liwei Song
1
-1
/
+1
2020-03-22
NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails
Misono Tomohiro
1
-0
/
+2
2020-03-18
nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()
Trond Myklebust
2
-5
/
+2
2020-03-16
nfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-03-16
NFSv4.2: error out when relink swapfile
Murphy Zhou
1
-0
/
+3
2020-03-16
NFS:remove redundant call to nfs_do_access
Zhouyi Zhou
1
-8
/
+1
2020-03-16
NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts
Trond Myklebust
7
-18
/
+186
2020-03-16
NFSv4: Clean up nfs_delegation_reap_expired()
Trond Myklebust
1
-43
/
+40
2020-03-16
NFSv4: Clean up nfs_delegation_reap_unclaimed()
Trond Myklebust
1
-39
/
+37
2020-03-16
NFSv4: Clean up nfs_client_return_marked_delegations()
Trond Myklebust
1
-69
/
+60
2020-03-16
NFS: Add a helper nfs_client_for_each_server()
Trond Myklebust
2
-1
/
+38
2020-03-16
NFSv4/pnfs: Clean up nfs_layout_find_inode()
Trond Myklebust
1
-31
/
+21
2020-03-16
NFSv4: Ensure layout headers are RCU safe
Trond Myklebust
5
-11
/
+13
2020-03-16
NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()
Trond Myklebust
1
-0
/
+2
2020-03-16
pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the server
Trond Myklebust
1
-9
/
+11
2020-03-16
NFS: Limit the size of the access cache by default
Trond Myklebust
1
-1
/
+1
2020-03-16
NFS: Avoid referencing the cred twice in async rename/unlink
Trond Myklebust
1
-2
/
+2
2020-03-16
NFSv4: Avoid unnecessary credential references in layoutget
Trond Myklebust
2
-3
/
+2
2020-03-16
NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/O
Trond Myklebust
1
-5
/
+5
2020-03-16
NFS: Assume cred is pinned by open context in I/O requests
Trond Myklebust
2
-2
/
+2
2020-03-16
NFS: alloc_nfs_open_context() must use the file cred when available
Trond Myklebust
1
-5
/
+5
2020-03-16
NFS: Ensure we time out if a delegreturn does not complete
Trond Myklebust
1
-1
/
+2
2020-03-16
NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout cred
Trond Myklebust
3
-5
/
+18
2020-03-16
NFSv4: nfs_update_inplace_delegation() should update delegation cred
Trond Myklebust
1
-1
/
+19
2020-03-16
NFS: Use the 64-bit server readdir cookies when possible
Trond Myklebust
1
-17
/
+44
2020-03-15
Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2020-03-14
Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
5
-2
/
+13
2020-03-14
Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+5
2020-03-14
Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-4
/
+23
2020-03-13
Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+13
2020-03-13
afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t
Jann Horn
2
-2
/
+2
2020-03-13
ovl: fix lockdep warning for async write
Miklos Szeredi
1
-0
/
+6
2020-03-13
ovl: fix some xino configurations
Amir Goldstein
2
-1
/
+9
2020-03-13
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-5
/
+1
2020-03-13
cifs_atomic_open(): fix double-put on late allocation failure
Al Viro
2
-4
/
+0
2020-03-13
gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache
Al Viro
1
-1
/
+1
2020-03-12
ovl: fix lock in ovl_llseek()
Amir Goldstein
2
-3
/
+8
2020-03-11
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-0
/
+9
2020-03-09
io_uring: ensure RCU callback ordering with rcu_barrier()
Jens Axboe
1
-16
/
+13
2020-03-08
Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+4
2020-03-08
fscrypt: don't evict dirty inodes after removing key
Eric Biggers
1
-0
/
+9
2020-03-07
Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-47
/
+38
2020-03-07
io_uring: fix lockup with timeouts
Pavel Begunkov
1
-0
/
+1
2020-03-06
Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2020-03-06
Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-16
/
+4
2020-03-06
io_uring: free fixed_file_data after RCU grace period
Jens Axboe
1
-2
/
+22
2020-03-06
locks: fix a potential use-after-free problem when wakeup a waiter
yangerkun
1
-14
/
+0
2020-03-06
fat: fix uninit-memory access for partial initialized inode
OGAWA Hirofumi
1
-12
/
+7
2020-03-06
futex: Fix inode life-time issue
Peter Zijlstra
1
-0
/
+1
[next]