aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAge
* ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-20
* ceph: drop cap releases in requests composed before cap reconnectYan, Zheng2015-04-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-19
|\
| * ceph: re-send requests when MDS enters reconnecting stageYan, Zheng2015-02-19
| * client: include kernel version in client metadataYan, Zheng2015-02-19
| * ceph: fix request time stamp encodingYan, Zheng2015-02-19
| * ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng2015-02-19
| * ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2015-02-19
| * ceph: improve reference tracking for snaprealmYan, Zheng2015-02-19
| * ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-19
* | ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton2015-01-16
|/
* ceph: parse inline data in MClientReply and MClientCapsYan, Zheng2014-12-17
* ceph: message versioning fixesJohn Spray2014-12-17
* libceph: message signature supportYan, Zheng2014-12-17
* ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-17
* ceph: fix file lock interruptionYan, Zheng2014-12-17
* ceph: export ceph_session_state_name functionJohn Spray2014-10-14
* ceph: use pagelist to present MDS request dataYan, Zheng2014-10-14
* libceph: reference counting pagelistYan, Zheng2014-10-14
* ceph: send client metadata to MDSJohn Spray2014-10-14
* ceph: move ceph_find_inode() outside the s_mutexYan, Zheng2014-10-14
* ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng2014-10-14
* ceph: protect kick_requests() with mdsc->mutexYan, Zheng2014-10-14
* ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng2014-10-14
* ceph: fix kick_requests()Yan, Zheng2014-08-07
* ceph: reset r_resend_mds after receiving -ESTALEYan, Zheng2014-07-13
* ceph: include time stamp in replayed MDS requestsYan, Zheng2014-07-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-13
|\
| * ceph: include time stamp in every MDS requestSage Weil2014-06-05
* | fs/ceph: replace pr_warning by pr_warnFabian Frederick2014-06-06
|/
* ceph: flush cap release queue when trimming session capsYan, Zheng2014-04-05
* ceph: preallocate buffer for readdir replyYan, Zheng2014-04-05
* ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng2014-04-05
* ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil2014-04-02
* ceph: add open export target session helperYan, Zheng2014-01-21
* ceph: handle session flush messageYan, Zheng2014-01-21
* ceph: handle -ESTALE replyYan, Zheng2014-01-21
* ceph: fix trim capsYan, Zheng2014-01-21
* libceph: all features fields must be u64Ilya Dryomov2013-12-31
* ceph: wake up 'safe' waiters when unregistering requestYan, Zheng2013-11-23
* ceph: cleanup aborted requests when re-sending requests.Yan, Zheng2013-11-23
* ceph: handle race between cap reconnect and cap releaseYan, Zheng2013-11-23
* ceph: set caps count after composing cap reconnect messageYan, Zheng2013-11-23
* ceph: queue cap release in __ceph_remove_cap()Yan, Zheng2013-11-23
* ceph: handle frag mismatch between readdir request and replyYan, Zheng2013-09-30
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-06
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-15
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-09
| |\
| * | helper for reading ->d_countAl Viro2013-07-05
| * | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-29