summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: quota: report root dir quota usage in statfsLuis Henriques2018-04-021-0/+3
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-021-0/+20
* ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-021-0/+1
* ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-021-0/+2
* ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-021-0/+2
* ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-021-0/+1
* ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-021-0/+1
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+8
* ceph: optimize memory usageChengguang Xu2018-04-021-0/+4
* ceph: flush dirty caps of unlinked inode ASAPZhi Zhang2018-02-261-1/+1
* ceph: try to allocate enough memory for reserved capsZhi Zhang2018-01-291-1/+1
* ceph: track read contexts in ceph_file_infoYan, Zheng2018-01-291-0/+46
* ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-291-2/+3
* ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-131-0/+2
* ceph: make lock_to_ceph_filelock() staticYan, Zheng2017-11-131-1/+0
* ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-131-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: validate correctness of some mount optionsYan, Zheng2017-09-061-0/+9
* ceph: limit osd write sizeYan, Zheng2017-09-061-0/+3
* ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-061-1/+2
* ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-061-1/+0
* ceph: new mount option that specifies fscache uniquifierYan, Zheng2017-07-071-0/+1
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-1/+2
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-2/+29
|\
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-041-0/+26
| * ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova2017-05-041-2/+3
* | ceph: Convert to separately allocated bdiJan Kara2017-04-201-2/+0
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+2
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-3/+1
* ceph: drop session argument to ceph_fill_traceJeff Layton2017-02-201-2/+1
* ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-201-1/+1
* ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-201-2/+2
* ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton2017-02-201-0/+1
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-161-0/+5
|\
| * ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-121-0/+2
| * ceph: check availability of mds cluster on mountYan, Zheng2016-12-121-0/+1
| * ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-121-0/+2
* | ceph: switch to use of ->d_init()Al Viro2016-10-281-7/+0
* | ceph: unify dentry_operations instancesAl Viro2016-10-281-2/+1
|/
* ceph: optimize cap flush waitingYan, Zheng2016-07-281-0/+1
* ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-281-2/+2
* ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-281-0/+1
* ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-281-0/+1
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-281-12/+12
* ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-281-6/+3
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-281-1/+1
* ceph: don't use ->d_timeMiklos Szeredi2016-07-281-1/+1
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-281-0/+2
* ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-281-5/+2
* ceph: rados pool namespace supportYan, Zheng2016-07-281-1/+0
OpenPOWER on IntegriCloud