Age | Commit message (Expand) | Author |
2017-09-06 | ceph: fix message order check in handle_cap_export() | Yan, Zheng |
2017-09-06 | ceph: fix NULL pointer dereference in ceph_flush_snaps() | Yan, Zheng |
2017-09-06 | ceph: adjust 36 checks for NULL pointers | Markus Elfring |
2017-09-06 | ceph: make sure flushsnap messages are sent in proper order | Yan, Zheng |
2017-09-06 | ceph: use errseq_t for writeback error reporting | Jeff Layton |
2017-09-06 | ceph: new cap message flags indicate if there is pending capsnap | Yan, Zheng |
2017-07-07 | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() | Yan, Zheng |
2017-07-07 | ceph: update the 'approaching max_size' code | Yan, Zheng |
2017-07-07 | ceph: re-request max size after importing caps | Yan, Zheng |
2017-05-04 | ceph: handle epoch barriers in cap messages | Jeff Layton |
2017-05-04 | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t | Elena Reshetova |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-24 | ceph: remove special ack vs commit behavior | Ilya Dryomov |
2017-02-20 | ceph: avoid calling ceph_renew_caps() infinitely | Yan, Zheng |
2017-02-20 | ceph: make sure flushing inode in proper session's cap_flushing list | Yan, Zheng |
2017-02-20 | ceph: avoid updating mds_wanted too frequently | Yan, Zheng |
2017-02-20 | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski |
2017-02-20 | ceph: pass parent inode info to ceph_encode_dentry_release if we have it | Jeff Layton |
2017-02-20 | ceph: fix unsafe dcache access in ceph_encode_dentry_release | Jeff Layton |
2017-01-18 | ceph: fix ceph_get_caps() interruption | Yan, Zheng |
2016-12-12 | ceph: properly set issue_seq for cap release | Yan, Zheng |
2016-12-12 | ceph: add flags parameter to send_cap_msg | Jeff Layton |
2016-12-12 | ceph: update cap message struct version to 10 | Jeff Layton |
2016-12-12 | ceph: define new argument structure for send_cap_msg | Jeff Layton |
2016-12-12 | ceph: move xattr initialzation before the encoding past the ceph_mds_caps | Jeff Layton |
2016-12-12 | ceph: fix minor typo in unsafe_request_wait | Jeff Layton |
2016-12-12 | ceph: try getting buffer capability for readahead/fadvise | Yan, Zheng |
2016-12-12 | ceph: fix scheduler warning due to nested blocking | Nikolay Borisov |
2016-08-08 | ceph: fix null pointer dereference in ceph_flush_snaps() | Yan, Zheng |
2016-07-28 | ceph: optimize cap flush waiting | Yan, Zheng |
2016-07-28 | ceph: cleanup ceph_flush_snaps() | Yan, Zheng |
2016-07-28 | ceph: kick cap flushes before sending other cap message | Yan, Zheng |
2016-07-28 | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng |
2016-07-28 | ceph: avoid sending duplicated cap flush message | Yan, Zheng |
2016-07-28 | ceph: unify cap flush and snapcap flush | Yan, Zheng |
2016-07-28 | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng |
2016-07-28 | ceph: update types of some local varibles | Yan, Zheng |
2016-07-28 | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng |
2016-07-28 | ceph: reduce i_nr_by_mode array size | Yan, Zheng |
2016-07-28 | ceph: rados pool namespace support | Yan, Zheng |
2016-07-28 | libceph: define new ceph_file_layout structure | Yan, Zheng |
2016-06-01 | ceph: improve fscache revalidation | Yan, Zheng |
2016-06-01 | ceph: avoid unnecessary fscache invalidation/revlidation | Yan, Zheng |
2016-05-26 | ceph: don't use truncate_pagecache() to invalidate read cache | Yan, Zheng |
2016-05-26 | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-25 | ceph: encode ctime in cap message | Yan, Zheng |
2016-03-04 | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2015-11-02 | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng |