summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* 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/+30Star
* 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/+0Star
* 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
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-051-17/+12Star
* ceph: split large reconnect into multiple messagesYan, Zheng2019-03-051-0/+6
* ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng2019-01-211-0/+2
* ceph: update wanted caps after resuming stale sessionYan, Zheng2018-12-261-17/+23
* ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng2018-12-261-10/+17
* ceph: don't request excl caps when mount is readonlyYan, Zheng2018-12-261-2/+5
* ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2018-12-261-1/+0Star
* ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques2018-10-221-3/+4
* ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu2018-10-221-6/+8
* ceph: reset cap hold timeout only for requeued inodeChengguang Xu2018-10-221-1/+1
* ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu2018-08-131-33/+13Star
* ceph: refactor ceph_unreserve_caps()Chengguang Xu2018-08-131-30/+36
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-021-13/+13
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+3
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-3/+3
* | ceph: fix wrong check for the case of updating link countYan, Zheng2018-06-041-2/+2
* | ceph: handle the new nfiles/nsubdirs fields in cap messageYan, Zheng2018-06-041-5/+34
* | ceph: define argument structure for handle_cap_grantYan, Zheng2018-06-041-54/+61
* | ceph: always get rstat from auth mdsYan, Zheng2018-06-041-0/+2
|/
* ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-021-1/+3
* ceph: optimizing cap reservationChengguang Xu2018-04-021-29/+59
* ceph: release unreserved caps if having enough available capsChengguang Xu2018-04-021-1/+15
* ceph: optimizing cap allocationChengguang Xu2018-04-021-0/+16
* ceph: adding protection for showing cap reservation infoChengguang Xu2018-04-021-0/+4
* ceph: flush dirty caps of unlinked inode ASAPZhi Zhang2018-02-261-0/+26
* ceph: improving efficiency of syncfsChengguang Xu2018-01-301-1/+1
* ceph: try to allocate enough memory for reserved capsZhi Zhang2018-01-291-8/+53
* ceph: fix race of queuing delayed capsYan, Zheng2018-01-291-17/+16Star
* ceph: delete unreachable code in ceph_check_caps()Yan, Zheng2018-01-291-12/+3Star
* ceph: limit rate of cap import/export error messagesYan, Zheng2018-01-291-7/+15
* ceph: fix incorrect snaprealm when adding capsYan, Zheng2018-01-291-1/+13
* ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-291-1/+1
* ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng2018-01-291-6/+15
* ceph: remove unused and redundant variable droppingColin Ian King2017-11-131-2/+1Star
* ceph: fix bool initialization/comparisonThomas Meyer2017-11-131-3/+3