summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
AgeCommit message (Expand)AuthorLines
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng-0/+2
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng-1/+2
2014-12-17ceph: flush inline versionYan, Zheng-0/+1
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng-1/+1
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng-1/+6
2014-12-17ceph: add inline data to pagecacheYan, Zheng-1/+4
2014-12-17ceph: introduce global empty snap contextYan, Zheng-0/+2
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng-6/+32
2014-10-14ceph: additional debugfs outputJohn Spray-0/+1
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng-5/+19
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng-1/+1
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng-6/+7
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng-1/+0
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng-0/+1
2014-04-03ceph: fix ceph_dir_llseek()Yan, Zheng-1/+1
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao-1/+6
2014-01-30ceph: remove duplicate declaration of ceph_setattrPeter Rosin-1/+0
2014-01-29ceph: fix posix ACL hooksSage Weil-0/+3
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds-3/+0
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng-3/+1
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng-0/+1
2014-01-21ceph: fix cache revoke raceYan, Zheng-0/+2
2013-12-31ceph: add acl for cephfsGuangliang Zhao-1/+36
2013-12-13ceph: drop unconnected inodesYan, Zheng-0/+1
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng-7/+1
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng-2/+0
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski-0/+16
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng-0/+1
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng-0/+2
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng-1/+1
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng-1/+1
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt-2/+7
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng-22/+20
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng-1/+1
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng-21/+2
2013-05-01ceph: queue cap release when trimming capYan, Zheng-0/+2
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-8/+2
2013-02-22ceph: fix statvfs fr_sizeSage Weil-1/+1
2013-02-19ceph: remove a few bogus declarationsAlex Elder-7/+1
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman-2/+2
2012-08-02ceph: simplify+fix atomic_openSage Weil-3/+3
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-2/+2
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder-2/+2
2012-07-14kill struct opendataAl Viro-1/+1
2012-07-14make ->atomic_open() return intAl Viro-3/+3
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro-1/+1
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi-2/+3
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi-2/+1
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder-0/+2
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott-1/+1