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