summaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)Author
2017-05-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng
2015-07-31ceph: always re-send cap flushes when MDS recoversYan, Zheng
2015-06-25ceph: rework dcache readdirYan, Zheng
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng
2015-06-25ceph: track pending caps flushing globallyYan, Zheng
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng
2015-06-25ceph: check OSD caps before read/writeYan, Zheng
2015-04-20ceph: remove redundant declarationFabian Frederick
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng
2014-12-17ceph: flush inline versionYan, Zheng
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng
2014-12-17ceph: add inline data to pagecacheYan, Zheng
2014-12-17ceph: introduce global empty snap contextYan, Zheng
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng
2014-10-14ceph: additional debugfs outputJohn Spray
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng
2014-04-03ceph: fix ceph_dir_llseek()Yan, Zheng
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao
2014-01-30ceph: remove duplicate declaration of ceph_setattrPeter Rosin
2014-01-29ceph: fix posix ACL hooksSage Weil
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng
2014-01-21ceph: fix cache revoke raceYan, Zheng
2013-12-31ceph: add acl for cephfsGuangliang Zhao
2013-12-13ceph: drop unconnected inodesYan, Zheng
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng
2013-05-01ceph: queue cap release when trimming capYan, Zheng