summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-13ceph: remove redundant Lsx caps checkXiubo Li1-2/+1
2022-01-13Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2022-01-12ceph: conversion to new fscache APIJeff Layton1-1/+2
2021-12-01ceph: fix duplicate increment of opened_inodes metricHu Weiwen1-8/+8
2021-11-08ceph: shut down access to inode when async create failsJeff Layton1-6/+6
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton1-0/+116
2021-11-08ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton1-8/+8
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton1-4/+5
2021-10-19ceph: fix handling of "meta" errorsJeff Layton1-9/+3
2021-09-21ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter1-2/+2