summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: defer flushing the capsnap if the Fb is usedXiubo Li2021-02-161-13/+20
* ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-161-4/+25
* ceph: fix flush_snap logic after putting capsJeff Layton2021-02-161-4/+6
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-141-2/+9
* ceph: fix up some warnings on W=1 buildsJeff Layton2020-12-141-7/+4
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-1/+1
* ceph: don't WARN when removing caps due to blocklistingJeff Layton2020-12-141-1/+2
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-041-1/+1
* ceph: comment cleanups and clarificationsJeff Layton2020-10-121-0/+16
* ceph: break up send_cap_msgJeff Layton2020-10-121-32/+28
* ceph: drop separate mdsc argument from __send_capJeff Layton2020-10-121-6/+5
* ceph: metrics for opened files, pinned caps and opened inodesXiubo Li2020-10-121-2/+36
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-2/+1
* ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-7/+7
* ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton2020-08-031-6/+4
* ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-031-0/+2
* ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-011-2/+13
* ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-011-0/+2
* ceph: request expedited service on session's last cap flushJeff Layton2020-06-011-2/+6
* ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-011-13/+65
* ceph: reset i_requested_max_size if file write is not wantedYan, Zheng2020-06-011-10/+19
* ceph: fix potential race in ceph_check_capsJeff Layton2020-06-011-1/+13
* ceph: don't take i_ceph_lock in handle_cap_importJeff Layton2020-06-011-3/+2
* ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton2020-06-011-8/+10
* ceph: add comments for handle_cap_flush_ack logicJeff Layton2020-06-011-1/+13
* ceph: split up __finish_cap_flushJeff Layton2020-06-011-31/+29
* ceph: reorganize __send_cap for less spinlock abuseJeff Layton2020-06-011-79/+86
* ceph: add caps perf metric for each superblockXiubo Li2020-06-011-0/+19
* ceph: flush release queue when handling caps for unknown inodeJeff Layton2020-05-271-1/+1
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-041-0/+1
* ceph: fix special error code in ceph_try_get_caps()Wu Bo2020-05-041-1/+1
* ceph: wait for async creating inode before requesting new max sizeYan, Zheng2020-03-301-0/+5
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-03-301-2/+6
* ceph: request new max size only when there is auth capYan, Zheng2020-03-301-1/+1
* ceph: cleanup return error of try_get_cap_refs()Yan, Zheng2020-03-301-11/+15
* ceph: check all mds' caps after page writebackYan, Zheng2020-03-301-1/+1
* ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng2020-03-301-1/+2
* ceph: simplify calling of ceph_get_fmode()Yan, Zheng2020-03-301-23/+3
* ceph: remove delay check logic from ceph_check_caps()Yan, Zheng2020-03-301-111/+37
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-54/+129
* ceph: always renew caps if mds_wanted is insufficientYan, Zheng2020-03-301-21/+15
* ceph: cache layout in parent dir on first sync createJeff Layton2020-03-301-3/+10
* ceph: don't take refs to want mask unless we have all bitsYan, Zheng2020-03-301-1/+4
* ceph: cap tracking for async directory operationsJeff Layton2020-03-301-8/+19
* ceph: make __take_cap_refs non-staticJeff Layton2020-03-301-6/+6
* ceph: add infrastructure for waiting for async create to completeJeff Layton2020-03-301-1/+12
* ceph: more caps.c lockdep assertionsJeff Layton2020-03-301-0/+3
* ceph: clean up kick_flushing_inode_caps()Jeff Layton2020-03-301-12/+9
* ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng2020-03-301-12/+32
* ceph: add refcounting for Fx capsJeff Layton2020-03-301-0/+7