summaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-03ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li
2023-11-03ceph: pass the mdsc to several helpersXiubo Li
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques
2023-08-24ceph: prevent snapshot creation in encrypted locked directoriesLuís Henriques
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques
2023-08-24ceph: add some fscrypt guardrailsJeff Layton
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li
2023-08-24ceph: make d_revalidate call fscrypt revalidator for encrypted dentriesJeff Layton
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li
2023-04-30ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li
2022-03-21ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li
2022-03-01ceph: fix comments mentioning i_mutexhongnanli
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