summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2023-08-24ceph: allow encrypting a directory while not having Ax capsLuís Henriques1-1/+2
2023-08-24ceph: add some fscrypt guardrailsJeff Layton5-9/+55
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton2-17/+150
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li6-26/+144
2023-08-24ceph: pass the request to parse_reply_info_readdir()Xiubo Li1-10/+13
2023-08-24ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton2-14/+60
2023-08-24ceph: add helpers for converting names for userland presentationJeff Layton2-0/+123
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 Layton2-0/+18
2023-08-24ceph: decode alternate_name in lease infoJeff Layton2-10/+38
2023-08-24ceph: send alternate_name in MClientRequestJeff Layton2-5/+74
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton5-25/+172
2023-08-22ceph: add base64 endcoding routines for encrypted namesLuís Henriques2-0/+92
2023-08-22ceph: make ioctl cmds more readable in debug logXiubo Li1-1/+38
2023-08-22ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton2-0/+111
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton6-6/+186
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton10-27/+372
2023-08-22ceph: use osd_req_op_extent_osd_iter for netfs readsJeff Layton1-18/+1
2023-08-22ceph: make ceph_msdc_build_path use ref-walkJeff Layton1-16/+19
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton6-67/+179
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton4-11/+72
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-2/+3
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li3-2/+17
2023-07-24ceph: never send metrics if disable_send_metrics is setXiubo Li1-1/+1
2023-07-13ceph: convert to ctime accessor functionsJeff Layton5-11/+13
2023-07-08Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-40/+154
2023-06-30ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-06-30ceph: issue a cap release immediately if no cap existsXiubo Li1-11/+29
2023-06-30ceph: trigger to flush the buffer when making snapshotXiubo Li2-3/+12
2023-06-30ceph: fix blindly expanding the readahead windowsXiubo Li1-7/+33
2023-06-30ceph: add a dedicated private data for netfs rreqXiubo Li2-11/+47
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li2-8/+12
2023-06-30ceph: try to dump the msgs when decoding failsXiubo Li1-0/+4
2023-06-30ceph: only send metrics when the MDS rank is readyXiubo Li1-0/+8
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+0
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+64
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-2/+0
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+0
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2-1/+9
2023-05-24ceph: Provide a splice-read wrapperDavid Howells1-1/+64
2023-05-18ceph: force updating the msg pointer in non-split caseXiubo Li1-0/+13
2023-05-18ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li1-1/+2
2023-05-05Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-47/+102
2023-04-30ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET1-1/+1
2023-04-30ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li2-3/+16
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li5-35/+62
2023-04-30ceph: implement writeback livelock avoidance using page taggingXiubo Li1-1/+10
2023-04-30ceph: do not print the whole xattr value if it's too longXiubo Li1-7/+13