Age | Commit message (Expand) | Author | Files | Lines |
2017-02-23 | ceph: tidy some white space in get_nonsnap_parent() | Dan Carpenter | 1 | -2/+3 |
2017-02-20 | ceph: remove req from unsafe list when unregistering it | Jeff Layton | 1 | -2/+3 |
2017-02-20 | ceph: add a new flag to indicate whether parent is locked | Jeff Layton | 1 | -12/+12 |
2017-02-20 | ceph: convert bools in ceph_mds_request to a new r_req_flags field | Jeff Layton | 1 | -22/+25 |
2017-02-20 | ceph: drop session argument to ceph_fill_trace | Jeff Layton | 1 | -1/+1 |
2017-02-20 | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 1 | -5/+5 |
2017-02-20 | ceph: pass parent inode info to ceph_encode_dentry_release if we have it | Jeff Layton | 1 | -2/+5 |
2017-02-20 | ceph: pass parent dir ino info to build_dentry_path | Jeff Layton | 1 | -7/+9 |
2017-02-20 | ceph: clean up unsafe d_parent accesses in build_dentry_path | Jeff Layton | 1 | -2/+7 |
2017-02-20 | ceph: clean up unsafe d_parent access in __choose_mds | Jeff Layton | 1 | -22/+42 |
2017-01-18 | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 1 | -4/+5 |
2017-01-12 | ceph: fix mds cluster availability check | Yan, Zheng | 1 | -0/+5 |
2016-12-12 | ceph: check availability of mds cluster on mount | Yan, Zheng | 1 | -5/+14 |
2016-12-12 | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 1 | -2/+2 |
2016-10-03 | ceph: use list_move instead of list_del/list_add | Wei Yongjun | 1 | -2/+1 |
2016-10-03 | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 1 | -5/+22 |
2016-08-09 | ceph: initialize pathbase in the !dentry case in encode_caps_cb() | Ilya Dryomov | 1 | -0/+1 |
2016-08-02 | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -169/+189 |
2016-07-28 | ceph: optimize cap flush waiting | Yan, Zheng | 1 | -0/+8 |
2016-07-28 | ceph: unify cap flush and snapcap flush | Yan, Zheng | 1 | -71/+6 |
2016-07-28 | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 1 | -21/+20 |
2016-07-28 | ceph: include 'follows' of pending snapflush in cap reconnect message | Yan, Zheng | 1 | -1/+16 |
2016-07-28 | ceph: update cap reconnect message to version 3 | Yan, Zheng | 1 | -21/+47 |
2016-07-28 | ceph: mount non-default filesystem by name | Yan, Zheng | 1 | -2/+85 |
2016-07-28 | ceph: remove ceph_mdsc_lease_release | Jeff Layton | 1 | -41/+0 |
2016-07-28 | ceph: don't use ->d_time | Miklos Szeredi | 1 | -2/+2 |
2016-07-28 | ceph: rados pool namespace support | Yan, Zheng | 1 | -12/+7 |
2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 1 | -1/+1 |
2016-05-26 | ceph: fix wake_up_session_cb() | Yan, Zheng | 1 | -1/+1 |
2016-05-26 | ceph: using hash value to compose dentry offset | Yan, Zheng | 1 | -0/+1 |
2016-05-26 | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 1 | -0/+2 |
2016-05-26 | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 1 | -2/+5 |
2016-05-26 | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 1 | -23/+19 |
2016-05-26 | ceph: report mount root in session metadata | Yan, Zheng | 1 | -1/+3 |
2016-05-26 | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 1 | -7/+15 |
2016-05-26 | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 1 | -1/+5 |
2016-05-26 | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 1 | -41/+13 |
2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 1 | -4/+2 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-25 | ceph: fix security xattr deadlock | Yan, Zheng | 1 | -0/+2 |
2016-03-25 | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 1 | -1/+1 |
2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 1 | -1/+2 |
2016-03-04 | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 1 | -0/+16 |
2015-11-02 | libceph: msg signing callouts don't need con argument | Ilya Dryomov | 1 | -6/+8 |
2015-11-02 | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 1 | -0/+14 |
2015-11-02 | ceph: add request to i_unsafe_dirops when getting unsafe reply | Yan, Zheng | 1 | -7/+11 |
2015-11-02 | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng | 1 | -1/+8 |
2015-11-02 | ceph: fix message length computation | Arnd Bergmann | 1 | -1/+1 |
2015-09-08 | ceph: cleanup use of ceph_msg_get | Jianpeng Ma | 1 | -2/+1 |
2015-09-08 | ceph: remove redundant test of head->safe and silence static analysis warnings | Brad Hubbard | 1 | -1/+1 |