| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: use current_kernel_time() to get request time stamp | Yan, Zheng | 2017-06-14 | 1 | -3/+1 |
* | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 1 | -16/+59 |
|\ |
|
| * | ceph: handle epoch barriers in cap messages | Jeff Layton | 2017-05-04 | 1 | -0/+20 |
| * | ceph: make seeky readdir more efficient | Yan, Zheng | 2017-05-04 | 1 | -0/+1 |
| * | ceph: close stopped mds' session | Yan, Zheng | 2017-05-04 | 1 | -0/+16 |
| * | ceph: fix potential use-after-free | Yan, Zheng | 2017-05-04 | 1 | -2/+8 |
| * | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds | Yan, Zheng | 2017-05-04 | 1 | -5/+5 |
| * | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -1/+1 |
| * | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -9/+9 |
* | | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani | 2017-05-08 | 1 | -1/+3 |
|/ |
|
* | ceph: tidy some white space in get_nonsnap_parent() | Dan Carpenter | 2017-02-23 | 1 | -2/+3 |
* | ceph: remove req from unsafe list when unregistering it | Jeff Layton | 2017-02-20 | 1 | -2/+3 |
* | ceph: add a new flag to indicate whether parent is locked | Jeff Layton | 2017-02-20 | 1 | -12/+12 |
* | ceph: convert bools in ceph_mds_request to a new r_req_flags field | Jeff Layton | 2017-02-20 | 1 | -22/+25 |
* | ceph: drop session argument to ceph_fill_trace | Jeff Layton | 2017-02-20 | 1 | -1/+1 |
* | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 2017-02-20 | 1 | -5/+5 |
* | ceph: pass parent inode info to ceph_encode_dentry_release if we have it | Jeff Layton | 2017-02-20 | 1 | -2/+5 |
* | ceph: pass parent dir ino info to build_dentry_path | Jeff Layton | 2017-02-20 | 1 | -7/+9 |
* | ceph: clean up unsafe d_parent accesses in build_dentry_path | Jeff Layton | 2017-02-20 | 1 | -2/+7 |
* | ceph: clean up unsafe d_parent access in __choose_mds | Jeff Layton | 2017-02-20 | 1 | -22/+42 |
* | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 2017-01-18 | 1 | -4/+5 |
* | ceph: fix mds cluster availability check | Yan, Zheng | 2017-01-12 | 1 | -0/+5 |
* | ceph: check availability of mds cluster on mount | Yan, Zheng | 2016-12-12 | 1 | -5/+14 |
* | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 2016-12-12 | 1 | -2/+2 |
* | ceph: use list_move instead of list_del/list_add | Wei Yongjun | 2016-10-03 | 1 | -2/+1 |
* | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 2016-10-03 | 1 | -5/+22 |
* | ceph: initialize pathbase in the !dentry case in encode_caps_cb() | Ilya Dryomov | 2016-08-09 | 1 | -0/+1 |
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 | 1 | -169/+189 |
|\ |
|
| * | ceph: optimize cap flush waiting | Yan, Zheng | 2016-07-28 | 1 | -0/+8 |
| * | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 1 | -71/+6 |
| * | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 1 | -21/+20 |
| * | ceph: include 'follows' of pending snapflush in cap reconnect message | Yan, Zheng | 2016-07-28 | 1 | -1/+16 |
| * | ceph: update cap reconnect message to version 3 | Yan, Zheng | 2016-07-28 | 1 | -21/+47 |
| * | ceph: mount non-default filesystem by name | Yan, Zheng | 2016-07-28 | 1 | -2/+85 |
| * | ceph: remove ceph_mdsc_lease_release | Jeff Layton | 2016-07-28 | 1 | -41/+0 |
| * | ceph: don't use ->d_time | Miklos Szeredi | 2016-07-28 | 1 | -2/+2 |
| * | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -12/+7 |
* | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-10 | 1 | -1/+1 |
|/ |
|
* | ceph: fix wake_up_session_cb() | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
* | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 1 | -0/+1 |
* | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 1 | -0/+2 |
* | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-26 | 1 | -2/+5 |
* | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 1 | -23/+19 |
* | ceph: report mount root in session metadata | Yan, Zheng | 2016-05-26 | 1 | -1/+3 |
* | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 2016-05-26 | 1 | -7/+15 |
* | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-05-26 | 1 | -1/+5 |
* | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 2016-05-26 | 1 | -41/+13 |
* | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 2016-04-25 | 1 | -4/+2 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 1 | -0/+2 |