| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2021-05-06 | 1 | -18/+9 |
|\ |
|
| * | ceph: fix up some bare fetches of i_size | Jeff Layton | 2021-04-27 | 1 | -3/+3 |
| * | ceph: drop pinned_page parameter from ceph_get_caps | Jeff Layton | 2021-04-27 | 1 | -6/+5 |
| * | ceph: fix fscache invalidation | Jeff Layton | 2021-04-27 | 1 | -0/+1 |
| * | ceph: rip out old fscache readpage handling | Jeff Layton | 2021-04-27 | 1 | -9/+0 |
* | | ceph: don't allow type or device number to change on non-I_NEW inodes | Jeff Layton | 2021-03-08 | 1 | -1/+7 |
|/ |
|
* | ceph: defer flushing the capsnap if the Fb is used | Xiubo Li | 2021-02-16 | 1 | -13/+20 |
* | ceph: allow queueing cap/snap handling after putting cap references | Jeff Layton | 2021-02-16 | 1 | -4/+25 |
* | ceph: fix flush_snap logic after putting caps | Jeff Layton | 2021-02-16 | 1 | -4/+6 |
* | ceph: fix race in concurrent __ceph_remove_cap invocations | Luis Henriques | 2020-12-14 | 1 | -2/+9 |
* | ceph: fix up some warnings on W=1 builds | Jeff Layton | 2020-12-14 | 1 | -7/+4 |
* | ceph: add new RECOVER mount_state when recovering session | Jeff Layton | 2020-12-14 | 1 | -1/+1 |
* | ceph: don't WARN when removing caps due to blocklisting | Jeff Layton | 2020-12-14 | 1 | -1/+2 |
* | ceph: check session state after bumping session->s_seq | Jeff Layton | 2020-11-04 | 1 | -1/+1 |
* | ceph: comment cleanups and clarifications | Jeff Layton | 2020-10-12 | 1 | -0/+16 |
* | ceph: break up send_cap_msg | Jeff Layton | 2020-10-12 | 1 | -32/+28 |
* | ceph: drop separate mdsc argument from __send_cap | Jeff Layton | 2020-10-12 | 1 | -6/+5 |
* | ceph: metrics for opened files, pinned caps and opened inodes | Xiubo Li | 2020-10-12 | 1 | -2/+36 |
* | ceph: add ceph_sb_to_mdsc helper support to parse the mdsc | Xiubo Li | 2020-10-12 | 1 | -2/+1 |
* | ceph: fix inode number handling on arches with 32-bit ino_t | Jeff Layton | 2020-08-24 | 1 | -7/+7 |
* | ceph: clean up and optimize ceph_check_delayed_caps() | Jeff Layton | 2020-08-03 | 1 | -6/+4 |
* | ceph: add global total_caps to count the mdsc's total caps number | Xiubo Li | 2020-08-03 | 1 | -0/+2 |
* | ceph: skip checking caps when session reconnecting and releasing reqs | Xiubo Li | 2020-06-01 | 1 | -2/+13 |
* | ceph: ceph_kick_flushing_caps needs the s_mutex | Jeff Layton | 2020-06-01 | 1 | -0/+2 |
* | ceph: request expedited service on session's last cap flush | Jeff Layton | 2020-06-01 | 1 | -2/+6 |
* | ceph: convert mdsc->cap_dirty to a per-session list | Jeff Layton | 2020-06-01 | 1 | -13/+65 |
* | ceph: reset i_requested_max_size if file write is not wanted | Yan, Zheng | 2020-06-01 | 1 | -10/+19 |
* | ceph: fix potential race in ceph_check_caps | Jeff Layton | 2020-06-01 | 1 | -1/+13 |
* | ceph: don't take i_ceph_lock in handle_cap_import | Jeff Layton | 2020-06-01 | 1 | -3/+2 |
* | ceph: don't release i_ceph_lock in handle_cap_trunc | Jeff Layton | 2020-06-01 | 1 | -8/+10 |
* | ceph: add comments for handle_cap_flush_ack logic | Jeff Layton | 2020-06-01 | 1 | -1/+13 |
* | ceph: split up __finish_cap_flush | Jeff Layton | 2020-06-01 | 1 | -31/+29 |
* | ceph: reorganize __send_cap for less spinlock abuse | Jeff Layton | 2020-06-01 | 1 | -79/+86 |
* | ceph: add caps perf metric for each superblock | Xiubo Li | 2020-06-01 | 1 | -0/+19 |
* | ceph: flush release queue when handling caps for unknown inode | Jeff Layton | 2020-05-27 | 1 | -1/+1 |
* | ceph: fix double unlock in handle_cap_export() | Wu Bo | 2020-05-04 | 1 | -0/+1 |
* | ceph: fix special error code in ceph_try_get_caps() | Wu Bo | 2020-05-04 | 1 | -1/+1 |
* | ceph: wait for async creating inode before requesting new max size | Yan, Zheng | 2020-03-30 | 1 | -0/+5 |
* | ceph: don't skip updating wanted caps when cap is stale | Yan, Zheng | 2020-03-30 | 1 | -2/+6 |
* | ceph: request new max size only when there is auth cap | Yan, Zheng | 2020-03-30 | 1 | -1/+1 |
* | ceph: cleanup return error of try_get_cap_refs() | Yan, Zheng | 2020-03-30 | 1 | -11/+15 |
* | ceph: check all mds' caps after page writeback | Yan, Zheng | 2020-03-30 | 1 | -1/+1 |
* | ceph: update i_requested_max_size only when sending cap msg to auth mds | Yan, Zheng | 2020-03-30 | 1 | -1/+2 |
* | ceph: simplify calling of ceph_get_fmode() | Yan, Zheng | 2020-03-30 | 1 | -23/+3 |
* | ceph: remove delay check logic from ceph_check_caps() | Yan, Zheng | 2020-03-30 | 1 | -111/+37 |
* | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 2020-03-30 | 1 | -54/+129 |
* | ceph: always renew caps if mds_wanted is insufficient | Yan, Zheng | 2020-03-30 | 1 | -21/+15 |
* | ceph: cache layout in parent dir on first sync create | Jeff Layton | 2020-03-30 | 1 | -3/+10 |
* | ceph: don't take refs to want mask unless we have all bits | Yan, Zheng | 2020-03-30 | 1 | -1/+4 |
* | ceph: cap tracking for async directory operations | Jeff Layton | 2020-03-30 | 1 | -8/+19 |