summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds22-1462/+2080
2023-11-04ceph: allow idmapped mountsChristian Brauner1-1/+1
2023-11-04ceph: allow idmapped atomic_open inode opChristian Brauner1-2/+9
2023-11-04ceph: allow idmapped set_acl inode opChristian Brauner1-1/+1
2023-11-04ceph: allow idmapped setattr inode opChristian Brauner1-8/+12
2023-11-04ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn4-8/+8
2023-11-04ceph: allow idmapped permission inode opChristian Brauner1-1/+1
2023-11-04ceph: allow idmapped getattr inode opChristian Brauner1-1/+1
2023-11-04ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner1-0/+4
2023-11-04ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn3-7/+28
2023-11-04ceph: handle idmapped mounts in create_request_message()Christian Brauner2-5/+56
2023-11-04ceph: stash idmapping in mdsc requestChristian Brauner2-0/+6
2023-11-04libceph, ceph: move mdsmap.h to fs/cephXiubo Li3-2/+77
2023-11-04ceph: print cluster fsid and client global_id in all debug logsXiubo Li19-1312/+1747
2023-11-04ceph: rename _to_client() to _to_fs_client()Xiubo Li14-95/+95
2023-11-04ceph: pass the mdsc to several helpersXiubo Li9-36/+51
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds6-41/+51
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-2/+2
2023-10-28Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2023-10-28ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro1-1/+1
2023-10-18ceph: convert to new timestamp accessorsJeff Layton6-41/+51
2023-10-09ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-09ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-10-09ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques1-1/+1
2023-10-09ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-09-25fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers1-0/+1
2023-09-18ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques1-4/+2
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds18-462/+3532
2023-08-31ceph: make num_fwd and num_retry to __u32Xiubo Li2-87/+106
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds5-12/+14
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques2-11/+10
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li2-13/+26
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li3-0/+23
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li7-22/+109
2023-08-24ceph: prevent snapshot creation in encrypted locked directoriesLuís Henriques1-0/+5
2023-08-24ceph: add support for encrypted snapshot namesLuís Henriques3-41/+201
2023-08-24ceph: invalidate pages when doing direct/sync writesLuís Henriques1-5/+14
2023-08-24ceph: plumb in decryption during readsJeff Layton2-34/+125
2023-08-24ceph: add encryption support to writepage and writepagesJeff Layton2-21/+98
2023-08-24ceph: add read/modify/write to ceph_sync_writeJeff Layton1-28/+290
2023-08-24ceph: align data in pages in ceph_sync_writeJeff Layton1-10/+10
2023-08-24ceph: don't use special DIO path for encrypted inodesJeff Layton1-2/+4
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li4-12/+234
2023-08-24ceph: add object version support for sync readXiubo Li2-12/+35
2023-08-24ceph: add infrastructure for file encryption and decryptionJeff Layton2-0/+251
2023-08-24ceph: handle fscrypt fields in cap messages from MDSJeff Layton1-2/+83
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton6-22/+70
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques4-9/+46