summaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAge
* ceph: always re-send cap flushes when MDS recoversYan, Zheng2015-07-31
* ceph: rework dcache readdirYan, Zheng2015-06-25
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-25
* ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng2015-06-25
* ceph: track pending caps flushing globallyYan, Zheng2015-06-25
* ceph: track pending caps flushing accuratelyYan, Zheng2015-06-25
* ceph: don't pre-allocate space for cap release messagesYan, Zheng2015-06-25
* ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng2015-06-25
* ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng2015-06-25
* ceph: check OSD caps before read/writeYan, Zheng2015-06-25
* ceph: remove redundant declarationFabian Frederick2015-04-20
* ceph: fix dcache/nocache mount optionYan, Zheng2015-04-20
* ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng2015-02-19
* ceph: improve reference tracking for snaprealmYan, Zheng2015-02-19
* ceph: flush inline versionYan, Zheng2014-12-17
* ceph: convert inline data to normal data before data writeYan, Zheng2014-12-17
* ceph: use getattr request to fetch inline dataYan, Zheng2014-12-17
* ceph: add inline data to pagecacheYan, Zheng2014-12-17
* ceph: introduce global empty snap contextYan, Zheng2014-12-17
* ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng2014-12-17
* ceph: additional debugfs outputJohn Spray2014-10-14
* ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng2014-10-14
* ceph: request xattrs if xattr_version is zeroYan, Zheng2014-10-14
* ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng2014-06-06
* ceph: clear directory's completeness when creating fileYan, Zheng2014-04-28
* ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng2014-04-04
* ceph: fix ceph_dir_llseek()Yan, Zheng2014-04-03
* ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2014-02-17
* ceph: remove duplicate declaration of ceph_setattrPeter Rosin2014-01-30
* ceph: fix posix ACL hooksSage Weil2014-01-29
* ceph: Fix up after semantic merge conflictLinus Torvalds2014-01-28
* ceph: add imported caps when handling cap export messageYan, Zheng2014-01-21
* ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-21
* ceph: fix cache revoke raceYan, Zheng2014-01-21
* ceph: add acl for cephfsGuangliang Zhao2013-12-31
* ceph: drop unconnected inodesYan, Zheng2013-12-13
* ceph: queue cap release in __ceph_remove_cap()Yan, Zheng2013-11-23
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-06
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-06
* ceph: introduce i_truncate_mutexYan, Zheng2013-08-15
* ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-09
* ceph: fix pending vmtruncate raceYan, Zheng2013-07-03
* ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-03
* ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-17
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-01
* ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng2013-05-01
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-01
* ceph: queue cap release when trimming capYan, Zheng2013-05-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-28
|\
| * ceph: fix statvfs fr_sizeSage Weil2013-02-22