aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-3/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2022-08-03ceph: wait for the first reply of inflight async unlinkGravatar Xiubo Li 1-9/+70
2022-03-21ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorGravatar Xiubo Li 1-1/+10
2022-03-01ceph: fix comments mentioning i_mutexGravatar hongnanli 1-3/+3
2021-06-29ceph: take reference to req->r_parent at point of assignmentGravatar Jeff Layton 1-0/+9
2021-06-29ceph: eliminate session->s_gen_ttl_lockGravatar Jeff Layton 1-3/+1
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRGravatar Jeff Layton 1-2/+1
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupGravatar Jeff Layton 1-10/+12
2021-04-27ceph: don't use d_add in ceph_handle_snapdirGravatar Jeff Layton 1-11/+19
2021-04-27ceph: fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-11/+12
2020-12-14Revert "ceph: allow rename operation under different quota realms"Gravatar Luis Henriques 1-5/+4
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-13/+7
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-18/+13
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-18/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-04ceph: set sec_context xattr on symlink creationGravatar Jeff Layton 1-0/+4
2020-06-01ceph: allow rename operation under different quota realmsGravatar Luis Henriques 1-4/+5
2020-06-01ceph: add caps perf metric for each superblockGravatar Xiubo Li 1-2/+3
2020-06-01ceph: add dentry lease metric supportGravatar Xiubo Li 1-0/+12
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sGravatar Jeff Layton 1-2/+2
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-6/+15
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsGravatar Jeff Layton 1-4/+104
2020-03-30ceph: add infrastructure for waiting for async create to completeGravatar Jeff Layton 1-1/+1
2020-03-30ceph: track primary dentry linkGravatar Jeff Layton 1-0/+1
2020-01-27ceph: print dentry offset in hex and fix xattr_version typeGravatar Xiubo Li 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Gravatar Al Viro 1-7/+8
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsGravatar Arnd Bergmann 1-0/+1
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2019-07-08ceph: add selinux supportGravatar Yan, Zheng 1-0/+12
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxGravatar Yan, Zheng 1-14/+14
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Gravatar Yan, Zheng 1-4/+3
2019-07-08ceph: fix dir_lease_is_valid()Gravatar Yan, Zheng 1-9/+17
2019-07-04ceph: don't open-code the check for dead lockrefGravatar Al Viro 1-1/+1
2019-04-23ceph: ensure d_name stability in ceph_dentry_hash()Gravatar Jeff Layton 1-1/+5
2019-03-05ceph: add mount option to limit caps countGravatar Yan, Zheng 1-1/+19
2019-03-05ceph: periodically trim stale dentriesGravatar Yan, Zheng 1-50/+257
2019-03-05ceph: delete stale dentry when last reference is droppedGravatar Yan, Zheng 1-29/+101
2018-08-02ceph: use timespec64 for inode timestampGravatar Arnd Bergmann 1-3/+3
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Gravatar Chengguang Xu 1-2/+4
2018-08-02ceph: add d_drop for some error cases in ceph_mknod()Gravatar Chengguang Xu 1-3/+5
2018-06-04ceph: support file lock on directoryGravatar Yan, Zheng 1-0/+2
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-92/+112
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0