summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2021-10-27ceph: fix handling of "meta" errorsJeff Layton
2021-10-27ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-09-26ceph: remove the capsnaps when removing capsXiubo Li
2021-09-26ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton
2021-09-26ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton
2021-09-26ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton
2021-09-18ceph: fix dereference of null pointer cfColin Ian King
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-04ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-07-20ceph: don't WARN if we're still opening a session to an MDSLuis Henriques
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton
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-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton
2021-06-29ceph: add IO size metrics supportXiubo Li
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li
2021-06-29ceph: simplify the metrics structXiubo Li
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton
2021-06-28ceph: make ceph_netfs_read_ops staticWei Yongjun
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton
2021-04-27ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton
2021-04-27ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton
2021-04-27ceph: only check pool permissions for regular filesJeff Layton
2021-04-27ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li
2021-04-27ceph: avoid counting the same request twice or moreXiubo Li
2021-04-27ceph: rename the metric helpersXiubo Li
2021-04-27ceph: fix kerneldoc copypasta over ceph_start_io_directJeff Layton
2021-04-27ceph: use attach/detach_page_private for tracking snap contextJeff Layton
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton