| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2019-09-16 | ceph: track and report error of async metadata operation |  Yan, Zheng | 1 | -7/+17 |
| 2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() |  Luis Henriques | 1 | -1/+4 |
| 2019-07-08 | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP |  Yan, Zheng | 1 | -11/+30 |
| 2019-07-08 | ceph: kick flushing and flush snaps before sending normal cap message |  Yan, Zheng | 1 | -4/+14 |
| 2019-07-08 | ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() |  Yan, Zheng | 1 | -9/+4 |
| 2019-07-08 | ceph: handle change_attr in cap messages |  Jeff Layton | 1 | -9/+10 |
| 2019-07-08 | ceph: handle btime in cap messages |  Jeff Layton | 1 | -6/+12 |
| 2019-07-08 | ceph: add selinux support |  Yan, Zheng | 1 | -0/+1 |
| 2019-07-08 | ceph: hold i_ceph_lock when removing caps for freeing inode |  Yan, Zheng | 1 | -4/+6 |
| 2019-06-05 | ceph: fix error handling in ceph_get_caps() |  Yan, Zheng | 1 | -11/+11 |
| 2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread |  Yan, Zheng | 1 | -4/+8 |
| 2019-05-07 | ceph: print inode number in __caps_issued_mask debugging messages |  Jeff Layton | 1 | -6/+6 |
| 2019-05-07 | ceph: simplify arguments and return semantics of try_get_cap_refs |  Jeff Layton | 1 | -46/+30 |
| 2019-05-07 | ceph: fix comment over ceph_drop_caps_for_unlink |  Jeff Layton | 1 | -1/+1 |
| 2019-05-07 | ceph: remove superfluous inode_lock in ceph_fsync |  Jeff Layton | 1 | -3/+0 |
| 2019-03-05 | ceph: add mount option to limit caps count |  Yan, Zheng | 1 | -7/+26 |
| 2019-03-05 | ceph: touch existing cap when handling reply |  Yan, Zheng | 1 | -0/+4 |