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
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
ceph: check session state after bumping session->s_seq
Jeff Layton
5
-18
/
+39
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-10-12
ceph: comment cleanups and clarifications
Jeff Layton
3
-2
/
+19
2020-10-12
ceph: break up send_cap_msg
Jeff Layton
1
-32
/
+28
2020-10-12
ceph: drop separate mdsc argument from __send_cap
Jeff Layton
1
-6
/
+5
2020-10-12
ceph: promote to unsigned long long before shifting
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-12
ceph: don't SetPageError on readpage errors
Jeff Layton
1
-1
/
+0
2020-10-12
ceph: mark ceph_fmt_xattr() as printf-like for better type checking
Ilya Dryomov
1
-1
/
+2
2020-10-12
ceph: fold ceph_update_writeable_page into ceph_write_begin
Jeff Layton
1
-83
/
+63
2020-10-12
ceph: fold ceph_sync_writepages into writepage_nounlock
Jeff Layton
1
-58
/
+35
2020-10-12
ceph: fold ceph_sync_readpages into ceph_readpage
Jeff Layton
1
-53
/
+25
2020-10-12
ceph: don't call ceph_update_writeable_page from page_mkwrite
Jeff Layton
1
-6
/
+21
2020-10-12
ceph: break out writeback of incompatible snap context to separate function
Jeff Layton
1
-45
/
+67
2020-10-12
ceph: add a note explaining session reject error string
Ilya Dryomov
1
-0
/
+4
2020-10-12
libceph, rbd, ceph: "blacklist" -> "blocklist"
Ilya Dryomov
5
-26
/
+26
2020-10-12
ceph: have ceph_writepages_start call pagevec_lookup_range_tag
Jeff Layton
1
-3
/
+2
2020-10-12
ceph: use kill_anon_super helper
Jeff Layton
1
-3
/
+1
2020-10-12
ceph: metrics for opened files, pinned caps and opened inodes
Xiubo Li
5
-3
/
+74
2020-10-12
ceph: add ceph_sb_to_mdsc helper support to parse the mdsc
Xiubo Li
8
-30
/
+26
2020-10-12
ceph: drop special-casing for ITER_PIPE in ceph_sync_read
Jeff Layton
1
-47
/
+24
2020-10-12
ceph: add column 'mds' to show caps in more user friendly
Yanhu Cao
1
-3
/
+4
2020-10-12
ceph: remove unnecessary return in switch statement
Luis Henriques
1
-2
/
+0
2020-10-12
ceph: encode inodes' parent/d_name in cap reconnect message
Yan, Zheng
1
-28
/
+61
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2020-08-28
Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
8
-77
/
+75
2020-08-24
ceph: don't allow setlease on cephfs
Jeff Layton
1
-0
/
+1
2020-08-24
ceph: fix inode number handling on arches with 32-bit ino_t
Jeff Layton
8
-77
/
+74
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-08-05
ceph: handle zero-length feature mask in session messages
Jeff Layton
1
-2
/
+4
2020-08-04
ceph: use frag's MDS in either mode
Yanhu Cao
1
-2
/
+1
2020-08-04
ceph: move sb->wb_pagevec_pool to be a global mempool
Jeff Layton
3
-28
/
+19
2020-08-04
ceph: set sec_context xattr on symlink creation
Jeff Layton
1
-0
/
+4
2020-08-03
ceph: remove redundant initialization of variable mds
Colin Ian King
1
-1
/
+1
2020-08-03
ceph: fix use-after-free for fsc->mdsc
Xiubo Li
1
-1
/
+2
2020-08-03
ceph: remove unused variables in ceph_mdsmap_decode()
Jia Yang
1
-6
/
+4
2020-08-03
ceph: delete repeated words in fs/ceph/
Randy Dunlap
2
-2
/
+2
2020-08-03
ceph: send client provided metric flags in client metadata
Xiubo Li
2
-2
/
+71
2020-08-03
ceph: periodically send perf metrics to MDSes
Xiubo Li
6
-1
/
+275
2020-08-03
ceph: check the sesion state and return false in case it is closed
Xiubo Li
1
-0
/
+1
2020-08-03
libceph: replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-08-03
ceph: remove unnecessary cast in kfree()
Xu Wang
1
-6
/
+6
2020-08-03
ceph: do not access the kiocb after aio requests
Xiubo Li
1
-2
/
+3
2020-08-03
ceph: clean up and optimize ceph_check_delayed_caps()
Jeff Layton
1
-6
/
+4
2020-08-03
ceph: fix potential mdsc use-after-free crash
Xiubo Li
1
-1
/
+13
2020-08-03
ceph: switch to WARN_ON_ONCE in encode_supported_features()
Xiubo Li
1
-11
/
+35
2020-08-03
ceph: add global total_caps to count the mdsc's total caps number
Xiubo Li
5
-12
/
+7
2020-08-03
ceph: add check_session_state() helper and make it global
Xiubo Li
2
-20
/
+30
2020-06-01
ceph: skip checking caps when session reconnecting and releasing reqs
Xiubo Li
4
-4
/
+30
2020-06-01
ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock
Xiubo Li
1
-2
/
+2
2020-06-01
ceph: don't return -ESTALE if there's still an open file
Luis Henriques
1
-1
/
+8
[next]