summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li2024-04-111-2/+2
* ceph: break the check delayed cap loop every 5sXiubo Li2024-03-181-0/+8
* ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-02-131-1/+16
* ceph: always queue a writeback when revoking the Fb capsXiubo Li2024-02-131-24/+24
* ceph: always check dir caps asynchronouslyXiubo Li2024-02-071-6/+0
* ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave2024-02-071-1/+2
* ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-01-151-6/+3
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-101-325/+438
|\
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-300/+410
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-031-20/+20
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-031-6/+9
* | ceph: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
|/
* Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-061-29/+206
|\
| * ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li2023-08-241-2/+2
| * ceph: drop messages from MDS when unmountingXiubo Li2023-08-241-1/+5
| * ceph: add truncate size handling support for fscryptXiubo Li2023-08-241-5/+13
| * ceph: handle fscrypt fields in cap messages from MDSJeff Layton2023-08-241-2/+83
| * ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton2023-08-241-18/+26
| * ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton2023-08-241-4/+28
| * ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-13/+65
* | ceph: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
|/
* ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-06-301-0/+9
* ceph: issue a cap release immediately if no cap existsXiubo Li2023-06-301-11/+29
* ceph: trigger to flush the buffer when making snapshotXiubo Li2023-06-301-0/+6
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-081-0/+6
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-301-1/+1
* Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-201-0/+1
|\
| * filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
* | ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-021-3/+13
|/
* ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-021-1/+1
* 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-14/+9
* ceph: fix NULL pointer dereference for req->r_sessionXiubo Li2022-11-141-36/+12
* ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-10-041-1/+1
* ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li2022-10-041-2/+6
* ceph: wake up the waiters if any new caps comesXiubo Li2022-10-041-0/+4
* ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li2022-08-031-2/+3
* ceph: don't get the inline data for new creating filesXiubo Li2022-08-031-1/+1
* ceph: make change_auth_cap_ses a global symbolXiubo Li2022-08-031-2/+2
* ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton2022-08-031-14/+13
* ceph: wait on async create before checking caps for syncfsJeff Layton2022-06-291-0/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-52/+52
* ceph: try to queue a writeback if revoking failsXiubo Li2022-05-251-4/+24
* ceph: rename unsafe_request_wait()Xiubo Li2022-05-251-4/+4
* ceph: replace usage of found with dedicated list iterator variableJakob Koschel2022-05-251-17/+15
* ceph: use dedicated list iterator variableJakob Koschel2022-05-251-3/+4
* ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li2022-04-251-0/+4
* ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_capNiels Dossche2022-04-251-0/+3
* ceph: assign the ci only when the inode isn't NULLXiubo Li2022-03-211-1/+1
* ceph: wait for async create reply before sending any cap messagesJeff Layton2022-03-011-0/+14