aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-14/+14
2014-06-06ceph: ceph_get_parent() can be staticFengguang Wu1-1/+1
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng1-0/+40
2014-04-03ceph: fix ceph_fh_to_parent()Yan, Zheng1-33/+9
2014-04-03ceph: add get_parent() NFS export callbackYan, Zheng1-0/+60
2014-04-03ceph: simplify ceph_fh_to_dentry()Yan, Zheng1-135/+32
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+2
2012-10-29ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-4/+14
2012-05-29ceph: move encode_fh to new APISage Weil1-13/+21
2012-05-29->encode_fh() API changeAl Viro1-0/+2
2012-01-10ceph: avoid useless dget/dput in encode_fhSage Weil1-4/+2
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil1-9/+15
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-2/+2
2011-05-24ceph: avoid inode lookup on nfs fh reconnectSage Weil1-2/+6
2011-05-24ceph: use LOOKUPINO to make unconnected nfs fh more reliableSage Weil1-2/+17
2011-01-12ceph: add dir_layout to inodeSage Weil1-1/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-2/+3
2010-10-07ceph: Update max_len with minimum required sizeAneesh Kumar K.V1-1/+4
2010-10-07ceph: Fix return value of encode_fh functionAneesh Kumar K.V1-7/+9
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall1-1/+1
2010-05-17ceph: d_obtain_alias() returns ERR_PTR()Dan Carpenter1-6/+6
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-06ceph: nfs re-export supportSage Weil1-0/+223