Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-29 | ceph: fix use-after-free in __ceph_remove_cap() |  Luis Henriques | 1 | -5/+5 |
2019-09-16 | ceph: remove incorrect comment above __send_cap |  Jeff Layton | 1 | -4/+0 |
2019-09-16 | ceph: remove CEPH_I_NOFLUSH |  Jeff Layton | 1 | -10/+0 |
2019-09-16 | ceph: remove unneeded test in try_flush_caps |  Jeff Layton | 1 | -1/+1 |
2019-09-16 | ceph: have __mark_caps_flushing return flush_tid |  Jeff Layton | 1 | -10/+10 |
2019-09-16 | ceph: fix comments over ceph_add_cap |  Jeff Layton | 1 | -1/+3 |
2019-09-16 | ceph: fetch cap_gen under spinlock in ceph_add_cap |  Jeff Layton | 1 | -2/+7 |
2019-09-16 | ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds |  Jeff Layton | 1 | -31/+0 |
2019-09-16 | ceph: invalidate all write mode filp after reconnect |  Yan, Zheng | 1 | -0/+13 |
2019-09-16 | ceph: return -EIO if read/write against filp that lost file locks |  Yan, Zheng | 1 | -6/+22 |
2019-09-16 | ceph: pass filp to ceph_get_caps() |  Yan, Zheng | 1 | -15/+17 |