summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-462/+3532
2023-08-31ceph: make num_fwd and num_retry to __u32Xiubo Li-87/+106
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-12/+14
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques-11/+10
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li-13/+26
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li-0/+23
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li-22/+109
2023-08-24ceph: prevent snapshot creation in encrypted locked directoriesLuís Henriques-0/+5
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques-41/+201
2023-08-24ceph: invalidate pages when doing direct/sync writesLuís Henriques-5/+14
2023-08-24ceph: plumb in decryption during readsJeff Layton-34/+125
2023-08-24ceph: add encryption support to writepage and writepagesJeff Layton-21/+98
2023-08-24ceph: add read/modify/write to ceph_sync_writeJeff Layton-28/+290
2023-08-24ceph: align data in pages in ceph_sync_writeJeff Layton-10/+10
2023-08-24ceph: don't use special DIO path for encrypted inodesJeff Layton-2/+4
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li-12/+234
2023-08-24ceph: add object version support for sync readXiubo Li-12/+35
2023-08-24ceph: add infrastructure for file encryption and decryptionJeff Layton-0/+251
2023-08-24ceph: handle fscrypt fields in cap messages from MDSJeff Layton-2/+83
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton-22/+70
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques-9/+46
2023-08-24ceph: allow encrypting a directory while not having Ax capsLuís Henriques-1/+2
2023-08-24ceph: add some fscrypt guardrailsJeff Layton-9/+55
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton-17/+150
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li-26/+144
2023-08-24ceph: pass the request to parse_reply_info_readdir()Xiubo Li-10/+13
2023-08-24ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton-14/+60
2023-08-24ceph: add helpers for converting names for userland presentationJeff Layton-0/+123
2023-08-24ceph: make d_revalidate call fscrypt revalidator for encrypted dentriesJeff Layton-2/+7
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton-0/+18
2023-08-24ceph: decode alternate_name in lease infoJeff Layton-10/+38
2023-08-24ceph: send alternate_name in MClientRequestJeff Layton-5/+74
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton-25/+172
2023-08-22ceph: add base64 endcoding routines for encrypted namesLuís Henriques-0/+92
2023-08-22ceph: make ioctl cmds more readable in debug logXiubo Li-1/+38
2023-08-22ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton-0/+111
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton-6/+186
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton-27/+372
2023-08-22ceph: use osd_req_op_extent_osd_iter for netfs readsJeff Layton-18/+1
2023-08-22ceph: make ceph_msdc_build_path use ref-walkJeff Layton-16/+19
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton-67/+179
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton-11/+72
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells-0/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds-2/+3
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li-2/+17
2023-07-24ceph: never send metrics if disable_send_metrics is setXiubo Li-1/+1
2023-07-13ceph: convert to ctime accessor functionsJeff Layton-11/+13
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-40/+154