summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: parse inline data in MClientReply and MClientCapsYan, Zheng2014-12-171-0/+10
* ceph: message versioning fixesJohn Spray2014-12-171-2/+5
* libceph: message signature supportYan, Zheng2014-12-171-0/+16
* ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-171-4/+2
* ceph: fix file lock interruptionYan, Zheng2014-12-171-0/+2
* ceph: export ceph_session_state_name functionJohn Spray2014-10-141-7/+7
* ceph: use pagelist to present MDS request dataYan, Zheng2014-10-141-5/+9
* libceph: reference counting pagelistYan, Zheng2014-10-141-1/+0
* ceph: send client metadata to MDSJohn Spray2014-10-141-1/+70
* ceph: move ceph_find_inode() outside the s_mutexYan, Zheng2014-10-141-3/+4
* ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng2014-10-141-0/+1
* ceph: protect kick_requests() with mdsc->mutexYan, Zheng2014-10-141-2/+3
* ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng2014-10-141-10/+13
* ceph: fix kick_requests()Yan, Zheng2014-08-071-2/+3
* ceph: reset r_resend_mds after receiving -ESTALEYan, Zheng2014-07-141-0/+1
* ceph: include time stamp in replayed MDS requestsYan, Zheng2014-07-081-2/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-121-1/+8
|\
| * ceph: include time stamp in every MDS requestSage Weil2014-06-061-1/+8
* | fs/ceph: replace pr_warning by pr_warnFabian Frederick2014-06-061-3/+3
|/
* ceph: flush cap release queue when trimming session capsYan, Zheng2014-04-041-0/+3
* ceph: preallocate buffer for readdir replyYan, Zheng2014-04-041-15/+51
* ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng2014-04-041-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/+11
* 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/+2
* ceph: handle frag mismatch between readdir request and replyYan, Zheng2013-09-301-2/+1
* 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-091-0/+31
* | | ceph: fix null pointer dereferenceNathaniel Yazdani2013-08-091-0/+3
| |/ |/|
* | ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2013-07-031-1/+3
* | ceph: clear migrate seq when MDS restartsYan, Zheng2013-07-031-0/+1
* | ceph: reset iov_len when discarding cap release messagesYan, Zheng2013-07-031-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-011-2/+2
* libceph: wrap auth ops in wrapper functionsSage Weil2013-05-011-14/+12
* libceph: add update_authorizer auth methodSage Weil2013-05-011-1/+6
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-011-7/+3
OpenPOWER on IntegriCloud