aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng1-0/+9
2017-09-06ceph: limit osd write sizeYan, Zheng1-0/+3
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng1-1/+2
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng1-1/+0
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng1-0/+1
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng1-1/+2
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+29
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton1-0/+26
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova1-2/+3
2017-04-20ceph: Convert to separately allocated bdiJan Kara1-2/+0
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+2
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-3/+1
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton1-2/+1
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng1-1/+1
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr1-2/+2
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton1-0/+1
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+5
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng1-0/+2
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng1-0/+1
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng1-0/+2
2016-10-28ceph: switch to use of ->d_init()Al Viro1-7/+0
2016-10-28ceph: unify dentry_operations instancesAl Viro1-2/+1
2016-07-28ceph: optimize cap flush waitingYan, Zheng1-0/+1
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng1-2/+2
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng1-0/+1
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng1-0/+1
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng1-12/+12
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-6/+3
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng1-1/+1
2016-07-28ceph: don't use ->d_timeMiklos Szeredi1-1/+1
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng1-0/+2
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng1-5/+2
2016-07-28ceph: rados pool namespace supportYan, Zheng1-1/+0
2016-06-01ceph: improve fscache revalidationYan, Zheng1-3/+1
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-6/+6
2016-05-26ceph: improve fragtree change detectionYan, Zheng1-0/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng1-5/+1
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng1-1/+0
2016-05-26ceph: report mount root in session metadataYan, Zheng1-0/+1
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng1-0/+2
2016-05-26ceph: multiple filesystem supportYan, Zheng1-0/+1
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher1-4/+0
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+1
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng1-1/+0
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-1/+15
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov1-3/+0
2016-03-25ceph: don't enable rbytes mount option by defaultYan, Zheng1-2/+1
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-0/+1