summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn2023-11-033-7/+28
| * ceph: handle idmapped mounts in create_request_message()Christian Brauner2023-11-032-5/+56
| * ceph: stash idmapping in mdsc requestChristian Brauner2023-11-032-0/+6
| * libceph, ceph: move mdsmap.h to fs/cephXiubo Li2023-11-033-2/+77
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-0319-1312/+1747
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-0314-95/+95
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-039-36/+51
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-10-301-0/+1
|\ \
| * | fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-241-0/+1
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-306-41/+51
|\ \ \
| * | | ceph: convert to new timestamp accessorsJeff Layton2023-10-186-41/+51
* | | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
| | |/ | |/|
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-10-271-1/+1
|\ \ \
| * | | ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro2023-10-271-1/+1
| | |/ | |/|
* | | ceph: fix type promotion bug on 32bit systemsDan Carpenter2023-10-091-1/+1
* | | ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques2023-10-091-1/+1
* | | ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li2023-10-091-3/+1
|/ /
* / ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques2023-09-181-4/+2
|/
* Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-0618-462/+3532
|\
| * ceph: make num_fwd and num_retry to __u32Xiubo Li2023-08-312-87/+106
| * ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques2023-08-242-11/+10
| * ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li2023-08-242-13/+26
| * ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li2023-08-243-0/+23
| * ceph: drop messages from MDS when unmountingXiubo Li2023-08-247-22/+109
| * ceph: prevent snapshot creation in encrypted locked directoriesLuís Henriques2023-08-241-0/+5
| * ceph: add support for encrypted snapshot namesLuís Henriques2023-08-243-41/+201
| * ceph: invalidate pages when doing direct/sync writesLuís Henriques2023-08-241-5/+14
| * ceph: plumb in decryption during readsJeff Layton2023-08-242-34/+125
| * ceph: add encryption support to writepage and writepagesJeff Layton2023-08-242-21/+98
| * ceph: add read/modify/write to ceph_sync_writeJeff Layton2023-08-241-28/+290
| * ceph: align data in pages in ceph_sync_writeJeff Layton2023-08-241-10/+10
| * ceph: don't use special DIO path for encrypted inodesJeff Layton2023-08-241-2/+4
| * ceph: add truncate size handling support for fscryptXiubo Li2023-08-244-12/+234
| * ceph: add object version support for sync readXiubo Li2023-08-242-12/+35
| * ceph: add infrastructure for file encryption and decryptionJeff Layton2023-08-242-0/+251
| * ceph: handle fscrypt fields in cap messages from MDSJeff Layton2023-08-241-2/+83
| * ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton2023-08-246-22/+70
| * ceph: mark directory as non-complete after loading keyLuís Henriques2023-08-244-9/+46
| * 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