summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-071-2/+2
* ceph: use current_kernel_time() to get request time stampYan, Zheng2017-06-141-3/+1
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-16/+59
|\
| * ceph: handle epoch barriers in cap messagesJeff Layton2017-05-041-0/+20
| * ceph: make seeky readdir more efficientYan, Zheng2017-05-041-0/+1
| * ceph: close stopped mds' sessionYan, Zheng2017-05-041-0/+16
| * ceph: fix potential use-after-freeYan, Zheng2017-05-041-2/+8
| * ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-041-5/+5
| * libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova2017-05-041-1/+1
| * ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2017-05-041-9/+9
* | fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-081-1/+3
|/
* ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter2017-02-231-2/+3
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-02-201-2/+3
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-201-12/+12
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-201-22/+25
* ceph: drop session argument to ceph_fill_traceJeff Layton2017-02-201-1/+1
* ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-201-5/+5
* ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton2017-02-201-2/+5
* ceph: pass parent dir ino info to build_dentry_pathJeff Layton2017-02-201-7/+9
* ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-02-201-2/+7
* ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton2017-02-201-22/+42
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-01-181-4/+5
* ceph: fix mds cluster availability checkYan, Zheng2017-01-121-0/+5
* ceph: check availability of mds cluster on mountYan, Zheng2016-12-121-5/+14
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-2/+2
* ceph: use list_move instead of list_del/list_addWei Yongjun2016-10-031-2/+1
* ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-031-5/+22
* ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov2016-08-091-0/+1
* Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-021-169/+189
|\
| * ceph: optimize cap flush waitingYan, Zheng2016-07-281-0/+8
| * ceph: unify cap flush and snapcap flushYan, Zheng2016-07-281-71/+6
| * ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-281-21/+20
| * ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng2016-07-281-1/+16
| * ceph: update cap reconnect message to version 3Yan, Zheng2016-07-281-21/+47
| * ceph: mount non-default filesystem by nameYan, Zheng2016-07-281-2/+85
| * ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-281-41/+0
| * ceph: don't use ->d_timeMiklos Szeredi2016-07-281-2/+2
| * ceph: rados pool namespace supportYan, Zheng2016-07-281-12/+7
* | 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
OpenPOWER on IntegriCloud