summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: print r_direct_hash in hex in __choose_mds() doutXiubo Li2020-01-271-15/+13
| * ceph: allocate the correct amount of extra bytes for the session featuresXiubo Li2020-01-271-6/+14
| * ceph: rename get_session and switch to use ceph_get_mds_sessionXiubo Li2020-01-271-8/+8
| * ceph: add possible_max_rank and make the code more readableXiubo Li2020-01-271-5/+5
| * ceph: retry the same mds later after the new session is openedXiubo Li2020-01-271-4/+16
| * ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2020-01-271-2/+1
| * ceph: keep the session state until it is releasedXiubo Li2020-01-271-1/+2
| * ceph: add __send_request helperXiubo Li2020-01-271-22/+25
| * ceph: fix possible long time wait during umountXiubo Li2020-01-271-3/+4
| * ceph: only choose one MDS who is in up:active state without laggyXiubo Li2020-01-271-4/+9
| * ceph: delete redundant douts in con_get/put()Chengguang Xu2020-01-271-5/+1
* | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-3/+1
|\ \ | |/ |/|
| * fs: ceph: Delete timespec64_trunc() usageDeepa Dinamani2019-12-081-3/+1
* | ceph: hold extra reference to r_parent over life of requestJeff Layton2020-01-211-2/+6
* | ceph: trigger the reclaim work once there has enough pending capsXiubo Li2019-12-091-1/+1
* | ceph: show tasks waiting on caps in debugfs caps fileJeff Layton2019-12-091-0/+1
* | ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton2019-12-091-2/+3
|/
* ceph: don't leave ino field in ceph_mds_request_head uninitializedJeff Layton2019-11-251-0/+1
* ceph: tone down loglevel on ceph_mdsc_build_path warningJeff Layton2019-11-251-7/+11
* ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton2019-10-151-10/+11
* ceph: reconnect connection if session hang in opening stateErqi Chen2019-09-161-1/+3
* ceph: eliminate session->s_trim_capsJeff Layton2019-09-161-9/+8
* ceph: auto reconnect after blacklistedYan, Zheng2019-09-161-2/+32
* ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng2019-09-161-3/+12
* ceph: track and report error of async metadata operationYan, Zheng2019-09-161-13/+27
* ceph: add change_attr field to ceph_inode_infoJeff Layton2019-07-081-2/+2
* ceph: add btime field to ceph_inode_infoJeff Layton2019-07-081-8/+13
* ceph: remove request from waiting list before unregisterYan, Zheng2019-07-081-0/+2
* ceph: don't blindly unregister session that is in opening stateYan, Zheng2019-07-081-33/+26
* ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng2019-07-081-11/+13
* ceph: use READ_ONCE to access d_parent in RCU critical sectionYan, Zheng2019-07-081-2/+2
* ceph: carry snapshot creation time with inodesDavid Disseldorp2019-07-081-0/+10
* ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton2019-06-271-1/+2
* ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-051-10/+18
* ceph: fix unaligned access in ceph_send_cap_releasesJeff Layton2019-05-071-1/+2
* ceph: just call get_session in __ceph_lookup_mds_sessionJeff Layton2019-05-071-7/+1
* ceph: move wait for mds request into helper functionJeff Layton2019-05-071-15/+21
* ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton2019-05-071-21/+19
* ceph: after an MDS request, do callback and completionsJeff Layton2019-05-071-2/+1
* ceph: use pathlen values returned by set_request_path_attrJeff Layton2019-05-071-2/+2
* ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton2019-05-071-37/+28
* ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton2019-05-071-39/+3
* ceph: fix potential use-after-free in ceph_mdsc_build_pathJeff Layton2019-05-071-3/+5
* ceph: make iterate_session_caps a public symbolJeff Layton2019-05-071-8/+8
* ceph: quota: fix quota subdir mountsLuis Henriques2019-05-071-0/+4
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-04-231-0/+9
* ceph: only use d_name directly when parent is lockedJeff Layton2019-04-231-11/+50
* ceph: add mount option to limit caps countYan, Zheng2019-03-051-8/+26
* ceph: periodically trim stale dentriesYan, Zheng2019-03-051-6/+34
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-051-1/+1