aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-207/+437
2021-09-03ceph: fix dereference of null pointer cfColin Ian King1-0/+3
2021-09-02ceph: drop the mdsc_get_session/put_session dout messagesJeff Layton1-9/+2
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 Li3-10/+32
2021-09-02ceph: don't WARN if we're force umountingXiubo Li1-2/+5
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li3-18/+87
2021-09-02ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton1-15/+17
2021-09-02ceph: reconnect to the export targets on new mdsmapsXiubo Li2-4/+65
2021-09-02ceph: print more information when we can't find snaprealmJeff Layton1-6/+5
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton4-63/+45
2021-09-02ceph: remove redundant initializations from mdsc and sessionJeff Layton1-19/+0
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2-3/+2
2021-09-02ceph: add a new vxattr to return auth mds for an inodeJeff Layton1-0/+19
2021-09-02ceph: remove some defunct forward declarationsJeff Layton1-6/+0
2021-09-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li1-0/+76
2021-09-02ceph: flush mdlog before umountingXiubo Li3-0/+27
2021-09-02ceph: make iterate_sessions a global symbolXiubo Li3-42/+36
2021-09-02ceph: make ceph_create_session_msg a global symbolXiubo Li2-7/+10
2021-09-02ceph: fix comment about short copies in ceph_write_endJeff Layton1-1/+1
2021-09-02ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton1-2/+3
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-2/+5
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+0
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-3/+8
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li1-3/+5
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li4-12/+22
2021-08-23fs: remove mandatory file locking supportJeff Layton1-3/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-04ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton1-17/+17
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques3-11/+33
2021-07-20ceph: don't WARN if we're still opening a session to an MDSLuis Henriques1-1/+1
2021-07-13ceph: Fix race between hole punch and page faultJan Kara2-3/+8
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton4-1/+11
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton6-69/+25
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2-14/+4
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 Layton5-29/+17
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton4-10/+8
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_realmJeff Layton1-4/+4
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton1-1/+1
2021-06-29ceph: add IO size metrics supportXiubo Li5-28/+119
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li1-21/+35
2021-06-29ceph: simplify the metrics structXiubo Li2-78/+46
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton2-2/+1
2021-06-28ceph: make ceph_netfs_read_ops staticWei Yongjun1-1/+1
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton3-17/+21
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton2-0/+5