aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
AgeCommit message (Expand)Author
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2018-04-02ceph: optimize memory usageChengguang Xu
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng
2017-11-13ceph: handle 'session get evicted while there are file locks'Yan, Zheng
2017-11-13ceph: make lock_to_ceph_filelock() staticYan, Zheng
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng
2017-09-06ceph: limit osd write sizeYan, Zheng
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova
2017-04-20ceph: Convert to separately allocated bdiJan Kara
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2016-10-28ceph: switch to use of ->d_init()Al Viro
2016-10-28ceph: unify dentry_operations instancesAl Viro
2016-07-28ceph: optimize cap flush waitingYan, Zheng
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng
2016-07-28ceph: don't use ->d_timeMiklos Szeredi
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng
2016-07-28ceph: rados pool namespace supportYan, Zheng