summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
...
* ceph: preallocate buffer for readdir replyYan, Zheng2014-04-051-15/+51
* ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng2014-04-051-9/+12
* ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil2014-04-031-3/+4
* ceph: add open export target session helperYan, Zheng2014-01-211-15/+36
* ceph: handle session flush messageYan, Zheng2014-01-211-0/+19
* ceph: handle -ESTALE replyYan, Zheng2014-01-211-20/+11Star
* ceph: fix trim capsYan, Zheng2014-01-211-6/+11
* libceph: all features fields must be u64Ilya Dryomov2013-12-311-7/+7
* ceph: wake up 'safe' waiters when unregistering requestYan, Zheng2013-11-231-1/+2
* ceph: cleanup aborted requests when re-sending requests.Yan, Zheng2013-11-231-1/+4
* ceph: handle race between cap reconnect and cap releaseYan, Zheng2013-11-231-3/+18
* ceph: set caps count after composing cap reconnect messageYan, Zheng2013-11-231-5/+18
* ceph: queue cap release in __ceph_remove_cap()Yan, Zheng2013-11-231-4/+2Star
* ceph: handle frag mismatch between readdir request and replyYan, Zheng2013-09-301-2/+1Star
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-061-1/+1
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-151-5/+5
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-091-1/+5
| |\
| * | helper for reading ->d_countAl Viro2013-07-051-1/+1
| * | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-4/+4
* | | ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-101-0/+31
* | | ceph: fix null pointer dereferenceNathaniel Yazdani2013-08-101-0/+3
| |/ |/|
* | ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2013-07-041-1/+3
* | ceph: clear migrate seq when MDS restartsYan, Zheng2013-07-041-0/+1
* | ceph: reset iov_len when discarding cap release messagesYan, Zheng2013-07-041-0/+1
|/
* ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-171-30/+35
* ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2013-05-171-1/+1
* libceph: add, don't set data for a messageAlex Elder2013-05-021-2/+2
* libceph: wrap auth ops in wrapper functionsSage Weil2013-05-021-14/+12Star
* libceph: add update_authorizer auth methodSage Weil2013-05-021-1/+6
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-021-7/+3Star
* ceph: only set message data pointers if non-emptyAlex Elder2013-05-021-3/+10
* libceph: isolate other message data fieldsAlex Elder2013-05-021-1/+1
* libceph: set page info with byte lengthAlex Elder2013-05-021-1/+1
* libceph: isolate message page field manipulationAlex Elder2013-05-021-2/+2
* libceph: no need for alignment for mds messageAlex Elder2013-05-021-1/+0Star
* libceph: define mds_alloc_msg() methodAlex Elder2013-05-021-0/+23
* libceph: kill ceph_msg->pagelist_countAlex Elder2013-05-021-1/+0Star
* ceph: revert commit 22cddde104Sage Weil2013-05-021-0/+1
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-021-3/+3
* ceph: queue cap release when trimming capYan, Zheng2013-05-021-0/+2
* ceph: fix LSSNAP regressionYan, Zheng2013-05-021-1/+2
* libceph: distinguish page array and pagelist countAlex Elder2013-05-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-011-2/+31
|\
| * ceph: Check for created flag in response from mdsSam Lang2013-01-171-2/+31
* | ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2013-02-121-2/+2
|/
* ceph: Fix infinite loop in __wake_requestsYan, Zheng2012-12-131-2/+7
* ceph: Fix NULL ptr crash in strlen()David Zafman2012-10-261-1/+1
* ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng2012-10-011-1/+2
* ceph: close old con before reopening on mds reconnectSage Weil2012-07-311-0/+1
* libceph: move feature bits to separate headerSage Weil2012-07-311-0/+1