aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21ceph: hold extra reference to r_parent over life of requestJeff Layton1-2/+6
2019-12-09ceph: trigger the reclaim work once there has enough pending capsXiubo Li1-1/+1
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton1-0/+1
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton1-2/+3
2019-11-25ceph: don't leave ino field in ceph_mds_request_head uninitializedJeff Layton1-0/+1
2019-11-25ceph: tone down loglevel on ceph_mdsc_build_path warningJeff Layton1-7/+11
2019-10-15ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton1-10/+11
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton1-9/+8
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-2/+32
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng1-3/+12
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-13/+27
2019-07-08ceph: add change_attr field to ceph_inode_infoJeff Layton1-2/+2
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton1-8/+13
2019-07-08ceph: remove request from waiting list before unregisterYan, Zheng1-0/+2
2019-07-08ceph: don't blindly unregister session that is in opening stateYan, Zheng1-33/+26
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng1-11/+13
2019-07-08ceph: use READ_ONCE to access d_parent in RCU critical sectionYan, Zheng1-2/+2
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp1-0/+10
2019-06-27ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton1-1/+2
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng1-10/+18
2019-05-07ceph: fix unaligned access in ceph_send_cap_releasesJeff Layton1-1/+2
2019-05-07ceph: just call get_session in __ceph_lookup_mds_sessionJeff Layton1-7/+1
2019-05-07ceph: move wait for mds request into helper functionJeff Layton1-15/+21
2019-05-07ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton1-21/+19
2019-05-07ceph: after an MDS request, do callback and completionsJeff Layton1-2/+1
2019-05-07ceph: use pathlen values returned by set_request_path_attrJeff Layton1-2/+2
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton1-37/+28
2019-05-07ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton1-39/+3
2019-05-07ceph: fix potential use-after-free in ceph_mdsc_build_pathJeff Layton1-3/+5
2019-05-07ceph: make iterate_session_caps a public symbolJeff Layton1-8/+8
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques1-0/+4
2019-04-23ceph: fix ci->i_head_snapc leakYan, Zheng1-0/+9
2019-04-23ceph: only use d_name directly when parent is lockedJeff Layton1-11/+50
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-8/+26
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-6/+34
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng1-1/+1
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-9/+52
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-0/+9
2019-03-05ceph: support versioned replyYan, Zheng1-49/+165
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng1-0/+8
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng1-59/+231
2019-03-05ceph: decode feature bits in session messageYan, Zheng1-4/+42
2018-12-26ceph: don't encode inode pathes into reconnect messageYan, Zheng1-45/+49
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng1-9/+26
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov1-9/+3
2018-10-22libceph: preallocate message data itemsIlya Dryomov1-2/+2
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov1-1/+1
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-2/+1
2018-08-13ceph: don't drop message if it contains more data than expectedYan, Zheng1-3/+3