aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2023-08-11ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li
2023-06-14ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-05-22ceph: fix fscache invalidationJeff Layton
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques
2020-10-01ceph: fix potential race in ceph_check_capsJeff Layton
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo
2020-04-29ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2019-11-12ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
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-01-31ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng
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
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng
2017-09-06ceph: fix message order check in handle_cap_export()Yan, Zheng
2017-09-06ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng
2017-07-07ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng