aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13ceph: don't drop message if it contains more data than expectedYan, Zheng1-3/+3
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng1-9/+39
2018-08-13ceph: change to void return type for __do_request()Chengguang Xu1-6/+5
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu1-1/+2
2018-08-02libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann1-4/+3
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-5/+2
2018-08-02ceph: stop using current_kernel_time()Arnd Bergmann1-1/+4
2018-08-02ceph: fix incorrect use of strncpyYan, Zheng1-2/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+5
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques1-0/+1
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+23
2018-04-02ceph: rename function drop_leases() to a more descriptive nameYan, Zheng1-4/+3
2018-04-02ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu1-1/+4
2018-04-02ceph: return proper bool type to caller instead of pointerChengguang Xu1-2/+3
2018-04-02ceph: optimize mds session registerChengguang Xu1-17/+19
2018-04-02ceph: add newline to end of debug message formatChengguang Xu1-5/+5
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang1-7/+17
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng1-3/+6
2017-12-08ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng1-4/+38
2017-11-13ceph: silence sparse endianness warning in encode_caps_cbJeff Layton1-2/+2
2017-11-13ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton1-13/+21
2017-11-13ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov1-2/+2
2017-11-13ceph: handle 'session get evicted while there are file locks'Yan, Zheng1-5/+16
2017-11-13ceph: optimize flock encoding during reconnectYan, Zheng1-14/+20
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng1-5/+6
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng1-3/+4
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-11/+11
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng1-1/+1
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng1-3/+10
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng1-2/+2
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng1-3/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-16/+59
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani1-1/+3
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton1-0/+20
2017-05-04ceph: make seeky readdir more efficientYan, Zheng1-0/+1
2017-05-04ceph: close stopped mds' sessionYan, Zheng1-0/+16
2017-05-04ceph: fix potential use-after-freeYan, Zheng1-2/+8
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng1-5/+5
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova1-9/+9
2017-02-23ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter1-2/+3
2017-02-20ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton1-12/+12
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton1-22/+25
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton1-1/+1