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