summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2020-03-30ceph: wait for async creating inode before requesting new max sizeYan, Zheng
2020-03-30ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2020-03-30ceph: request new max size only when there is auth capYan, Zheng
2020-03-30ceph: cleanup return error of try_get_cap_refs()Yan, Zheng
2020-03-30ceph: check all mds' caps after page writebackYan, Zheng
2020-03-30ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton
2020-03-30ceph: don't take refs to want mask unless we have all bitsYan, Zheng
2020-03-30ceph: cap tracking for async directory operationsJeff Layton
2020-03-30ceph: make __take_cap_refs non-staticJeff Layton
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton
2020-03-30ceph: more caps.c lockdep assertionsJeff Layton
2020-03-30ceph: clean up kick_flushing_inode_caps()Jeff Layton
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng
2020-03-30ceph: add refcounting for Fx capsJeff Layton
2020-01-27ceph: only touch the caps which have the subset mask requestedXiubo Li
2019-12-09ceph: switch to global cap helperXiubo Li
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton
2019-09-16ceph: have __mark_caps_flushing return flush_tidJeff Layton
2019-09-16ceph: fix comments over ceph_add_capJeff Layton
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng
2019-09-16ceph: track and report error of async metadata operationYan, Zheng
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-07-08ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng
2019-07-08ceph: kick flushing and flush snaps before sending normal cap messageYan, Zheng
2019-07-08ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps()Yan, Zheng
2019-07-08ceph: handle change_attr in cap messagesJeff Layton
2019-07-08ceph: handle btime in cap messagesJeff Layton
2019-07-08ceph: add selinux supportYan, Zheng
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng
2019-06-05ceph: fix error handling in ceph_get_caps()Yan, Zheng
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng
2019-05-07ceph: print inode number in __caps_issued_mask debugging messagesJeff Layton
2019-05-07ceph: simplify arguments and return semantics of try_get_cap_refsJeff Layton
2019-05-07ceph: fix comment over ceph_drop_caps_for_unlinkJeff Layton
2019-05-07ceph: remove superfluous inode_lock in ceph_fsyncJeff Layton
2019-03-05ceph: add mount option to limit caps countYan, Zheng
2019-03-05ceph: touch existing cap when handling replyYan, Zheng