summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: put the requests/sessions when it fails to alloc memoryXiubo Li2022-01-261-18/+37
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-2/+1
|\
| * ceph: remove redundant Lsx caps checkXiubo Li2022-01-131-2/+1
* | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-121-1/+2
|\ \ | |/ |/|
| * ceph: conversion to new fscache APIJeff Layton2022-01-111-1/+2
* | ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-011-8/+8
|/
* ceph: shut down access to inode when async create failsJeff Layton2021-11-081-6/+6
* ceph: refactor remove_session_caps_cbJeff Layton2021-11-081-0/+116
* ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton2021-11-081-8/+8
* ceph: print inode numbers instead of pointer valuesJeff Layton2021-11-081-4/+5
* ceph: fix handling of "meta" errorsJeff Layton2021-10-191-9/+3
* ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter2021-09-211-2/+2
* ceph: fix dereference of null pointer cfColin Ian King2021-09-031-0/+3
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-021-0/+2
* ceph: don't WARN if we're forcibly removing the session capsXiubo Li2021-09-021-9/+30
* ceph: remove the capsnaps when removing capsXiubo Li2021-09-021-17/+51
* ceph: print more information when we can't find snaprealmJeff Layton2021-09-021-6/+5
* ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-021-33/+3
* ceph: flush the mdlog before waiting on unsafe reqsXiubo Li2021-09-021-0/+76
* ceph: make iterate_sessions a global symbolXiubo Li2021-09-021-25/+1
* ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton2021-09-021-2/+3
* ceph: correctly handle releasing an embedded cap flushXiubo Li2021-08-251-8/+13
* ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques2021-08-041-1/+16
* ceph: eliminate ceph_async_iput()Jeff Layton2021-06-291-6/+3
* ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2021-06-291-10/+3