summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li1-1/+16
2024-02-13ceph: always queue a writeback when revoking the Fb capsXiubo Li1-24/+24
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li1-6/+0
2024-02-07ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave1-1/+2
2024-01-15ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-325/+438
2023-11-04ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-300/+410
2023-11-04ceph: rename _to_client() to _to_fs_client()Xiubo Li1-20/+20
2023-11-04ceph: pass the mdsc to several helpersXiubo Li1-6/+9
2023-10-18ceph: convert to new timestamp accessorsJeff Layton1-2/+2
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-29/+206
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li1-2/+2
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li1-1/+5
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li1-5/+13
2023-08-24ceph: handle fscrypt fields in cap messages from MDSJeff Layton1-2/+83
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton1-18/+26
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton1-4/+28
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton1-13/+65
2023-07-13ceph: convert to ctime accessor functionsJeff Layton1-1/+1
2023-06-30ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-06-30ceph: issue a cap release immediately if no cap existsXiubo Li1-11/+29
2023-06-30ceph: trigger to flush the buffer when making snapshotXiubo Li1-0/+6
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li1-0/+6
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li1-1/+1
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-0/+1
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li1-3/+13
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2023-01-02ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li1-1/+1
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li1-0/+2
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li1-14/+9
2022-11-14ceph: fix NULL pointer dereference for req->r_sessionXiubo Li1-36/+12
2022-10-04ceph: Use kcalloc for allocating multiple elementsKenneth Lee1-1/+1
2022-10-04ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li1-2/+6
2022-10-04ceph: wake up the waiters if any new caps comesXiubo Li1-0/+4
2022-08-03ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li1-2/+3
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li1-1/+1
2022-08-03ceph: make change_auth_cap_ses a global symbolXiubo Li1-2/+2
2022-08-03ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton1-14/+13
2022-06-29ceph: wait on async create before checking caps for syncfsJeff Layton1-0/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-52/+52
2022-05-25ceph: try to queue a writeback if revoking failsXiubo Li1-4/+24
2022-05-25ceph: rename unsafe_request_wait()Xiubo Li1-4/+4
2022-05-25ceph: replace usage of found with dedicated list iterator variableJakob Koschel1-17/+15
2022-05-25ceph: use dedicated list iterator variableJakob Koschel1-3/+4
2022-04-25ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li1-0/+4
2022-04-25ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_capNiels Dossche1-0/+3
2022-03-21ceph: assign the ci only when the inode isn't NULLXiubo Li1-1/+1
2022-03-01ceph: wait for async create reply before sending any cap messagesJeff Layton1-0/+14
2022-01-26ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+1