summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2019-11-25ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton
2019-11-09ceph: reconnect connection if session hang in opening stateErqi Chen
2019-06-27ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng
2019-05-07ceph: fix unaligned access in ceph_send_cap_releasesJeff Layton
2019-05-07ceph: just call get_session in __ceph_lookup_mds_sessionJeff Layton
2019-05-07ceph: move wait for mds request into helper functionJeff Layton
2019-05-07ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton
2019-05-07ceph: after an MDS request, do callback and completionsJeff Layton
2019-05-07ceph: use pathlen values returned by set_request_path_attrJeff Layton
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton
2019-05-07ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton
2019-05-07ceph: fix potential use-after-free in ceph_mdsc_build_pathJeff Layton
2019-05-07ceph: make iterate_session_caps a public symbolJeff Layton
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques
2019-04-23ceph: fix ci->i_head_snapc leakYan, Zheng
2019-04-23ceph: only use d_name directly when parent is lockedJeff Layton
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