summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
AgeCommit message (Expand)Author
2020-12-14Revert "ceph: allow rename operation under different quota realms"Luis Henriques
2020-12-14ceph: add status debugfs fileXiubo Li
2020-12-14ceph: remove timeout on allowing reconnect after blocklistingJeff Layton
2020-12-14ceph: make fsc->mount_state an intJeff Layton
2020-10-12ceph: comment cleanups and clarificationsJeff Layton
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton
2020-06-01ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton
2020-06-01ceph: add caps perf metric for each superblockXiubo Li
2020-06-01ceph: add dentry lease metric supportXiubo Li
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton
2020-03-30ceph: make __take_cap_refs non-staticJeff Layton
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton
2020-03-30ceph: track primary dentry linkJeff Layton
2020-03-30ceph: clean up kick_flushing_inode_caps()Jeff Layton
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng
2020-03-30ceph: add refcounting for Fx capsJeff Layton
2020-02-11ceph: canonicalize server path in placeIlya Dryomov
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-11-25ceph: make several helper accessors take const pointersJeff Layton
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng
2019-09-16ceph: track and report error of async metadata operationYan, Zheng
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques