aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingGravatar Xiubo Li 1-0/+2
2023-08-24ceph: drop messages from MDS when unmountingGravatar Xiubo Li 1-0/+3
2023-08-24ceph: add truncate size handling support for fscryptGravatar Xiubo Li 1-0/+7
2023-08-24ceph: add object version support for sync readGravatar Xiubo Li 1-0/+3
2023-08-22ceph: implement -o test_dummy_encryption mount optionGravatar Jeff Layton 1-1/+8
2023-08-22ceph: fscrypt_auth handling for cephGravatar Jeff Layton 1-1/+14
2023-08-22ceph: preallocate inode for ops that may create oneGravatar Jeff Layton 1-1/+8
2023-08-22ceph: add new mount option to enable sparse readsGravatar Jeff Layton 1-0/+1
2023-06-30ceph: add a dedicated private data for netfs rreqGravatar Xiubo Li 1-0/+13
2023-04-30ceph: fix potential use-after-free bug when trimming capsGravatar Xiubo Li 1-0/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+4
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceGravatar Xiubo Li 1-0/+1
2023-02-02ceph: move mount state enum to super.hGravatar Xiubo Li 1-0/+10
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-02ceph: switch to vfs_inode_has_locks() to fix file lock bugGravatar Xiubo Li 1-1/+0
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+3
2022-12-12ceph: try to check caps immediately after async creating finishesGravatar Xiubo Li 1-0/+2
2022-12-12ceph: remove useless session parameter for check_caps()Gravatar Xiubo Li 1-2/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-1/+1
2022-08-03ceph: don't get the inline data for new creating filesGravatar Xiubo Li 1-0/+8
2022-08-03ceph: update the auth cap when the async create req is forwardedGravatar Xiubo Li 1-0/+2
2022-08-03ceph: make change_auth_cap_ses a global symbolGravatar Xiubo Li 1-0/+2
2022-08-03ceph: wait for the first reply of inflight async unlinkGravatar Xiubo Li 1-5/+14
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-7/+3
2022-05-25ceph: fix statfs for subdir mountsGravatar Luís Henriques 1-4/+24
2022-05-25ceph: try to choose the auth MDS if possible for getattrGravatar Xiubo Li 1-0/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+8
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-3/+6
2022-03-22ceph: remove reliance on bdi congestionGravatar NeilBrown 1-0/+1
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-9/+8
2022-03-01ceph: do not release the global snaprealm until unmountingGravatar Xiubo Li 1-1/+1
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextGravatar Xiubo Li 1-0/+2
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapGravatar Xiubo Li 1-1/+1
2022-03-01ceph: add getvxattr opGravatar Milind Changire 1-0/+1
2022-03-01ceph: uninline the data on a file opened for writingGravatar David Howells 1-1/+1
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-11/+17
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hGravatar Jeff Layton 1-3/+0
2022-01-13ceph: add new "nopagecache" optionGravatar Jeff Layton 1-0/+1
2022-01-13ceph: don't check for quotas on MDS stray dirsGravatar Jeff Layton 1-8/+12
2022-01-13ceph: Fix incorrect statfs report for small quotaGravatar Kotresh HR 1-0/+1
2022-01-13ceph: new device mount syntaxGravatar Venky Shankar 1-0/+3
2022-01-11ceph: conversion to new fscache APIGravatar Jeff Layton 1-2/+1
2021-11-08ceph: split 'metric' debugfs file into several filesGravatar Luís Henriques 1-1/+1
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeGravatar Jeff Layton 1-0/+1
2021-11-08ceph: shut down access to inode when async create failsGravatar Jeff Layton 1-0/+11
2021-11-08ceph: refactor remove_session_caps_cbGravatar Jeff Layton 1-0/+1
2021-11-08ceph: enable async dirops by defaultGravatar Jeff Layton 1-1/+2