summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: improve fscache revalidationYan, Zheng2016-06-011-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-6/+6
|\
| * ceph: improve fragtree change detectionYan, Zheng2016-05-261-0/+1
| * ceph: using hash value to compose dentry offsetYan, Zheng2016-05-261-5/+1
| * ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-261-1/+0
| * ceph: report mount root in session metadataYan, Zheng2016-05-261-0/+1
| * ceph: renew caps for read/write if mds session got killed.Yan, Zheng2016-05-261-0/+2
| * ceph: multiple filesystem supportYan, Zheng2016-05-261-0/+1
* | ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-4/+0
* | ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-231-2/+2
* | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-1/+1
|/
* ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-251-1/+0
* ceph: fix security xattr deadlockYan, Zheng2016-03-251-1/+15
* ceph: kill ceph_empty_snapcIlya Dryomov2016-03-251-3/+0
* ceph: don't enable rbytes mount option by defaultYan, Zheng2016-03-251-2/+1
* ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-041-0/+1
* ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-021-0/+1
* ceph: always re-send cap flushes when MDS recoversYan, Zheng2015-07-311-1/+0
* ceph: rework dcache readdirYan, Zheng2015-06-251-28/+32
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-1/+5
* ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng2015-06-251-2/+5
* ceph: track pending caps flushing globallyYan, Zheng2015-06-251-1/+1
* ceph: track pending caps flushing accuratelyYan, Zheng2015-06-251-1/+10
* ceph: don't pre-allocate space for cap release messagesYan, Zheng2015-06-251-6/+14
* ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng2015-06-251-2/+3
* ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng2015-06-251-0/+1
* ceph: check OSD caps before read/writeYan, Zheng2015-06-251-5/+12
* ceph: remove redundant declarationFabian Frederick2015-04-201-1/+0
* ceph: fix dcache/nocache mount optionYan, Zheng2015-04-201-1/+2
* ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng2015-02-191-0/+2
* ceph: improve reference tracking for snaprealmYan, Zheng2015-02-191-1/+2
* ceph: flush inline versionYan, Zheng2014-12-171-0/+1
* ceph: convert inline data to normal data before data writeYan, Zheng2014-12-171-1/+1
* ceph: use getattr request to fetch inline dataYan, Zheng2014-12-171-1/+6
* ceph: add inline data to pagecacheYan, Zheng2014-12-171-1/+4
* ceph: introduce global empty snap contextYan, Zheng2014-12-171-0/+2
* ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng2014-12-171-6/+32
* ceph: additional debugfs outputJohn Spray2014-10-141-0/+1
* ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng2014-10-141-5/+19
OpenPOWER on IntegriCloud