summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
...
* ceph: put the requests/sessions when it fails to alloc memoryXiubo Li2022-01-261-18/+37
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-2/+1
|\
| * ceph: remove redundant Lsx caps checkXiubo Li2022-01-131-2/+1
* | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-121-1/+2
|\ \ | |/ |/|
| * ceph: conversion to new fscache APIJeff Layton2022-01-111-1/+2
* | ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-011-8/+8
|/
* ceph: shut down access to inode when async create failsJeff Layton2021-11-081-6/+6
* ceph: refactor remove_session_caps_cbJeff Layton2021-11-081-0/+116
* ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton2021-11-081-8/+8
* ceph: print inode numbers instead of pointer valuesJeff Layton2021-11-081-4/+5
* ceph: fix handling of "meta" errorsJeff Layton2021-10-191-9/+3
* 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