Age | Commit message (Expand) | Author | Files | Lines |
2025-06-01 | ceph: cleanup hardcoded constants of file handle size |  Viacheslav Dubeyko | 1 | -8/+13 |
2024-11-18 | ceph: miscellaneous spelling fixes |  Dmitry Antipov | 1 | -2/+2 |
2024-11-18 | ceph: Use strscpy() instead of strcpy() in __get_snap_name() |  Abdul Rahim | 1 | -1/+7 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h |  Al Viro | 1 | -1/+1 |
2024-01-15 | ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing |  Al Viro | 1 | -2/+0 |
2023-11-03 | ceph: print cluster fsid and client global_id in all debug logs |  Xiubo Li | 1 | -17/+22 |
2023-11-03 | ceph: rename _to_client() to _to_fs_client() |  Xiubo Li | 1 | -5/+5 |
2023-08-24 | ceph: make ceph_fill_trace and ceph_get_name decrypt names |  Jeff Layton | 1 | -12/+32 |
2022-10-04 | ceph: fail the open_by_handle_at() if the dentry is being unlinked |  Xiubo Li | 1 | -1/+2 |
2021-11-08 | ceph: shut down access to inode when async create fails |  Jeff Layton | 1 | -1/+11 |
2021-06-29 | ceph: take reference to req->r_parent at point of assignment |  Jeff Layton | 1 | -0/+1 |
2021-05-06 | Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -1/+11 |
2021-04-27 | ceph: don't allow access to MDS-private inodes |  Jeff Layton | 1 | -0/+8 |
2021-04-27 | ceph: fix inode leak on getattr error in __fh_to_dentry |  Jeff Layton | 1 | -1/+3 |
2021-03-08 | ceph: fix up error handling with snapdirs |  Jeff Layton | 1 | -4/+5 |
2020-06-01 | ceph: don't return -ESTALE if there's still an open file |  Luis Henriques | 1 | -1/+8 |
2020-03-30 | ceph: return ceph_mdsc_do_request() errors from __get_parent() |  Qiujun Huang | 1 | -0/+5 |
2019-09-16 | ceph: move static keyword to the front of declarations |  Krzysztof Wilczynski | 1 | -3/+3 |
2019-09-16 | ceph: fix indentation in __get_snap_name() |  Ilya Dryomov | 1 | -27/+27 |
2019-07-08 | ceph: fix warning PTR_ERR_OR_ZERO can be used |  Hariprasad Kelam | 1 | -1/+1 |
2019-05-07 | ceph: snapshot nfs re-export |  Yan, Zheng | 1 | -27/+323 |
2019-05-07 | ceph: factor out ceph_lookup_inode() |  Luis Henriques | 1 | -2/+12 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-06-14 | ceph: check i_nlink while converting a file handle to dentry |  Luis Henriques | 1 | -0/+4 |
2017-02-20 | ceph: add a new flag to indicate whether parent is locked |  Jeff Layton | 1 | -1/+2 |
2016-10-28 | ceph: switch to use of ->d_init() |  Al Viro | 1 | -24/+2 |
2016-06-24 | ceph: fix d_obtain_alias() misuses |  Al Viro | 1 | -7/+3 |
2016-03-25 | ceph: fix security xattr deadlock |  Yan, Zheng | 1 | -0/+13 |
2016-01-22 | wrappers for ->i_mutex access |  Al Viro | 1 | -2/+2 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations |  David Howells | 1 | -14/+14 |
2014-06-06 | ceph: ceph_get_parent() can be static |  Fengguang Wu | 1 | -1/+1 |
2014-04-03 | ceph: add get_name() NFS export callback |  Yan, Zheng | 1 | -0/+40 |
2014-04-03 | ceph: fix ceph_fh_to_parent() |  Yan, Zheng | 1 | -33/+9 |
2014-04-03 | ceph: add get_parent() NFS export callback |  Yan, Zheng | 1 | -0/+60 |
2014-04-03 | ceph: simplify ceph_fh_to_dentry() |  Yan, Zheng | 1 | -135/+32 |
2013-02-26 | fs: encode_fh: return FILEID_INVALID if invalid fid_type |  Namjae Jeon | 1 | -2/+2 |
2012-12-18 | ceph: fix dentry reference leak in ceph_encode_fh() |  Cyril Roelandt | 1 | -1/+3 |
2012-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -0/+2 |
2012-10-29 | ceph: fix dentry reference leak in encode_fh() |  David Zafman | 1 | -0/+2 |
2012-10-09 | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking |  Hugh Dickins | 1 | -4/+14 |
2012-05-29 | ceph: move encode_fh to new API |  Sage Weil | 1 | -13/+21 |
2012-05-29 | ->encode_fh() API change |  Al Viro | 1 | -0/+2 |
2012-01-10 | ceph: avoid useless dget/dput in encode_fh |  Sage Weil | 1 | -4/+2 |
2011-07-26 | ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug |  Sage Weil | 1 | -9/+15 |
2011-06-07 | ceph: use ihold when we already have an inode ref |  Sage Weil | 1 | -2/+2 |
2011-05-24 | ceph: avoid inode lookup on nfs fh reconnect |  Sage Weil | 1 | -2/+6 |
2011-05-24 | ceph: use LOOKUPINO to make unconnected nfs fh more reliable |  Sage Weil | 1 | -2/+17 |
2011-01-12 | ceph: add dir_layout to inode |  Sage Weil | 1 | -1/+1 |
2010-10-20 | ceph: factor out libceph from Ceph file system |  Yehuda Sadeh | 1 | -2/+3 |
2010-10-07 | ceph: Update max_len with minimum required size |  Aneesh Kumar K.V | 1 | -1/+4 |