aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-8/+26
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-6/+34
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng1-1/+1
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-9/+52
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-0/+9
2019-03-05ceph: support versioned replyYan, Zheng1-49/+165
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng1-0/+8
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng1-59/+231
2019-03-05ceph: decode feature bits in session messageYan, Zheng1-4/+42
2018-12-26ceph: don't encode inode pathes into reconnect messageYan, Zheng1-45/+49
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng1-9/+26
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov1-9/+3
2018-10-22libceph: preallocate message data itemsIlya Dryomov1-2/+2
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov1-1/+1
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-2/+1
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