summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph: improve caps debugging outputPatrick Donnelly2024-11-191-18/+17
* ceph: correct ceph_mds_cap_peer field namePatrick Donnelly2024-11-191-9/+9
* ceph: miscellaneous spelling fixesDmitry Antipov2024-11-181-1/+1
* ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert2024-11-181-14/+0
* ceph: Fix typo in the commentYan Zhen2024-09-241-1/+1
* ceph: flush all caps releases when syncing the whole filesystemXiubo Li2024-09-241-0/+22
* ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()Xiubo Li2024-09-241-1/+1
* ceph: Convert to use jiffies macroChen Yufan2024-08-271-1/+2
* ceph: force sending a cap update msg back to MDS for revoke opXiubo Li2024-08-011-11/+24
* ceph: use cap_wait_list only if debugfs is enabledMax Kellermann2024-07-231-0/+6
* 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