aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-05-22ceph: fix fscache invalidationJeff Layton
2020-12-29ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques
2020-10-01ceph: fix potential race in ceph_check_capsJeff Layton
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-02ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2019-11-12ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-08-04ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng
2017-09-06ceph: fix message order check in handle_cap_export()Yan, Zheng
2017-09-06ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng
2017-07-07ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng
2017-07-07ceph: re-request max size after importing capsYan, Zheng
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton
2017-01-18ceph: fix ceph_get_caps() interruptionYan, Zheng
2016-12-12ceph: properly set issue_seq for cap releaseYan, Zheng
2016-12-12ceph: add flags parameter to send_cap_msgJeff Layton
2016-12-12ceph: update cap message struct version to 10Jeff Layton
2016-12-12ceph: define new argument structure for send_cap_msgJeff Layton
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton
2016-12-12ceph: fix minor typo in unsafe_request_waitJeff Layton
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2016-12-12ceph: fix scheduler warning due to nested blockingNikolay Borisov
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: optimize cap flush waitingYan, Zheng
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng