aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2022-08-25ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton
2022-06-29ceph: wait on async create before checking caps for syncfsJeff Layton
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-25ceph: try to queue a writeback if revoking failsXiubo Li
2022-05-25ceph: rename unsafe_request_wait()Xiubo Li
2022-05-25ceph: replace usage of found with dedicated list iterator variableJakob Koschel
2022-05-25ceph: use dedicated list iterator variableJakob Koschel
2022-04-25ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li
2022-04-25ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_capNiels Dossche
2022-03-21ceph: assign the ci only when the inode isn't NULLXiubo Li
2022-03-01ceph: wait for async create reply before sending any cap messagesJeff Layton
2022-01-26ceph: put the requests/sessions when it fails to alloc memoryXiubo Li
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-13ceph: remove redundant Lsx caps checkXiubo Li
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-11ceph: conversion to new fscache APIJeff Layton
2021-12-01ceph: fix duplicate increment of opened_inodes metricHu Weiwen
2021-11-08ceph: shut down access to inode when async create failsJeff Layton
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton
2021-11-08ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton
2021-10-19ceph: fix handling of "meta" errorsJeff Layton
2021-09-21ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter
2021-09-03ceph: fix dereference of null pointer cfColin Ian King
2021-09-02ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-09-02ceph: don't WARN if we're forcibly removing the session capsXiubo Li
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li
2021-09-02ceph: print more information when we can't find snaprealmJeff Layton
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton
2021-09-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li
2021-09-02ceph: make iterate_sessions a global symbolXiubo Li
2021-09-02ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton
2021-06-29ceph: don't take s_mutex in try_flush_capsJeff Layton
2021-06-29ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton
2021-04-27ceph: fix fscache invalidationJeff Layton
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton
2021-03-08ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton
2021-02-16ceph: defer flushing the capsnap if the Fb is usedXiubo Li
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton
2021-02-16ceph: fix flush_snap logic after putting capsJeff Layton
2020-12-14ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques
2020-12-14ceph: fix up some warnings on W=1 buildsJeff Layton