summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+16
* ceph: delete unreachable code in ceph_check_caps()Yan, Zheng2018-01-291-12/+3
* 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/+1
* ceph: fix bool initialization/comparisonThomas Meyer2017-11-131-3/+3
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-10-251-1/+4
|/
* ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng2017-09-061-6/+7
* ceph: fix message order check in handle_cap_export()Yan, Zheng2017-09-061-1/+1
* ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng2017-09-061-1/+1
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-2/+2
* ceph: make sure flushsnap messages are sent in proper orderYan, Zheng2017-09-061-5/+7
* ceph: use errseq_t for writeback error reportingJeff Layton2017-09-061-1/+1
* ceph: new cap message flags indicate if there is pending capsnapYan, Zheng2017-09-061-1/+4
* ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng2017-07-071-2/+9
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-2/+16
* ceph: re-request max size after importing capsYan, Zheng2017-07-071-3/+8
* ceph: handle epoch barriers in cap messagesJeff Layton2017-05-041-5/+16
* ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova2017-05-041-2/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-2/+0
* ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-201-3/+3
* ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng2017-02-201-0/+10
* ceph: avoid updating mds_wanted too frequentlyYan, Zheng2017-02-201-3/+9
* ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-201-1/+1
* ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton2017-02-201-4/+7
* ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton2017-02-201-2/+5
* ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-181-1/+6
* ceph: properly set issue_seq for cap releaseYan, Zheng2016-12-121-0/+1
* ceph: add flags parameter to send_cap_msgJeff Layton2016-12-121-10/+15
* ceph: update cap message struct version to 10Jeff Layton2016-12-121-6/+33
* ceph: define new argument structure for send_cap_msgJeff Layton2016-12-121-99/+126
* ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton2016-12-121-7/+7
* ceph: fix minor typo in unsafe_request_waitJeff Layton2016-12-121-1/+1
* ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-121-0/+21
* ceph: fix scheduler warning due to nested blockingNikolay Borisov2016-12-121-3/+9
* ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng2016-08-081-1/+4
* ceph: optimize cap flush waitingYan, Zheng2016-07-281-27/+64