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