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-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
2020-06-01
ceph: allow rename operation under different quota realms
Luis Henriques
3
-6
/
+64
2020-06-01
ceph: normalize 'delta' parameter usage in check_quota_exceeded
Luis Henriques
1
-3
/
+1
2020-06-01
ceph: ceph_kick_flushing_caps needs the s_mutex
Jeff Layton
4
-3
/
+12
2020-06-01
ceph: request expedited service on session's last cap flush
Jeff Layton
1
-2
/
+6
2020-06-01
ceph: convert mdsc->cap_dirty to a per-session list
Jeff Layton
4
-19
/
+85
2020-06-01
ceph: reset i_requested_max_size if file write is not wanted
Yan, Zheng
1
-10
/
+19
2020-06-01
ceph: throw a warning if we destroy session with mutex still locked
Jeff Layton
1
-0
/
+1
2020-06-01
ceph: fix potential race in ceph_check_caps
Jeff Layton
1
-1
/
+13
2020-06-01
ceph: document what protects i_dirty_item and i_flushing_item
Jeff Layton
1
-1
/
+3
2020-06-01
ceph: don't take i_ceph_lock in handle_cap_import
Jeff Layton
1
-3
/
+2
2020-06-01
ceph: don't release i_ceph_lock in handle_cap_trunc
Jeff Layton
1
-8
/
+10
2020-06-01
ceph: add comments for handle_cap_flush_ack logic
Jeff Layton
1
-1
/
+13
2020-06-01
ceph: split up __finish_cap_flush
Jeff Layton
1
-31
/
+29
2020-06-01
ceph: reorganize __send_cap for less spinlock abuse
Jeff Layton
1
-79
/
+86
2020-06-01
ceph: add metadata perf metric support
Xiubo Li
5
-0
/
+53
2020-06-01
ceph: add read/write latency metric support
Xiubo Li
5
-1
/
+186
2020-06-01
ceph: add caps perf metric for each superblock
Xiubo Li
9
-14
/
+83
2020-06-01
ceph: add dentry lease metric support
Xiubo Li
8
-7
/
+113
2020-05-27
ceph: flush release queue when handling caps for unknown inode
Jeff Layton
1
-1
/
+1
2020-05-10
Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-05-10
bdi: use bdi_dev_name() to get device name
Yufen Yu
1
-1
/
+1
2020-05-08
ceph: demote quotarealm lookup warning to a debug message
Luis Henriques
1
-2
/
+2
2020-05-04
ceph: fix double unlock in handle_cap_export()
Wu Bo
1
-0
/
+1
2020-05-04
ceph: fix special error code in ceph_try_get_caps()
Wu Bo
1
-1
/
+1
[next]