aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+2
2022-01-11ceph: 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
2021-09-03ceph: fix dereference of null pointer cfColin Ian King1-0/+3
2021-09-02ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
2021-09-02ceph: don't WARN if we're forcibly removing the session capsXiubo Li1-9/+30
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li1-17/+51
2021-09-02ceph: print more information when we can't find snaprealmJeff Layton1-6/+5
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton1-33/+3
2021-09-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li1-0/+76
2021-09-02ceph: make iterate_sessions a global symbolXiubo Li1-25/+1
2021-09-02ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton1-2/+3
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li1-8/+13
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques1-1/+16
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton1-6/+3
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton1-10/+3
2021-06-29ceph: don't take s_mutex in try_flush_capsJeff Layton1-14/+2
2021-06-29ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton1-61/+11
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton1-9/+6
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-18/+9
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton1-3/+3
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton1-6/+5
2021-04-27ceph: fix fscache invalidationJeff Layton1-0/+1
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton1-9/+0