summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter2021-09-211-2/+2
* ceph: fix dereference of null pointer cfColin Ian King2021-09-031-0/+3
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-021-0/+2
* ceph: don't WARN if we're forcibly removing the session capsXiubo Li2021-09-021-9/+30
* ceph: remove the capsnaps when removing capsXiubo Li2021-09-021-17/+51
* ceph: print more information when we can't find snaprealmJeff Layton2021-09-021-6/+5
* ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-021-33/+3
* ceph: flush the mdlog before waiting on unsafe reqsXiubo Li2021-09-021-0/+76
* ceph: make iterate_sessions a global symbolXiubo Li2021-09-021-25/+1
* ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton2021-09-021-2/+3
* ceph: correctly handle releasing an embedded cap flushXiubo Li2021-08-251-8/+13
* ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques2021-08-041-1/+16
* ceph: eliminate ceph_async_iput()Jeff Layton2021-06-291-6/+3
* ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2021-06-291-10/+3
* ceph: don't take s_mutex in try_flush_capsJeff Layton2021-06-291-14/+2
* ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton2021-06-291-61/+11
* ceph: eliminate session->s_gen_ttl_lockJeff Layton2021-06-291-9/+6
* Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-061-18/+9
|\
| * ceph: fix up some bare fetches of i_sizeJeff Layton2021-04-271-3/+3
| * ceph: drop pinned_page parameter from ceph_get_capsJeff Layton2021-04-271-6/+5
| * ceph: fix fscache invalidationJeff Layton2021-04-271-0/+1
| * ceph: rip out old fscache readpage handlingJeff Layton2021-04-271-9/+0
* | ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton2021-03-081-1/+7
|/
* ceph: defer flushing the capsnap if the Fb is usedXiubo Li2021-02-161-13/+20
* ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-161-4/+25
* ceph: fix flush_snap logic after putting capsJeff Layton2021-02-161-4/+6
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-141-2/+9
* ceph: fix up some warnings on W=1 buildsJeff Layton2020-12-141-7/+4
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-1/+1
* ceph: don't WARN when removing caps due to blocklistingJeff Layton2020-12-141-1/+2
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-041-1/+1
* ceph: comment cleanups and clarificationsJeff Layton2020-10-121-0/+16
* ceph: break up send_cap_msgJeff Layton2020-10-121-32/+28
* ceph: drop separate mdsc argument from __send_capJeff Layton2020-10-121-6/+5
* ceph: metrics for opened files, pinned caps and opened inodesXiubo Li2020-10-121-2/+36
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-2/+1
* ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-7/+7
* ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton2020-08-031-6/+4
* ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-031-0/+2
* ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-011-2/+13
* ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-011-0/+2
* ceph: request expedited service on session's last cap flushJeff Layton2020-06-011-2/+6
* ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-011-13/+65
* ceph: reset i_requested_max_size if file write is not wantedYan, Zheng2020-06-011-10/+19
* ceph: fix potential race in ceph_check_capsJeff Layton2020-06-011-1/+13
* ceph: don't take i_ceph_lock in handle_cap_importJeff Layton2020-06-011-3/+2
* ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton2020-06-011-8/+10
* ceph: add comments for handle_cap_flush_ack logicJeff Layton2020-06-011-1/+13
* ceph: split up __finish_cap_flushJeff Layton2020-06-011-31/+29
* ceph: reorganize __send_cap for less spinlock abuseJeff Layton2020-06-011-79/+86