summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: allow encrypting a directory while not having Ax capsLuís Henriques2023-08-241-1/+2
| * ceph: add some fscrypt guardrailsJeff Layton2023-08-245-9/+55
| * ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton2023-08-242-17/+150
| * ceph: add support to readdir for encrypted namesXiubo Li2023-08-246-26/+144
| * ceph: pass the request to parse_reply_info_readdir()Xiubo Li2023-08-241-10/+13
| * ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton2023-08-242-14/+60
| * ceph: add helpers for converting names for userland presentationJeff Layton2023-08-242-0/+123
| * ceph: make d_revalidate call fscrypt revalidator for encrypted dentriesJeff Layton2023-08-241-2/+7
| * ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton2023-08-242-0/+18
| * ceph: decode alternate_name in lease infoJeff Layton2023-08-242-10/+38
| * ceph: send alternate_name in MClientRequestJeff Layton2023-08-242-5/+74
| * ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton2023-08-245-25/+172
| * ceph: add base64 endcoding routines for encrypted namesLuís Henriques2023-08-222-0/+92
| * ceph: make ioctl cmds more readable in debug logXiubo Li2023-08-221-1/+38
| * ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton2023-08-222-0/+111
| * ceph: implement -o test_dummy_encryption mount optionJeff Layton2023-08-226-6/+186
| * ceph: fscrypt_auth handling for cephJeff Layton2023-08-2210-27/+372
| * ceph: use osd_req_op_extent_osd_iter for netfs readsJeff Layton2023-08-221-18/+1
| * ceph: make ceph_msdc_build_path use ref-walkJeff Layton2023-08-221-16/+19
| * ceph: preallocate inode for ops that may create oneJeff Layton2023-08-226-67/+179
| * ceph: add new mount option to enable sparse readsJeff Layton2023-08-224-11/+72
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\ \
| * | mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-285-12/+14
|\ \ \ | |_|/ |/| |
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | ceph: convert to ctime accessor functionsJeff Layton2023-07-135-11/+13
* | | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-2/+3
* | | ceph: defer stopping mdsc delayed_workXiubo Li2023-08-023-2/+17
| |/ |/|
* | ceph: never send metrics if disable_send_metrics is setXiubo Li2023-07-241-1/+1
|/
* Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-078-40/+154
|\
| * ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-06-301-0/+9
| * ceph: issue a cap release immediately if no cap existsXiubo Li2023-06-301-11/+29
| * ceph: trigger to flush the buffer when making snapshotXiubo Li2023-06-302-3/+12
| * ceph: fix blindly expanding the readahead windowsXiubo Li2023-06-301-7/+33
| * ceph: add a dedicated private data for netfs rreqXiubo Li2023-06-302-11/+47
| * ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li2023-06-302-8/+12
| * ceph: try to dump the msgs when decoding failsXiubo Li2023-06-301-0/+4
| * ceph: only send metrics when the MDS rank is readyXiubo Li2023-06-301-0/+8
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-6/+0
|\ \
| * | filemap: update ki_pos in generic_perform_writeChristoph Hellwig2023-06-091-2/+0
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-4/+0
* | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+64
|\ \ \ | |_|/ |/| |
| * | ceph: Provide a splice-read wrapperDavid Howells2023-05-241-1/+64
* | | ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-082-1/+9
| |/ |/|
* | ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-181-0/+13
* | ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-05-181-1/+2
|/
* Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-05-048-47/+102
|\
| * ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET2023-04-301-1/+1
| * ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li2023-04-302-3/+16
| * ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-305-35/+62