Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | ceph: fix race in concurrent __ceph_remove_cap invocations | Luis Henriques | 1 | -2/+9 |
2020-12-14 | ceph: fix up some warnings on W=1 builds | Jeff Layton | 1 | -7/+4 |
2020-12-14 | ceph: add new RECOVER mount_state when recovering session | Jeff Layton | 1 | -1/+1 |
2020-12-14 | ceph: don't WARN when removing caps due to blocklisting | Jeff Layton | 1 | -1/+2 |
2020-11-04 | ceph: check session state after bumping session->s_seq | Jeff Layton | 1 | -1/+1 |
2020-10-12 | ceph: comment cleanups and clarifications | Jeff Layton | 1 | -0/+16 |
2020-10-12 | ceph: break up send_cap_msg | Jeff Layton | 1 | -32/+28 |
2020-10-12 | ceph: drop separate mdsc argument from __send_cap | Jeff Layton | 1 | -6/+5 |
2020-10-12 | ceph: metrics for opened files, pinned caps and opened inodes | Xiubo Li | 1 | -2/+36 |
2020-10-12 | ceph: add ceph_sb_to_mdsc helper support to parse the mdsc | Xiubo Li | 1 | -2/+1 |
2020-08-24 | ceph: fix inode number handling on arches with 32-bit ino_t | Jeff Layton | 1 | -7/+7 |
2020-08-03 | ceph: clean up and optimize ceph_check_delayed_caps() | Jeff Layton | 1 | -6/+4 |
2020-08-03 | ceph: add global total_caps to count the mdsc's total caps number | Xiubo Li | 1 | -0/+2 |
2020-06-01 | ceph: skip checking caps when session reconnecting and releasing reqs | Xiubo Li | 1 | -2/+13 |
2020-06-01 | ceph: ceph_kick_flushing_caps needs the s_mutex | Jeff Layton | 1 | -0/+2 |
2020-06-01 | ceph: request expedited service on session's last cap flush | Jeff Layton | 1 | -2/+6 |
2020-06-01 | ceph: convert mdsc->cap_dirty to a per-session list | Jeff Layton | 1 | -13/+65 |
2020-06-01 | ceph: reset i_requested_max_size if file write is not wanted | Yan, Zheng | 1 | -10/+19 |
2020-06-01 | ceph: fix potential race in ceph_check_caps | Jeff Layton | 1 | -1/+13 |
2020-06-01 | ceph: don't take i_ceph_lock in handle_cap_import | Jeff Layton | 1 | -3/+2 |
2020-06-01 | ceph: don't release i_ceph_lock in handle_cap_trunc | Jeff Layton | 1 | -8/+10 |
2020-06-01 | ceph: add comments for handle_cap_flush_ack logic | Jeff Layton | 1 | -1/+13 |
2020-06-01 | ceph: split up __finish_cap_flush | Jeff Layton | 1 | -31/+29 |
2020-06-01 | ceph: reorganize __send_cap for less spinlock abuse | Jeff Layton | 1 | -79/+86 |
2020-06-01 | ceph: add caps perf metric for each superblock | Xiubo Li | 1 | -0/+19 |
2020-05-27 | ceph: flush release queue when handling caps for unknown inode | Jeff Layton | 1 | -1/+1 |
2020-05-04 | ceph: fix double unlock in handle_cap_export() | Wu Bo | 1 | -0/+1 |
2020-05-04 | ceph: fix special error code in ceph_try_get_caps() | Wu Bo | 1 | -1/+1 |
2020-03-30 | ceph: wait for async creating inode before requesting new max size | Yan, Zheng | 1 | -0/+5 |
2020-03-30 | ceph: don't skip updating wanted caps when cap is stale | Yan, Zheng | 1 | -2/+6 |
2020-03-30 | ceph: request new max size only when there is auth cap | Yan, Zheng | 1 | -1/+1 |
2020-03-30 | ceph: cleanup return error of try_get_cap_refs() | Yan, Zheng | 1 | -11/+15 |
2020-03-30 | ceph: check all mds' caps after page writeback | Yan, Zheng | 1 | -1/+1 |
2020-03-30 | ceph: update i_requested_max_size only when sending cap msg to auth mds | Yan, Zheng | 1 | -1/+2 |
2020-03-30 | ceph: simplify calling of ceph_get_fmode() | Yan, Zheng | 1 | -23/+3 |
2020-03-30 | ceph: remove delay check logic from ceph_check_caps() | Yan, Zheng | 1 | -111/+37 |
2020-03-30 | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 1 | -54/+129 |
2020-03-30 | ceph: always renew caps if mds_wanted is insufficient | Yan, Zheng | 1 | -21/+15 |
2020-03-30 | ceph: cache layout in parent dir on first sync create | Jeff Layton | 1 | -3/+10 |
2020-03-30 | ceph: don't take refs to want mask unless we have all bits | Yan, Zheng | 1 | -1/+4 |
2020-03-30 | ceph: cap tracking for async directory operations | Jeff Layton | 1 | -8/+19 |
2020-03-30 | ceph: make __take_cap_refs non-static | Jeff Layton | 1 | -6/+6 |
2020-03-30 | ceph: add infrastructure for waiting for async create to complete | Jeff Layton | 1 | -1/+12 |
2020-03-30 | ceph: more caps.c lockdep assertions | Jeff Layton | 1 | -0/+3 |
2020-03-30 | ceph: clean up kick_flushing_inode_caps() | Jeff Layton | 1 | -12/+9 |
2020-03-30 | ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} | Yan, Zheng | 1 | -12/+32 |
2020-03-30 | ceph: add refcounting for Fx caps | Jeff Layton | 1 | -0/+7 |
2020-01-27 | ceph: only touch the caps which have the subset mask requested | Xiubo Li | 1 | -1/+2 |
2019-12-09 | ceph: switch to global cap helper | Xiubo Li | 1 | -14/+10 |
2019-12-09 | ceph: show tasks waiting on caps in debugfs caps file | Jeff Layton | 1 | -0/+17 |