summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton
2017-05-04ceph: make seeky readdir more efficientYan, Zheng
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng
2015-09-08ceph: EIO all operations after forced umountYan, Zheng
2015-06-25ceph: rework dcache readdirYan, Zheng
2015-06-25ceph: track pending caps flushing globallyYan, Zheng
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng
2015-06-25ceph: check OSD caps before read/writeYan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng
2014-12-17ceph: fix file lock interruptionYan, Zheng
2014-10-14ceph: export ceph_session_state_name functionJohn Spray
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng
2014-06-06ceph: include time stamp in every MDS requestSage Weil
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng
2014-01-21ceph: add open export target session helperYan, Zheng
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-12ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman
2013-01-17ceph: Check for created flag in response from mdsSam Lang
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil
2011-07-26ceph: ignore lease maskSage Weil
2011-05-24ceph: fix cap flush race reentrancySage Weil