aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-12ceph: comment cleanups and clarificationsGravatar Jeff Layton 1-1/+2
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Gravatar Ilya Dryomov 1-2/+2
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-0/+6
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-35/+38
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolGravatar Jeff Layton 1-2/+0
2020-08-03ceph: delete repeated words in fs/ceph/Gravatar Randy Dunlap 1-1/+1
2020-08-03ceph: periodically send perf metrics to MDSesGravatar Xiubo Li 1-0/+2
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsGravatar Xiubo Li 1-0/+2
2020-06-01ceph: allow rename operation under different quota realmsGravatar Luis Henriques 1-1/+2
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexGravatar Jeff Layton 1-2/+5
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listGravatar Jeff Layton 1-3/+16
2020-06-01ceph: document what protects i_dirty_item and i_flushing_itemGravatar Jeff Layton 1-1/+3
2020-06-01ceph: add caps perf metric for each superblockGravatar Xiubo Li 1-3/+5
2020-06-01ceph: add dentry lease metric supportGravatar Xiubo Li 1-0/+1
2020-03-30ceph: simplify calling of ceph_get_fmode()Gravatar Yan, Zheng 1-2/+1
2020-03-30ceph: remove delay check logic from ceph_check_caps()Gravatar Yan, Zheng 1-5/+3
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-2/+11
2020-03-30ceph: always renew caps if mds_wanted is insufficientGravatar Yan, Zheng 1-7/+6
2020-03-30ceph: cache layout in parent dir on first sync createGravatar Jeff Layton 1-0/+1
2020-03-30ceph: make ceph_fill_inode non-staticGravatar Jeff Layton 1-0/+8
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsGravatar Jeff Layton 1-1/+4
2020-03-30ceph: make __take_cap_refs non-staticGravatar Jeff Layton 1-0/+2
2020-03-30ceph: add infrastructure for waiting for async create to completeGravatar Jeff Layton 1-1/+3
2020-03-30ceph: track primary dentry linkGravatar Jeff Layton 1-0/+1
2020-03-30ceph: clean up kick_flushing_inode_caps()Gravatar Jeff Layton 1-0/+2
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Gravatar Yan, Zheng 1-11/+1
2020-03-30ceph: add refcounting for Fx capsGravatar Jeff Layton 1-1/+1
2020-02-11ceph: canonicalize server path in placeGravatar Ilya Dryomov 1-1/+1
2020-01-27ceph: use copy-from2 op in copy_file_rangeGravatar Luis Henriques 1-0/+2
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intGravatar Jeff Layton 1-8/+8
2019-11-27libceph, rbd, ceph: convert to use the new mount APIGravatar David Howells 1-1/+0
2019-11-25ceph: make several helper accessors take const pointersGravatar Jeff Layton 1-4/+8
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineGravatar Jeff Layton 1-1/+5
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesGravatar Jeff Layton 1-2/+2
2019-09-16ceph: remove CEPH_I_NOFLUSHGravatar Jeff Layton 1-10/+9
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsGravatar Jeff Layton 1-1/+0
2019-09-16ceph: auto reconnect after blacklistedGravatar Yan, Zheng 1-0/+4
2019-09-16ceph: invalidate all write mode filp after reconnectGravatar Yan, Zheng 1-0/+3
2019-09-16ceph: return -EIO if read/write against filp that lost file locksGravatar Yan, Zheng 1-0/+1
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Gravatar Yan, Zheng 1-1/+2
2019-09-16ceph: pass filp to ceph_get_caps()Gravatar Yan, Zheng 1-3/+3
2019-09-16ceph: track and report error of async metadata operationGravatar Yan, Zheng 1-0/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Gravatar Luis Henriques 1-1/+1
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-21/+46
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeGravatar Luis Henriques 1-1/+0
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceGravatar Yan, Zheng 1-1/+1
2019-07-08ceph: handle change_attr in cap messagesGravatar Jeff Layton 1-0/+1
2019-07-08ceph: handle btime in cap messagesGravatar Jeff Layton 1-1/+1
2019-07-08ceph: add btime field to ceph_inode_infoGravatar Jeff Layton 1-0/+1