summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2020-09-03ceph: fix potential mdsc use-after-free crashXiubo Li
2020-08-26ceph: fix use-after-free for fsc->mdscXiubo Li
2020-02-24ceph: check availability of mds cluster on mount after wait timeoutXiubo Li
2019-10-11ceph: reconnect connection if session hang in opening stateErqi Chen
2019-05-02ceph: fix ci->i_head_snapc leakYan, Zheng
2019-05-02ceph: only use d_name directly when parent is lockedJeff Layton
2018-08-13ceph: don't drop message if it contains more data than expectedYan, Zheng
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng
2018-08-13ceph: change to void return type for __do_request()Chengguang Xu
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu
2018-08-02libceph: add authorizer challengeIlya Dryomov
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-08-02ceph: stop using current_kernel_time()Arnd Bergmann
2018-08-02ceph: fix incorrect use of strncpyYan, Zheng
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2018-04-02ceph: rename function drop_leases() to a more descriptive nameYan, Zheng
2018-04-02ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu
2018-04-02ceph: return proper bool type to caller instead of pointerChengguang Xu
2018-04-02ceph: optimize mds session registerChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng
2017-12-08ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng
2017-11-13ceph: silence sparse endianness warning in encode_caps_cbJeff Layton
2017-11-13ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton
2017-11-13ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov
2017-11-13ceph: handle 'session get evicted while there are file locks'Yan, Zheng
2017-11-13ceph: optimize flock encoding during reconnectYan, Zheng
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton
2017-05-04ceph: make seeky readdir more efficientYan, Zheng
2017-05-04ceph: close stopped mds' sessionYan, Zheng
2017-05-04ceph: fix potential use-after-freeYan, Zheng
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova