summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-12/+12
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-12/+12
* | ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng2015-04-221-1/+2
* | ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng2015-04-201-0/+28
* | ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng2015-04-201-7/+0
* | ceph: don't mark dirty caps when there is no auth capYan, Zheng2015-04-201-1/+1
* | ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-201-1/+1
* | ceph: drop cap releases in requests composed before cap reconnectYan, Zheng2015-04-201-6/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-191-34/+93
|\
| * ceph: re-send requests when MDS enters reconnecting stageYan, Zheng2015-02-191-3/+26
| * client: include kernel version in client metadataYan, Zheng2015-02-191-1/+2
| * ceph: fix request time stamp encodingYan, Zheng2015-02-191-2/+10
| * ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions)Yan, Zheng2015-02-191-9/+4
| * ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2015-02-191-17/+34
| * ceph: improve reference tracking for snaprealmYan, Zheng2015-02-191-2/+7
| * ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-191-0/+10
* | ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton2015-01-161-4/+0
|/
* 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
OpenPOWER on IntegriCloud