aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2020-06-08ceph: flush release queue when handling caps for unknown inodeJeff Layton
2020-06-08ceph: fix double unlock in handle_cap_export()Wu Bo
2020-06-04ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2019-12-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
2019-11-09ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-08-04ceph: 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
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng
2019-01-21ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng
2018-12-26ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng
2018-12-26ceph: don't request excl caps when mount is readonlyYan, Zheng
2018-12-26ceph: don't update importing cap's mseq when handing cap exportYan, Zheng
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques
2018-10-22ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu
2018-10-22ceph: reset cap hold timeout only for requeued inodeChengguang Xu
2018-08-13ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04ceph: fix wrong check for the case of updating link countYan, Zheng
2018-06-04ceph: handle the new nfiles/nsubdirs fields in cap messageYan, Zheng
2018-06-04ceph: define argument structure for handle_cap_grantYan, Zheng
2018-06-04ceph: always get rstat from auth mdsYan, Zheng
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques
2018-04-02ceph: optimizing cap reservationChengguang Xu
2018-04-02ceph: release unreserved caps if having enough available capsChengguang Xu
2018-04-02ceph: optimizing cap allocationChengguang Xu
2018-04-02ceph: adding protection for showing cap reservation infoChengguang Xu
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang
2018-01-30ceph: improving efficiency of syncfsChengguang Xu
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang
2018-01-29ceph: fix race of queuing delayed capsYan, Zheng
2018-01-29ceph: delete unreachable code in ceph_check_caps()Yan, Zheng
2018-01-29ceph: limit rate of cap import/export error messagesYan, Zheng
2018-01-29ceph: fix incorrect snaprealm when adding capsYan, Zheng
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng
2017-11-13ceph: remove unused and redundant variable droppingColin Ian King
2017-11-13ceph: fix bool initialization/comparisonThomas Meyer