summaryrefslogtreecommitdiffstats
path: root/fs/ceph/export.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: take reference to req->r_parent at point of assignmentJeff Layton2021-06-291-0/+1
* Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-061-1/+11
|\
| * ceph: don't allow access to MDS-private inodesJeff Layton2021-04-271-0/+8
| * ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton2021-04-271-1/+3
* | ceph: fix up error handling with snapdirsJeff Layton2021-03-081-4/+5
|/
* ceph: don't return -ESTALE if there's still an open fileLuis Henriques2020-06-011-1/+8
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-03-301-0/+5
* ceph: move static keyword to the front of declarationsKrzysztof Wilczynski2019-09-161-3/+3
* ceph: fix indentation in __get_snap_name()Ilya Dryomov2019-09-161-27/+27
* ceph: fix warning PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-07-081-1/+1
* ceph: snapshot nfs re-exportYan, Zheng2019-05-071-27/+323
* ceph: factor out ceph_lookup_inode()Luis Henriques2019-05-071-2/+12
* 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