summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2024-04-17ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li3-9/+7
2024-04-17ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown1-1/+3
2024-03-27ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2-4/+9
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li3-1/+69
2024-02-13ceph: always queue a writeback when revoking the Fb capsXiubo Li1-24/+24
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li4-14/+5
2024-02-07ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave1-1/+2
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li1-0/+2
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-48/+89
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-63/+11
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro1-8/+13
2024-01-15ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro1-2/+0
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao1-17/+22
2024-01-15ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li1-2/+2
2024-01-15ceph: send oldest_client_tid when renewing capsXiubo Li1-5/+17
2024-01-15ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li1-3/+5
2024-01-15ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers1-0/+1
2024-01-15ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li3-3/+23
2024-01-15ceph: reinitialize mds feature bit even when session in openVenky Shankar1-1/+1
2024-01-15ceph: skip reconnecting if MDS is not readyXiubo Li1-1/+2
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-2/+2
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-1/+1
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells2-32/+2
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2-17/+8
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells2-13/+0
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+2
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-2/+2
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein1-4/+5
2023-11-25dentry: switch the lists of children to hlistAl Viro2-2/+2
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