summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-14ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li1-1/+1
2022-12-02ceph: fix NULL pointer dereference for req->r_sessionXiubo Li1-36/+12
2022-12-02ceph: Use kcalloc for allocating multiple elementsKenneth Lee1-1/+1
2022-12-02ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li1-0/+4
2022-12-02ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-12-02ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter1-2/+2
2022-12-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li1-0/+76
2022-12-02ceph: make iterate_sessions a global symbolXiubo Li1-25/+1
2022-08-25ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton1-14/+13
2021-12-22ceph: fix duplicate increment of opened_inodes metricHu Weiwen1-8/+8
2021-10-27ceph: fix handling of "meta" errorsJeff Layton1-9/+3
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
2021-09-26ceph: remove the capsnaps when removing capsXiubo Li1-17/+51
2021-09-18ceph: fix dereference of null pointer cfColin Ian King1-0/+3
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li1-8/+13
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques1-1/+16
2021-05-22ceph: fix fscache invalidationJeff Layton1-0/+1
2021-03-04ceph: fix flush_snap logic after putting capsJeff Layton1-4/+6
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton1-1/+1
2020-10-12ceph: comment cleanups and clarificationsJeff Layton1-0/+16
2020-10-12ceph: break up send_cap_msgJeff Layton1-32/+28
2020-10-12ceph: drop separate mdsc argument from __send_capJeff Layton1-6/+5
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li1-2/+36
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li1-2/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-7/+7
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton1-6/+4
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li1-0/+2
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li1-2/+13
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton1-0/+2
2020-06-01ceph: request expedited service on session's last cap flushJeff Layton1-2/+6
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton1-13/+65
2020-06-01ceph: reset i_requested_max_size if file write is not wantedYan, Zheng1-10/+19
2020-06-01ceph: fix potential race in ceph_check_capsJeff Layton1-1/+13
2020-06-01ceph: don't take i_ceph_lock in handle_cap_importJeff Layton1-3/+2
2020-06-01ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton1-8/+10
2020-06-01ceph: add comments for handle_cap_flush_ack logicJeff Layton1-1/+13
2020-06-01ceph: split up __finish_cap_flushJeff Layton1-31/+29
2020-06-01ceph: reorganize __send_cap for less spinlock abuseJeff Layton1-79/+86
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-0/+19
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton1-1/+1
2020-05-04ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-05-04ceph: fix special error code in ceph_try_get_caps()Wu Bo1-1/+1
2020-03-30ceph: wait for async creating inode before requesting new max sizeYan, Zheng1-0/+5
2020-03-30ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-03-30ceph: request new max size only when there is auth capYan, Zheng1-1/+1
2020-03-30ceph: cleanup return error of try_get_cap_refs()Yan, Zheng1-11/+15
2020-03-30ceph: check all mds' caps after page writebackYan, Zheng1-1/+1
2020-03-30ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng1-1/+2
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng1-23/+3