aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-12ceph: comment cleanups and clarificationsGravatar Jeff Layton 1-0/+16
2020-10-12ceph: break up send_cap_msgGravatar Jeff Layton 1-32/+28
2020-10-12ceph: drop separate mdsc argument from __send_capGravatar Jeff Layton 1-6/+5
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesGravatar Xiubo Li 1-2/+36
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-2/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-7/+7
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Gravatar Jeff Layton 1-6/+4
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberGravatar Xiubo Li 1-0/+2
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsGravatar Xiubo Li 1-2/+13
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexGravatar Jeff Layton 1-0/+2
2020-06-01ceph: request expedited service on session's last cap flushGravatar Jeff Layton 1-2/+6
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listGravatar Jeff Layton 1-13/+65
2020-06-01ceph: reset i_requested_max_size if file write is not wantedGravatar Yan, Zheng 1-10/+19
2020-06-01ceph: fix potential race in ceph_check_capsGravatar Jeff Layton 1-1/+13
2020-06-01ceph: don't take i_ceph_lock in handle_cap_importGravatar Jeff Layton 1-3/+2
2020-06-01ceph: don't release i_ceph_lock in handle_cap_truncGravatar Jeff Layton 1-8/+10
2020-06-01ceph: add comments for handle_cap_flush_ack logicGravatar Jeff Layton 1-1/+13
2020-06-01ceph: split up __finish_cap_flushGravatar Jeff Layton 1-31/+29
2020-06-01ceph: reorganize __send_cap for less spinlock abuseGravatar Jeff Layton 1-79/+86
2020-06-01ceph: add caps perf metric for each superblockGravatar Xiubo Li 1-0/+19
2020-05-27ceph: flush release queue when handling caps for unknown inodeGravatar Jeff Layton 1-1/+1
2020-05-04ceph: fix double unlock in handle_cap_export()Gravatar Wu Bo 1-0/+1
2020-05-04ceph: fix special error code in ceph_try_get_caps()Gravatar Wu Bo 1-1/+1
2020-03-30ceph: wait for async creating inode before requesting new max sizeGravatar Yan, Zheng 1-0/+5
2020-03-30ceph: don't skip updating wanted caps when cap is staleGravatar Yan, Zheng 1-2/+6
2020-03-30ceph: request new max size only when there is auth capGravatar Yan, Zheng 1-1/+1
2020-03-30ceph: cleanup return error of try_get_cap_refs()Gravatar Yan, Zheng 1-11/+15
2020-03-30ceph: check all mds' caps after page writebackGravatar Yan, Zheng 1-1/+1
2020-03-30ceph: update i_requested_max_size only when sending cap msg to auth mdsGravatar Yan, Zheng 1-1/+2
2020-03-30ceph: simplify calling of ceph_get_fmode()Gravatar Yan, Zheng 1-23/+3
2020-03-30ceph: remove delay check logic from ceph_check_caps()Gravatar Yan, Zheng 1-111/+37
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-54/+129
2020-03-30ceph: always renew caps if mds_wanted is insufficientGravatar Yan, Zheng 1-21/+15
2020-03-30ceph: cache layout in parent dir on first sync createGravatar Jeff Layton 1-3/+10
2020-03-30ceph: don't take refs to want mask unless we have all bitsGravatar Yan, Zheng 1-1/+4
2020-03-30ceph: cap tracking for async directory operationsGravatar Jeff Layton 1-8/+19
2020-03-30ceph: make __take_cap_refs non-staticGravatar Jeff Layton 1-6/+6
2020-03-30ceph: add infrastructure for waiting for async create to completeGravatar Jeff Layton 1-1/+12
2020-03-30ceph: more caps.c lockdep assertionsGravatar Jeff Layton 1-0/+3
2020-03-30ceph: clean up kick_flushing_inode_caps()Gravatar Jeff Layton 1-12/+9
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Gravatar Yan, Zheng 1-12/+32
2020-03-30ceph: add refcounting for Fx capsGravatar Jeff Layton 1-0/+7
2020-01-27ceph: only touch the caps which have the subset mask requestedGravatar Xiubo Li 1-1/+2
2019-12-09ceph: switch to global cap helperGravatar Xiubo Li 1-14/+10
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileGravatar Jeff Layton 1-0/+17
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Gravatar Luis Henriques 1-5/+5
2019-09-16ceph: remove incorrect comment above __send_capGravatar Jeff Layton 1-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHGravatar Jeff Layton 1-10/+0
2019-09-16ceph: remove unneeded test in try_flush_capsGravatar Jeff Layton 1-1/+1
2019-09-16ceph: have __mark_caps_flushing return flush_tidGravatar Jeff Layton 1-10/+10