aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2023-12-12fs: use splice_copy_file_range() inline helperGravatar Amir Goldstein 1-2/+2
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2023-12-01fs: fork splice_file_range() from do_splice_direct()Gravatar Amir Goldstein 1-4/+5
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 22-1462/+2080
2023-11-03ceph: allow idmapped mountsGravatar Christian Brauner 1-1/+1
2023-11-03ceph: allow idmapped atomic_open inode opGravatar Christian Brauner 1-2/+9
2023-11-03ceph: allow idmapped set_acl inode opGravatar Christian Brauner 1-1/+1
2023-11-03ceph: allow idmapped setattr inode opGravatar Christian Brauner 1-8/+12
2023-11-03ceph: pass idmap to __ceph_setattrGravatar Alexander Mikhalitsyn 4-8/+8
2023-11-03ceph: allow idmapped permission inode opGravatar Christian Brauner 1-1/+1
2023-11-03ceph: allow idmapped getattr inode opGravatar Christian Brauner 1-1/+1
2023-11-03ceph: pass an idmapping to mknod/symlink/mkdirGravatar Christian Brauner 1-0/+4
2023-11-03ceph: add enable_unsafe_idmap module parameterGravatar Alexander Mikhalitsyn 3-7/+28
2023-11-03ceph: handle idmapped mounts in create_request_message()Gravatar Christian Brauner 2-5/+56
2023-11-03ceph: stash idmapping in mdsc requestGravatar Christian Brauner 2-0/+6
2023-11-03libceph, ceph: move mdsmap.h to fs/cephGravatar Xiubo Li 3-2/+77
2023-11-03ceph: print cluster fsid and client global_id in all debug logsGravatar Xiubo Li 19-1312/+1747
2023-11-03ceph: rename _to_client() to _to_fs_client()Gravatar Xiubo Li 14-95/+95
2023-11-03ceph: pass the mdsc to several helpersGravatar Xiubo Li 9-36/+51
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxGravatar Linus Torvalds 1-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 6-41/+51
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-2/+2
2023-10-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2023-10-27ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockGravatar Al Viro 1-1/+1
2023-10-18ceph: convert to new timestamp accessorsGravatar Jeff Layton 6-41/+51
2023-10-09ceph: move ceph_xattr_handlers to .rodataGravatar Wedson Almeida Filho 2-2/+2
2023-10-09ceph: fix type promotion bug on 32bit systemsGravatar Dan Carpenter 1-1/+1
2023-10-09ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Gravatar Luis Henriques 1-1/+1
2023-10-09ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Gravatar Xiubo Li 1-3/+1
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outGravatar Eric Biggers 1-0/+1
2023-09-18ceph: remove unnecessary check for NULL in parse_longname()Gravatar Luís Henriques 1-4/+2
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 18-462/+3532
2023-08-31ceph: make num_fwd and num_retry to __u32Gravatar Xiubo Li 2-87/+106
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 5-12/+14
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperGravatar Luís Henriques 2-11/+10
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptGravatar Xiubo Li 2-13/+26
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingGravatar Xiubo Li 3-0/+23
2023-08-24ceph: drop messages from MDS when unmountingGravatar Xiubo Li 7-22/+109
2023-08-24ceph: prevent snapshot creation in encrypted locked directoriesGravatar Luís Henriques 1-0/+5
2023-08-24ceph: add support for encrypted snapshot namesGravatar Luís Henriques 3-41/+201
2023-08-24ceph: invalidate pages when doing direct/sync writesGravatar Luís Henriques 1-5/+14
2023-08-24ceph: plumb in decryption during readsGravatar Jeff Layton 2-34/+125
2023-08-24ceph: add encryption support to writepage and writepagesGravatar Jeff Layton 2-21/+98
2023-08-24ceph: add read/modify/write to ceph_sync_writeGravatar Jeff Layton 1-28/+290
2023-08-24ceph: align data in pages in ceph_sync_writeGravatar Jeff Layton 1-10/+10
2023-08-24ceph: don't use special DIO path for encrypted inodesGravatar Jeff Layton 1-2/+4
2023-08-24ceph: add truncate size handling support for fscryptGravatar Xiubo Li 4-12/+234
2023-08-24ceph: add object version support for sync readGravatar Xiubo Li 2-12/+35