aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-08ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton1-1/+7
2021-02-16ceph: defer flushing the capsnap if the Fb is usedXiubo Li1-13/+20
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton1-4/+25
2021-02-16ceph: fix flush_snap logic after putting capsJeff Layton1-4/+6
2020-12-14ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-12-14ceph: fix up some warnings on W=1 buildsJeff Layton1-7/+4
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton1-1/+1
2020-12-14ceph: don't WARN when removing caps due to blocklistingJeff Layton1-1/+2
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