aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-14ceph: request xattrs if xattr_version is zeroGravatar Yan, Zheng 1-1/+1
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Gravatar Yan, Zheng 1-6/+7
2014-04-28ceph: clear directory's completeness when creating fileGravatar Yan, Zheng 1-1/+0
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockGravatar Yan, Zheng 1-0/+1
2014-04-03ceph: fix ceph_dir_llseek()Gravatar Yan, Zheng 1-1/+1
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGravatar Guangliang Zhao 1-1/+6
2014-01-30ceph: remove duplicate declaration of ceph_setattrGravatar Peter Rosin 1-1/+0
2014-01-29ceph: fix posix ACL hooksGravatar Sage Weil 1-0/+3
2014-01-28ceph: Fix up after semantic merge conflictGravatar Linus Torvalds 1-3/+0
2014-01-21ceph: add imported caps when handling cap export messageGravatar Yan, Zheng 1-3/+1
2014-01-21ceph: check inode caps in ceph_d_revalidateGravatar Yan, Zheng 1-0/+1
2014-01-21ceph: fix cache revoke raceGravatar Yan, Zheng 1-0/+2
2013-12-31ceph: add acl for cephfsGravatar Guangliang Zhao 1-1/+36
2013-12-13ceph: drop unconnected inodesGravatar Yan, Zheng 1-0/+1
2013-11-23ceph: queue cap release in __ceph_remove_cap()Gravatar Yan, Zheng 1-7/+1
2013-09-06ceph: remove ceph_lookup_inode()Gravatar Yan, Zheng 1-2/+0
2013-09-06ceph: use fscache as a local presisent cacheGravatar Milosz Tanski 1-0/+16
2013-08-15ceph: introduce i_truncate_mutexGravatar Yan, Zheng 1-0/+1
2013-08-09ceph: fix freeing inode vs removing session caps raceGravatar Yan, Zheng 1-0/+2
2013-07-03ceph: fix pending vmtruncate raceGravatar Yan, Zheng 1-1/+1
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.Gravatar majianpeng 1-1/+1
2013-05-17ceph: ceph_pagelist_append might sleep while atomicGravatar Jim Schutt 1-2/+7
2013-05-01ceph: use i_release_count to indicate dir's completenessGravatar Yan, Zheng 1-22/+20
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateGravatar Yan, Zheng 1-1/+1
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagGravatar Yan, Zheng 1-21/+2
2013-05-01ceph: queue cap release when trimming capGravatar Yan, Zheng 1-0/+2
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-8/+2
2013-02-22ceph: fix statvfs fr_sizeGravatar Sage Weil 1-1/+1
2013-02-19ceph: remove a few bogus declarationsGravatar Alex Elder 1-7/+1
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsGravatar Eric W. Biederman 1-2/+2
2012-08-02ceph: simplify+fix atomic_openGravatar Sage Weil 1-3/+3
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-2/+2
2012-07-30ceph: define snap counts as u32 everywhereGravatar Alex Elder 1-2/+2
2012-07-14kill struct opendataGravatar Al Viro 1-1/+1
2012-07-14make ->atomic_open() return intGravatar Al Viro 1-3/+3
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Gravatar Al Viro 1-1/+1
2012-07-14ceph: implement i_op->atomic_open()Gravatar Miklos Szeredi 1-2/+3
2012-07-14ceph: remove unused arg from ceph_lookup_open()Gravatar Miklos Szeredi 1-2/+1
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesGravatar Alex Elder 1-0/+2
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberGravatar Amon Ott 1-1/+1
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-0/+1
2012-01-12ceph: enable/disable dentry complete flags via mount optionGravatar Sage Weil 1-0/+1
2012-01-03ceph: propagate umode_tGravatar Al Viro 1-1/+1
2011-12-07ceph: use i_ceph_lock instead of i_lockGravatar Sage Weil 1-15/+16
2011-11-05ceph: use new D_COMPLETE dentry flagGravatar Sage Weil 1-2/+8
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneGravatar Sage Weil 1-0/+13
2011-10-25ceph: fix 32-bit ino numbersGravatar Amon Ott 1-5/+6
2011-10-25ceph: rename rsize -> rasizeGravatar Sage Weil 1-3/+5
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-11/+9
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugGravatar Sage Weil 1-1/+1