aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 8-77/+75
2020-08-24ceph: don't allow setlease on cephfsGravatar Jeff Layton 1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 8-77/+74
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-08-05ceph: handle zero-length feature mask in session messagesGravatar Jeff Layton 1-2/+4
2020-08-04ceph: use frag's MDS in either modeGravatar Yanhu Cao 1-2/+1
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolGravatar Jeff Layton 3-28/+19
2020-08-04ceph: set sec_context xattr on symlink creationGravatar Jeff Layton 1-0/+4
2020-08-03ceph: remove redundant initialization of variable mdsGravatar Colin Ian King 1-1/+1
2020-08-03ceph: fix use-after-free for fsc->mdscGravatar Xiubo Li 1-1/+2
2020-08-03ceph: remove unused variables in ceph_mdsmap_decode()Gravatar Jia Yang 1-6/+4
2020-08-03ceph: delete repeated words in fs/ceph/Gravatar Randy Dunlap 2-2/+2
2020-08-03ceph: send client provided metric flags in client metadataGravatar Xiubo Li 2-2/+71
2020-08-03ceph: periodically send perf metrics to MDSesGravatar Xiubo Li 6-1/+275
2020-08-03ceph: check the sesion state and return false in case it is closedGravatar Xiubo Li 1-0/+1
2020-08-03libceph: replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-08-03ceph: remove unnecessary cast in kfree()Gravatar Xu Wang 1-6/+6
2020-08-03ceph: do not access the kiocb after aio requestsGravatar Xiubo Li 1-2/+3
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Gravatar Jeff Layton 1-6/+4
2020-08-03ceph: fix potential mdsc use-after-free crashGravatar Xiubo Li 1-1/+13
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Gravatar Xiubo Li 1-11/+35
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberGravatar Xiubo Li 5-12/+7
2020-08-03ceph: add check_session_state() helper and make it globalGravatar Xiubo Li 2-20/+30
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsGravatar Xiubo Li 4-4/+30
2020-06-01ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockGravatar Xiubo Li 1-2/+2
2020-06-01ceph: don't return -ESTALE if there's still an open fileGravatar Luis Henriques 1-1/+8
2020-06-01ceph: allow rename operation under different quota realmsGravatar Luis Henriques 3-6/+64
2020-06-01ceph: normalize 'delta' parameter usage in check_quota_exceededGravatar Luis Henriques 1-3/+1
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexGravatar Jeff Layton 4-3/+12
2020-06-01ceph: request expedited service on session's last cap flushGravatar Jeff Layton 1-2/+6
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listGravatar Jeff Layton 4-19/+85
2020-06-01ceph: reset i_requested_max_size if file write is not wantedGravatar Yan, Zheng 1-10/+19
2020-06-01ceph: throw a warning if we destroy session with mutex still lockedGravatar Jeff Layton 1-0/+1
2020-06-01ceph: fix potential race in ceph_check_capsGravatar Jeff Layton 1-1/+13
2020-06-01ceph: document what protects i_dirty_item and i_flushing_itemGravatar Jeff Layton 1-1/+3
2020-06-01ceph: don't take i_ceph_lock in handle_cap_importGravatar Jeff Layton 1-3/+2
2020-06-01ceph: don't release i_ceph_lock in handle_cap_truncGravatar Jeff Layton 1-8/+10
2020-06-01ceph: add comments for handle_cap_flush_ack logicGravatar Jeff Layton 1-1/+13
2020-06-01ceph: split up __finish_cap_flushGravatar Jeff Layton 1-31/+29
2020-06-01ceph: reorganize __send_cap for less spinlock abuseGravatar Jeff Layton 1-79/+86
2020-06-01ceph: add metadata perf metric supportGravatar Xiubo Li 5-0/+53
2020-06-01ceph: add read/write latency metric supportGravatar Xiubo Li 5-1/+186
2020-06-01ceph: add caps perf metric for each superblockGravatar Xiubo Li 9-14/+83
2020-06-01ceph: add dentry lease metric supportGravatar Xiubo Li 8-7/+113
2020-05-27ceph: flush release queue when handling caps for unknown inodeGravatar Jeff Layton 1-1/+1
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-05-09bdi: use bdi_dev_name() to get device nameGravatar Yufen Yu 1-1/+1
2020-05-08ceph: demote quotarealm lookup warning to a debug messageGravatar Luis Henriques 1-2/+2
2020-05-04ceph: fix double unlock in handle_cap_export()Gravatar Wu Bo 1-0/+1
2020-05-04ceph: fix special error code in ceph_try_get_caps()Gravatar Wu Bo 1-1/+1