summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* ceph: fix wake_up_session_cb()Yan, Zheng2016-05-261-1/+1
* ceph: using hash value to compose dentry offsetYan, Zheng2016-05-261-0/+1
* ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-261-0/+2
* ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng2016-05-261-2/+5
* ceph: define struct for dir entry in readdir replyYan, Zheng2016-05-261-23/+19
* ceph: report mount root in session metadataYan, Zheng2016-05-261-1/+3
* ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng2016-05-261-7/+15
* ceph: renew caps for read/write if mds session got killed.Yan, Zheng2016-05-261-1/+5
* libceph: DEFINE_RB_FUNCS macroIlya Dryomov2016-05-261-41/+13
* libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-4/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* ceph: fix security xattr deadlockYan, Zheng2016-03-251-0/+2
* ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-251-1/+1
* libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-251-1/+2
* ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-041-0/+16
* libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-6/+8
* ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-021-0/+14
* ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng2015-11-021-7/+11
* ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2015-11-021-1/+8
* ceph: fix message length computationArnd Bergmann2015-11-021-1/+1
* ceph: cleanup use of ceph_msg_getJianpeng Ma2015-09-081-2/+1
* ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard2015-09-081-1/+1
* ceph: EIO all operations after forced umountYan, Zheng2015-09-081-11/+43
* 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/+86
* 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-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
OpenPOWER on IntegriCloud