aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang1-0/+26
2018-01-30ceph: improving efficiency of syncfsChengguang Xu1-1/+1
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang1-8/+53
2018-01-29ceph: fix race of queuing delayed capsYan, Zheng1-17/+16
2018-01-29ceph: delete unreachable code in ceph_check_caps()Yan, Zheng1-12/+3
2018-01-29ceph: limit rate of cap import/export error messagesYan, Zheng1-7/+15
2018-01-29ceph: fix incorrect snaprealm when adding capsYan, Zheng1-1/+13
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng1-1/+1
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng1-6/+15
2017-11-13ceph: remove unused and redundant variable droppingColin Ian King1-2/+1
2017-11-13ceph: fix bool initialization/comparisonThomas Meyer1-3/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng1-6/+7
2017-09-06ceph: fix message order check in handle_cap_export()Yan, Zheng1-1/+1
2017-09-06ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng1-1/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-2/+2
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng1-5/+7
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton1-1/+1
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng1-1/+4
2017-07-07ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng1-2/+9
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng1-2/+16
2017-07-07ceph: re-request max size after importing capsYan, Zheng1-3/+8
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton1-5/+16
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-2/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng1-3/+3
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng1-0/+10
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng1-3/+9
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-1/+1
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton1-4/+7
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton1-2/+5
2017-01-18ceph: fix ceph_get_caps() interruptionYan, Zheng1-1/+6
2016-12-12ceph: properly set issue_seq for cap releaseYan, Zheng1-0/+1
2016-12-12ceph: add flags parameter to send_cap_msgJeff Layton1-10/+15
2016-12-12ceph: update cap message struct version to 10Jeff Layton1-6/+33
2016-12-12ceph: define new argument structure for send_cap_msgJeff Layton1-99/+126
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton1-7/+7
2016-12-12ceph: fix minor typo in unsafe_request_waitJeff Layton1-1/+1
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng1-0/+21
2016-12-12ceph: fix scheduler warning due to nested blockingNikolay Borisov1-3/+9
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng1-1/+4
2016-07-28ceph: optimize cap flush waitingYan, Zheng1-27/+64
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng1-83/+102
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng1-9/+34
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng1-15/+33
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng1-1/+17
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng1-135/+156