summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2024-04-11ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li
2024-04-11ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-03-19ceph: set correct cap mask for getattr request for readXiubo Li
2024-03-19ceph: stop copying to iter at EOF on sync readsXiubo Li
2024-03-18ceph: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-03-18ceph: break the check delayed cap loop every 5sXiubo Li
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li
2024-02-13ceph: always queue a writeback when revoking the Fb capsXiubo Li
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li
2024-02-07ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li
2024-02-05ceph: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05ceph: convert to using new filelock helpersJeff Layton
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro
2024-01-15ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao
2024-01-15ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li
2024-01-15ceph: send oldest_client_tid when renewing capsXiubo Li
2024-01-15ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li
2024-01-15ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers
2024-01-15ceph: fix deadlock or deadcode of misusing dget()Xiubo Li
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li
2024-01-15ceph: reinitialize mds feature bit even when session in openVenky Shankar
2024-01-15ceph: skip reconnecting if MDS is not readyXiubo Li
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-11-03ceph: allow idmapped mountsChristian Brauner
2023-11-03ceph: allow idmapped atomic_open inode opChristian Brauner
2023-11-03ceph: allow idmapped set_acl inode opChristian Brauner
2023-11-03ceph: allow idmapped setattr inode opChristian Brauner
2023-11-03ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn
2023-11-03ceph: allow idmapped permission inode opChristian Brauner
2023-11-03ceph: allow idmapped getattr inode opChristian Brauner
2023-11-03ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner