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-12-15
libceph, ceph: get and handle cluster maps with addrvecs
Ilya Dryomov
2
-11
/
+12
2020-12-15
libceph, ceph: incorporate nautilus cephx changes
Ilya Dryomov
1
-1
/
+4
2020-12-15
ceph: implement updated ceph_mds_request_head structure
Jeff Layton
1
-13
/
+62
2020-12-15
ceph: clean up argument lists to __prepare_send_request and __send_request
Jeff Layton
1
-9
/
+9
2020-12-15
ceph: take a cred reference instead of tracking individual uid/gid
Jeff Layton
2
-6
/
+7
2020-12-15
ceph: don't reach into request header for readdir info
Jeff Layton
1
-3
/
+2
2020-12-15
ceph: set osdmap epoch for setxattr
Xiubo Li
2
-1
/
+4
2020-12-15
ceph: remove redundant assignment to variable i
Colin Ian King
1
-1
/
+1
2020-12-15
ceph: add ceph.caps vxattr
Luis Henriques
1
-0
/
+27
2020-12-15
ceph: when filling trace, call ceph_get_inode outside of mutexes
Jeff Layton
2
-9
/
+21
2020-12-15
Revert "ceph: allow rename operation under different quota realms"
Luis Henriques
3
-64
/
+6
2020-12-15
ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
Jeff Layton
1
-0
/
+2
2020-12-15
ceph: downgrade warning from mdsmap decode to debug
Luis Henriques
1
-2
/
+2
2020-12-15
ceph: fix race in concurrent __ceph_remove_cap invocations
Luis Henriques
1
-2
/
+9
2020-12-15
ceph: pass down the flags to grab_cache_page_write_begin
Jeff Layton
1
-1
/
+1
2020-12-15
ceph: add ceph.{cluster_fsid/client_id} vxattrs
Xiubo Li
1
-0
/
+42
2020-12-15
ceph: add status debugfs file
Xiubo Li
2
-0
/
+21
2020-12-15
ceph: ensure we have Fs caps when fetching dir link count
Jeff Layton
1
-5
/
+14
2020-12-15
ceph: send dentry lease metrics to MDS daemon
Xiubo Li
2
-3
/
+29
2020-12-15
ceph: acquire Fs caps when getting dir stats
Jeff Layton
1
-3
/
+6
2020-12-15
ceph: fix up some warnings on W=1 builds
Jeff Layton
3
-30
/
+14
2020-12-15
ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is set
Jeff Layton
1
-4
/
+14
2020-12-15
ceph: remove timeout on allowing reconnect after blocklisting
Jeff Layton
2
-6
/
+0
2020-12-15
ceph: add new RECOVER mount_state when recovering session
Jeff Layton
5
-10
/
+16
2020-12-15
ceph: make fsc->mount_state an int
Jeff Layton
1
-1
/
+1
2020-12-15
ceph: don't WARN when removing caps due to blocklisting
Jeff Layton
1
-1
/
+2
2020-12-12
Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+11
2020-12-12
Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+8
2020-12-12
proc: use untagged_addr() for pagemap_read addresses
Miles Chen
1
-2
/
+6
2020-12-11
Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
7
-26
/
+72
2020-12-11
NFS: Disable READ_PLUS by default
Anna Schumaker
2
-1
/
+10
2020-12-11
NFSv4.2: Fix 5 seconds delay when doing inter server copy
Dai Ngo
1
-1
/
+1
2020-12-11
NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation
Chuck Lever
2
-9
/
+13
2020-12-10
zonefs: fix page reference and BIO leak
Damien Le Moal
1
-6
/
+8
2020-12-09
afs: Fix memory leak when mounting with multiple source parameters
David Howells
1
-0
/
+3
2020-12-08
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-30
/
+27
2020-12-08
io_uring: fix file leak on error path of io ctx creation
Hillf Danton
1
-7
/
+10
2020-12-07
io_uring: fix mis-seting personality's creds
Pavel Begunkov
1
-1
/
+1
2020-12-06
coredump: fix core_pattern parse error
Menglong Dong
1
-1
/
+2
2020-12-06
Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-12-05
Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-38
/
+42
2020-12-04
cifs: refactor create_sd_buf() and and avoid corrupting the buffer
Ronnie Sahlberg
2
-35
/
+38
2020-12-04
cifs: add NULL check for ses->tcon_ipc
Aurelien Aptel
1
-1
/
+2
2020-12-04
smb3: set COMPOUND_FID to FileID field of subsequent compound request
Namjae Jeon
1
-2
/
+2
2020-12-03
Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linux
Linus Torvalds
1
-0
/
+12
2020-12-03
Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-12
/
+42
2020-12-01
fs: 9p: add generic splice_write file operation
Dominique Martinet
1
-0
/
+6
2020-12-01
fs: 9p: add generic splice_read file operations
Toke Høiland-Jørgensen
1
-0
/
+6
2020-12-01
gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_func
Andreas Gruenbacher
1
-10
/
+11
2020-12-01
cifs: fix potential use-after-free in cifs_echo_request()
Paulo Alcantara
1
-0
/
+2
[next]