summaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)Author
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-11-03ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li
2023-11-03ceph: pass the mdsc to several helpersXiubo Li
2023-10-09ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li
2023-08-24ceph: add object version support for sync readXiubo Li
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton
2023-06-30ceph: add a dedicated private data for netfs rreqXiubo Li
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li
2023-02-02ceph: move mount state enum to super.hXiubo Li
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-02ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li
2022-08-03ceph: make change_auth_cap_ses a global symbolXiubo Li
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-25ceph: fix statfs for subdir mountsLuís Henriques
2022-05-25ceph: try to choose the auth MDS if possible for getattrXiubo Li
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-03-22ceph: remove reliance on bdi congestionNeilBrown
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextXiubo Li
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li
2022-03-01ceph: add getvxattr opMilind Changire
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton
2022-01-13ceph: add new "nopagecache" optionJeff Layton
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton