summaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton
2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-14Revert "ceph: allow rename operation under different quota realms"Luis Henriques
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques
2020-06-01ceph: add caps perf metric for each superblockXiubo Li
2020-06-01ceph: add dentry lease metric supportXiubo Li
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton
2020-03-30ceph: track primary dentry linkJeff Layton
2020-01-27ceph: print dentry offset in hex and fix xattr_version typeXiubo Li
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Al Viro
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-08ceph: add selinux supportYan, Zheng
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng
2019-07-08ceph: fix dir_lease_is_valid()Yan, Zheng
2019-07-04ceph: don't open-code the check for dead lockrefAl Viro
2019-04-23ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton
2019-03-05ceph: add mount option to limit caps countYan, Zheng
2019-03-05ceph: periodically trim stale dentriesYan, Zheng
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu
2018-08-02ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu
2018-06-04ceph: support file lock on directoryYan, Zheng
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-02ceph: don't check quota for snap inodeYan, Zheng
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques
2018-04-02ceph: optimize memory usageChengguang Xu
2018-04-02ceph: change variable name to follow common ruleChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang
2018-02-22get rid of pointless includes of fs_struct.hAl Viro
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng