summaryrefslogtreecommitdiff
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-288-77/+75
|\
| * ceph: don't allow setlease on cephfsJeff Layton2020-08-241-0/+1
| * ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-248-77/+74
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* ceph: handle zero-length feature mask in session messagesJeff Layton2020-08-051-2/+4
* ceph: use frag's MDS in either modeYanhu Cao2020-08-041-2/+1
* ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-043-28/+19
* ceph: set sec_context xattr on symlink creationJeff Layton2020-08-041-0/+4
* ceph: remove redundant initialization of variable mdsColin Ian King2020-08-031-1/+1
* ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-031-1/+2
* ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang2020-08-031-6/+4
* ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-032-2/+2
* ceph: send client provided metric flags in client metadataXiubo Li2020-08-032-2/+71
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-036-1/+275
* ceph: check the sesion state and return false in case it is closedXiubo Li2020-08-031-0/+1
* libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
* ceph: remove unnecessary cast in kfree()Xu Wang2020-08-031-6/+6
* ceph: do not access the kiocb after aio requestsXiubo Li2020-08-031-2/+3
* ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton2020-08-031-6/+4
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-08-031-1/+13
* ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li2020-08-031-11/+35
* ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-035-12/+7
* ceph: add check_session_state() helper and make it globalXiubo Li2020-08-032-20/+30
* ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-014-4/+30
* ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li2020-06-011-2/+2
* ceph: don't return -ESTALE if there's still an open fileLuis Henriques2020-06-011-1/+8
* ceph: allow rename operation under different quota realmsLuis Henriques2020-06-013-6/+64
* ceph: normalize 'delta' parameter usage in check_quota_exceededLuis Henriques2020-06-011-3/+1
* ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-014-3/+12
* ceph: request expedited service on session's last cap flushJeff Layton2020-06-011-2/+6
* ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-014-19/+85
* ceph: reset i_requested_max_size if file write is not wantedYan, Zheng2020-06-011-10/+19
* ceph: throw a warning if we destroy session with mutex still lockedJeff Layton2020-06-011-0/+1
* ceph: fix potential race in ceph_check_capsJeff Layton2020-06-011-1/+13
* ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton2020-06-011-1/+3
* ceph: don't take i_ceph_lock in handle_cap_importJeff Layton2020-06-011-3/+2
* ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton2020-06-011-8/+10
* ceph: add comments for handle_cap_flush_ack logicJeff Layton2020-06-011-1/+13
* ceph: split up __finish_cap_flushJeff Layton2020-06-011-31/+29
* ceph: reorganize __send_cap for less spinlock abuseJeff Layton2020-06-011-79/+86
* ceph: add metadata perf metric supportXiubo Li2020-06-015-0/+53
* ceph: add read/write latency metric supportXiubo Li2020-06-015-1/+186
* ceph: add caps perf metric for each superblockXiubo Li2020-06-019-14/+83
* ceph: add dentry lease metric supportXiubo Li2020-06-018-7/+113
* ceph: flush release queue when handling caps for unknown inodeJeff Layton2020-05-271-1/+1
* Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-101-1/+1
|\
| * bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-091-1/+1
* | ceph: demote quotarealm lookup warning to a debug messageLuis Henriques2020-05-081-2/+2
* | ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-041-0/+1
* | ceph: fix special error code in ceph_try_get_caps()Wu Bo2020-05-041-1/+1