aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng1-0/+12
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann1-1/+1
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques1-0/+2
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+2
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng1-0/+3
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton1-2/+5
2017-05-04ceph: make seeky readdir more efficientYan, Zheng1-1/+2
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova1-2/+3
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton1-1/+2
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton1-4/+8
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng1-0/+1
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng1-1/+0
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-1/+1
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng1-2/+5
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton1-4/+0
2016-07-28ceph: rados pool namespace supportYan, Zheng1-0/+3
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng1-1/+3
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng1-0/+1
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng1-1/+1
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng1-4/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-0/+1
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng1-0/+3
2015-09-08ceph: EIO all operations after forced umountYan, Zheng1-0/+1
2015-06-25ceph: rework dcache readdirYan, Zheng1-0/+3
2015-06-25ceph: track pending caps flushing globallyYan, Zheng1-1/+1
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng1-0/+1
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov1-1/+1
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng1-0/+2
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng1-3/+0
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng1-0/+1
2015-06-25ceph: check OSD caps before read/writeYan, Zheng1-0/+9
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng1-0/+1
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng1-0/+1
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng1-0/+1
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng1-0/+3
2014-12-17ceph: fix file lock interruptionYan, Zheng1-0/+6
2014-10-14ceph: export ceph_session_state_name functionJohn Spray1-0/+2
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng1-3/+1
2014-06-06ceph: include time stamp in every MDS requestSage Weil1-0/+1
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng1-1/+3
2014-01-21ceph: add open export target session helperYan, Zheng1-0/+2
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng1-0/+1
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+6
2013-02-12ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman1-2/+2
2013-01-17ceph: Check for created flag in response from mdsSam Lang1-0/+6
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder1-3/+2