summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2021-10-27ceph: fix handling of "meta" errorsJeff Layton
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-09-26ceph: remove the capsnaps when removing capsXiubo Li
2021-09-26ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton
2021-09-18ceph: fix dereference of null pointer cfColin Ian King
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
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton
2020-12-14ceph: don't WARN when removing caps due to blocklistingJeff Layton
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-10-12ceph: comment cleanups and clarificationsJeff Layton
2020-10-12ceph: break up send_cap_msgJeff Layton
2020-10-12ceph: drop separate mdsc argument from __send_capJeff Layton
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton
2020-06-01ceph: request expedited service on session's last cap flushJeff Layton
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton
2020-06-01ceph: reset i_requested_max_size if file write is not wantedYan, Zheng
2020-06-01ceph: fix potential race in ceph_check_capsJeff Layton
2020-06-01ceph: don't take i_ceph_lock in handle_cap_importJeff Layton
2020-06-01ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton
2020-06-01ceph: add comments for handle_cap_flush_ack logicJeff Layton
2020-06-01ceph: split up __finish_cap_flushJeff Layton
2020-06-01ceph: reorganize __send_cap for less spinlock abuseJeff Layton
2020-06-01ceph: add caps perf metric for each superblockXiubo Li
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton
2020-05-04ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-04ceph: fix special error code in ceph_try_get_caps()Wu Bo
2020-03-30ceph: wait for async creating inode before requesting new max sizeYan, Zheng