summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-251-1/+2
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-1/+5
* ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng2015-06-251-0/+3
* ceph: track pending caps flushing globallyYan, Zheng2015-06-251-45/+48
* ceph: track pending caps flushing accuratelyYan, Zheng2015-06-251-0/+20
* ceph: ratelimit warn messages for MDS closes sessionYan, Zheng2015-06-251-3/+7
* ceph: simplify two mount_timeout sitesIlya Dryomov2015-06-251-8/+10
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-6/+6
* ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng2015-06-251-7/+23
* ceph: don't pre-allocate space for cap release messagesYan, Zheng2015-06-251-137/+86Star
* ceph: make sure syncfs flushes all cap snapsYan, Zheng2015-06-251-24/+62
* ceph: don't trim auth cap when there are cap snapsYan, Zheng2015-06-251-1/+2
* ceph: check OSD caps before read/writeYan, Zheng2015-06-251-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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/+0Star
* | 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/+4Star
| * 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/+0Star
|/
* 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/+2Star
* 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/+0Star
* 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-131-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-071-3/+3
|/
* ceph: flush cap release queue when trimming session capsYan, Zheng2014-04-051-0/+3