summaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil1-3/+4
2014-01-21ceph: add open export target session helperYan, Zheng1-15/+36
2014-01-21ceph: handle session flush messageYan, Zheng1-0/+19
2014-01-21ceph: handle -ESTALE replyYan, Zheng1-20/+11
2014-01-21ceph: fix trim capsYan, Zheng1-6/+11
2013-12-31libceph: all features fields must be u64Ilya Dryomov1-7/+7
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng1-3/+18
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng1-5/+18
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng1-4/+2
2013-10-01ceph: handle frag mismatch between readdir request and replyYan, Zheng1-2/+1
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng1-1/+1
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil1-5/+5
2013-08-10ceph: fix freeing inode vs removing session caps raceYan, Zheng1-0/+31
2013-08-10ceph: fix null pointer dereferenceNathaniel Yazdani1-0/+3
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+5
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-07-04ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng1-1/+3
2013-07-04ceph: clear migrate seq when MDS restartsYan, Zheng1-0/+1
2013-07-04ceph: reset iov_len when discarding cap release messagesYan, Zheng1-0/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-4/+4
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt1-30/+35
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt1-1/+1
2013-05-02libceph: add, don't set data for a messageAlex Elder1-2/+2
2013-05-02libceph: wrap auth ops in wrapper functionsSage Weil1-14/+12
2013-05-02libceph: add update_authorizer auth methodSage Weil1-1/+6
2013-05-02ceph: use i_release_count to indicate dir's completenessYan, Zheng1-7/+3
2013-05-02ceph: only set message data pointers if non-emptyAlex Elder1-3/+10
2013-05-02libceph: isolate other message data fieldsAlex Elder1-1/+1
2013-05-02libceph: set page info with byte lengthAlex Elder1-1/+1
2013-05-02libceph: isolate message page field manipulationAlex Elder1-2/+2
2013-05-02libceph: no need for alignment for mds messageAlex Elder1-1/+0
2013-05-02libceph: define mds_alloc_msg() methodAlex Elder1-0/+23
2013-05-02libceph: kill ceph_msg->pagelist_countAlex Elder1-1/+0
2013-05-02ceph: revert commit 22cddde104Sage Weil1-0/+1
2013-05-02ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng1-3/+3
2013-05-02ceph: queue cap release when trimming capYan, Zheng1-0/+2
2013-05-02ceph: fix LSSNAP regressionYan, Zheng1-1/+2
2013-05-02libceph: distinguish page array and pagelist countAlex Elder1-2/+2
2013-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+31
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-2/+31
2012-12-13ceph: Fix infinite loop in __wake_requestsYan, Zheng1-2/+7
2012-10-27ceph: Fix NULL ptr crash in strlen()David Zafman1-1/+1
2012-10-01ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng1-1/+2
2012-07-31ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-07-31libceph: move feature bits to separate headerSage Weil1-0/+1
2012-07-30ceph: clean up useless d_parent checksSage Weil1-11/+0
2012-07-06libceph: set peer name on con_open, not initSage Weil1-3/+4