summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
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-01-15ceph: fix deadlock or deadcode of misusing dget()Xiubo Li
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
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-18ceph: convert to new timestamp accessorsJeff Layton
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo 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: handle fscrypt fields in cap messages from MDSJeff Layton
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton
2023-07-13ceph: convert to ctime accessor functionsJeff Layton
2023-06-30ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li
2023-06-30ceph: issue a cap release immediately if no cap existsXiubo Li
2023-06-30ceph: trigger to flush the buffer when making snapshotXiubo Li
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2023-01-02ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li
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-11-14ceph: fix NULL pointer dereference for req->r_sessionXiubo Li
2022-10-04ceph: Use kcalloc for allocating multiple elementsKenneth Lee
2022-10-04ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li
2022-10-04ceph: wake up the waiters if any new caps comesXiubo Li
2022-08-03ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li
2022-08-03ceph: make change_auth_cap_ses a global symbolXiubo Li
2022-08-03ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton
2022-06-29ceph: wait on async create before checking caps for syncfsJeff Layton
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-25ceph: try to queue a writeback if revoking failsXiubo Li
2022-05-25ceph: rename unsafe_request_wait()Xiubo Li
2022-05-25ceph: replace usage of found with dedicated list iterator variableJakob Koschel
2022-05-25ceph: use dedicated list iterator variableJakob Koschel
2022-04-25ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li
2022-04-25ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_capNiels Dossche
2022-03-21ceph: assign the ci only when the inode isn't NULLXiubo Li
2022-03-01ceph: wait for async create reply before sending any cap messagesJeff Layton
2022-01-26ceph: put the requests/sessions when it fails to alloc memoryXiubo Li
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds