aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng1-5/+6
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng1-3/+4
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-11/+11
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng1-1/+1
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng1-3/+10
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng1-2/+2
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng1-3/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-16/+59
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani1-1/+3
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton1-0/+20
2017-05-04ceph: make seeky readdir more efficientYan, Zheng1-0/+1
2017-05-04ceph: close stopped mds' sessionYan, Zheng1-0/+16
2017-05-04ceph: fix potential use-after-freeYan, Zheng1-2/+8
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng1-5/+5
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova1-9/+9
2017-02-23ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter1-2/+3
2017-02-20ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton1-12/+12
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton1-22/+25
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton1-1/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-5/+5
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton1-2/+5
2017-02-20ceph: pass parent dir ino info to build_dentry_pathJeff Layton1-7/+9
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton1-22/+42
2017-01-18ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2017-01-12ceph: fix mds cluster availability checkYan, Zheng1-0/+5
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng1-5/+14
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-2/+2
2016-10-03ceph: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng1-5/+22
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov1-0/+1
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-169/+189
2016-07-28ceph: optimize cap flush waitingYan, Zheng1-0/+8
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng1-71/+6
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-21/+20
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng1-1/+16
2016-07-28ceph: update cap reconnect message to version 3Yan, Zheng1-21/+47
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng1-2/+85
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton1-41/+0
2016-07-28ceph: don't use ->d_timeMiklos Szeredi1-2/+2
2016-07-28ceph: rados pool namespace supportYan, Zheng1-12/+7
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-26ceph: fix wake_up_session_cb()Yan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng1-0/+1
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng1-0/+2
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng1-2/+5
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng1-23/+19