summaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-8/+13
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro1-8/+13
2023-11-25dentry: switch the lists of children to hlistAl Viro1-1/+1
2023-11-04ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner1-0/+4
2023-11-04ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-86/+132
2023-11-04ceph: rename _to_client() to _to_fs_client()Xiubo Li1-11/+11
2023-11-04ceph: pass the mdsc to several helpersXiubo Li1-1/+1
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques1-6/+7
2023-08-24ceph: prevent snapshot creation in encrypted locked directoriesLuís Henriques1-0/+5
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton1-0/+3
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques1-4/+4
2023-08-24ceph: add some fscrypt guardrailsJeff Layton1-0/+9
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton1-5/+49
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li1-6/+30
2023-08-24ceph: make d_revalidate call fscrypt revalidator for encrypted dentriesJeff Layton1-2/+7
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton1-0/+11
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton1-32/+38
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-2/+3
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li1-7/+10
2023-04-30ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li1-2/+11
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li1-9/+70
2022-03-21ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li1-1/+10
2022-03-01ceph: fix comments mentioning i_mutexhongnanli1-3/+3
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton1-0/+9
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton1-3/+1
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton1-2/+1
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton1-10/+12
2021-04-28ceph: don't use d_add in ceph_handle_snapdirJeff Layton1-11/+19
2021-04-28ceph: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-11/+12
2020-12-15Revert "ceph: allow rename operation under different quota realms"Luis Henriques1-5/+4
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li1-13/+7
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-18/+13
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-18/+13
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques1-4/+5
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-2/+3
2020-06-01ceph: add dentry lease metric supportXiubo Li1-0/+12
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton1-2/+2
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-6/+15
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton1-4/+104
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton1-1/+1
2020-03-30ceph: track primary dentry linkJeff Layton1-0/+1