summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: handle epoch barriers in cap messagesJeff Layton2017-05-041-2/+5
* ceph: make seeky readdir more efficientYan, Zheng2017-05-041-1/+2
* ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2017-05-041-2/+3
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-201-1/+2
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-201-4/+8
* ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-031-0/+1
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-281-1/+0
* ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-281-1/+1
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-281-2/+5
* ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-281-4/+0
* ceph: rados pool namespace supportYan, Zheng2016-07-281-0/+3
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-1/+1
* ceph: using hash value to compose dentry offsetYan, Zheng2016-05-261-1/+3
* ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-261-0/+1
* ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng2016-05-261-1/+1
* ceph: define struct for dir entry in readdir replyYan, Zheng2016-05-261-4/+8
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-041-0/+1
* ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-021-0/+3
* ceph: EIO all operations after forced umountYan, Zheng2015-09-081-0/+1
* ceph: rework dcache readdirYan, Zheng2015-06-251-0/+3
* ceph: track pending caps flushing globallyYan, Zheng2015-06-251-1/+1
* ceph: track pending caps flushing accuratelyYan, Zheng2015-06-251-0/+1
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-1/+1
* ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng2015-06-251-0/+2
* ceph: don't pre-allocate space for cap release messagesYan, Zheng2015-06-251-3/+0
* ceph: make sure syncfs flushes all cap snapsYan, Zheng2015-06-251-0/+1
* ceph: check OSD caps before read/writeYan, Zheng2015-06-251-0/+9
* ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng2015-02-191-0/+1
* ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-191-0/+1
* ceph: use getattr request to fetch inline dataYan, Zheng2014-12-171-0/+1
* ceph: parse inline data in MClientReply and MClientCapsYan, Zheng2014-12-171-0/+3
* ceph: fix file lock interruptionYan, Zheng2014-12-171-0/+6
* ceph: export ceph_session_state_name functionJohn Spray2014-10-141-0/+2
* ceph: use pagelist to present MDS request dataYan, Zheng2014-10-141-3/+1
* ceph: include time stamp in every MDS requestSage Weil2014-06-061-0/+1
* ceph: preallocate buffer for readdir replyYan, Zheng2014-04-041-1/+3
* ceph: add open export target session helperYan, Zheng2014-01-211-0/+2
* ceph: handle race between cap reconnect and cap releaseYan, Zheng2013-11-231-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-281-0/+6
|\
| * ceph: Check for created flag in response from mdsSam Lang2013-01-171-0/+6
* | ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2013-02-121-2/+2
|/
* ceph: define ceph_auth_handshake typeAlex Elder2012-05-171-3/+2
* ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-021-2/+5
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-1/+1
* ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-261-0/+1
* ceph: ignore lease maskSage Weil2011-07-261-1/+1
* ceph: fix cap flush race reentrancySage Weil2011-05-241-0/+1
* ceph: drop redundant r_mds fieldSage Weil2011-01-121-1/+0
* ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-121-0/+1
OpenPOWER on IntegriCloud