summaryrefslogtreecommitdiffstats
path: root/fs/ceph/export.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: check i_nlink while converting a file handle to dentryLuis Henriques2017-06-141-0/+4
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-201-1/+2
* ceph: switch to use of ->d_init()Al Viro2016-10-281-24/+2
* ceph: fix d_obtain_alias() misusesAl Viro2016-06-241-7/+3
* ceph: fix security xattr deadlockYan, Zheng2016-03-251-0/+13
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-14/+14
* ceph: ceph_get_parent() can be staticFengguang Wu2014-06-061-1/+1
* ceph: add get_name() NFS export callbackYan, Zheng2014-04-031-0/+40
* ceph: fix ceph_fh_to_parent()Yan, Zheng2014-04-031-33/+9
* ceph: add get_parent() NFS export callbackYan, Zheng2014-04-031-0/+60
* ceph: simplify ceph_fh_to_dentry()Yan, Zheng2014-04-031-135/+32
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
* ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt2012-12-181-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-291-0/+2
|\
| * ceph: fix dentry reference leak in encode_fh()David Zafman2012-10-291-0/+2
* | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-091-4/+14
|/
* ceph: move encode_fh to new APISage Weil2012-05-291-13/+21
* ->encode_fh() API changeAl Viro2012-05-291-0/+2
* ceph: avoid useless dget/dput in encode_fhSage Weil2012-01-101-4/+2
* ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-261-9/+15
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-2/+2
* ceph: avoid inode lookup on nfs fh reconnectSage Weil2011-05-241-2/+6
* ceph: use LOOKUPINO to make unconnected nfs fh more reliableSage Weil2011-05-241-2/+17
* ceph: add dir_layout to inodeSage Weil2011-01-121-1/+1
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-2/+3
* ceph: Update max_len with minimum required sizeAneesh Kumar K.V2010-10-071-1/+4
* ceph: Fix return value of encode_fh functionAneesh Kumar K.V2010-10-071-7/+9
* fs/ceph: Use ERR_CASTJulia Lawall2010-05-291-1/+1
* ceph: d_obtain_alias() returns ERR_PTR()Dan Carpenter2010-05-171-6/+6
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: nfs re-export supportSage Weil2009-10-061-0/+223
OpenPOWER on IntegriCloud