summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: always check dir caps asynchronouslyXiubo Li2024-02-071-2/+0
* ceph: try to allocate a smaller extent map for sparse readXiubo Li2024-01-151-0/+14
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-101-8/+15
|\
| * ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn2023-11-031-2/+2
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-0/+6
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-031-5/+5
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-031-1/+2
* | ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho2023-10-091-1/+1
|/
* ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li2023-08-241-0/+2
* ceph: drop messages from MDS when unmountingXiubo Li2023-08-241-0/+3
* ceph: add truncate size handling support for fscryptXiubo Li2023-08-241-0/+7
* ceph: add object version support for sync readXiubo Li2023-08-241-0/+3
* ceph: implement -o test_dummy_encryption mount optionJeff Layton2023-08-221-1/+8
* ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-1/+14
* ceph: preallocate inode for ops that may create oneJeff Layton2023-08-221-1/+8
* ceph: add new mount option to enable sparse readsJeff Layton2023-08-221-0/+1
* ceph: add a dedicated private data for netfs rreqXiubo Li2023-06-301-0/+13
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-301-0/+2
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-4/+4
|\
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-021-0/+1
* | ceph: move mount state enum to super.hXiubo Li2023-02-021-0/+10
* | ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-021-1/+0
|/
* Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-12-141-2/+3
|\
| * ceph: try to check caps immediately after async creating finishesXiubo Li2022-12-121-0/+2
| * ceph: remove useless session parameter for check_caps()Xiubo Li2022-12-121-2/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* ceph: don't get the inline data for new creating filesXiubo Li2022-08-031-0/+8
* ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-031-0/+2
* ceph: make change_auth_cap_ses a global symbolXiubo Li2022-08-031-0/+2
* ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-031-5/+14
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-7/+3
* ceph: fix statfs for subdir mountsLuís Henriques2022-05-251-4/+24
* ceph: try to choose the auth MDS if possible for getattrXiubo Li2022-05-251-0/+1
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-9/+8
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-9/+8
* | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-03-241-3/+6
|\|
| * ceph: do not release the global snaprealm until unmountingXiubo Li2022-03-011-1/+1
| * ceph: eliminate the recursion when rebuilding the snap contextXiubo Li2022-03-011-0/+2
| * ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li2022-03-011-1/+1
| * ceph: add getvxattr opMilind Changire2022-03-011-0/+1
| * ceph: uninline the data on a file opened for writingDavid Howells2022-03-011-1/+1
* | ceph: remove reliance on bdi congestionNeilBrown2022-03-221-0/+1
|/
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-11/+17
|\
| * ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-131-3/+0
| * ceph: add new "nopagecache" optionJeff Layton2022-01-131-0/+1
| * ceph: don't check for quotas on MDS stray dirsJeff Layton2022-01-131-8/+12