summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2020-12-14ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques
2020-12-14ceph: fix up some warnings on W=1 buildsJeff Layton
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton
2020-12-14ceph: don't WARN when removing caps due to blocklistingJeff Layton
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-10-12ceph: comment cleanups and clarificationsJeff Layton
2020-10-12ceph: break up send_cap_msgJeff Layton
2020-10-12ceph: drop separate mdsc argument from __send_capJeff Layton
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton
2020-06-01ceph: request expedited service on session's last cap flushJeff Layton
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton
2020-06-01ceph: reset i_requested_max_size if file write is not wantedYan, Zheng
2020-06-01ceph: fix potential race in ceph_check_capsJeff Layton
2020-06-01ceph: don't take i_ceph_lock in handle_cap_importJeff Layton
2020-06-01ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton
2020-06-01ceph: add comments for handle_cap_flush_ack logicJeff Layton
2020-06-01ceph: split up __finish_cap_flushJeff Layton
2020-06-01ceph: reorganize __send_cap for less spinlock abuseJeff Layton
2020-06-01ceph: add caps perf metric for each superblockXiubo Li
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton
2020-05-04ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-04ceph: fix special error code in ceph_try_get_caps()Wu Bo
2020-03-30ceph: wait for async creating inode before requesting new max sizeYan, Zheng
2020-03-30ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2020-03-30ceph: request new max size only when there is auth capYan, Zheng
2020-03-30ceph: cleanup return error of try_get_cap_refs()Yan, Zheng
2020-03-30ceph: check all mds' caps after page writebackYan, Zheng
2020-03-30ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton
2020-03-30ceph: don't take refs to want mask unless we have all bitsYan, Zheng
2020-03-30ceph: cap tracking for async directory operationsJeff Layton
2020-03-30ceph: make __take_cap_refs non-staticJeff Layton
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton
2020-03-30ceph: more caps.c lockdep assertionsJeff Layton
2020-03-30ceph: clean up kick_flushing_inode_caps()Jeff Layton
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng
2020-03-30ceph: add refcounting for Fx capsJeff Layton
2020-01-27ceph: only touch the caps which have the subset mask requestedXiubo Li
2019-12-09ceph: switch to global cap helperXiubo Li
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton