summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: add mount option to limit caps countYan, Zheng2019-03-051-8/+26
* ceph: periodically trim stale dentriesYan, Zheng2019-03-051-6/+34
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-051-1/+1
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-051-9/+52
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-051-0/+9
* ceph: support versioned replyYan, Zheng2019-03-051-49/+165
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-051-0/+8
* ceph: split large reconnect into multiple messagesYan, Zheng2019-03-051-59/+231
* ceph: decode feature bits in session messageYan, Zheng2019-03-051-4/+42
* ceph: don't encode inode pathes into reconnect messageYan, Zheng2018-12-261-45/+49
* ceph: update wanted caps after resuming stale sessionYan, Zheng2018-12-261-9/+26
* libceph: assume argonaut on the server sideIlya Dryomov2018-11-081-9/+3Star
* libceph: preallocate message data itemsIlya Dryomov2018-10-221-2/+2
* libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-221-1/+1
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-2/+1Star
* ceph: don't drop message if it contains more data than expectedYan, Zheng2018-08-131-3/+3
* ceph: support cephfs' own feature bitsYan, Zheng2018-08-131-9/+39
* ceph: change to void return type for __do_request()Chengguang Xu2018-08-131-6/+5Star
* ceph: add new field max_file_size in ceph_fs_clientChengguang Xu2018-08-021-1/+2
* libceph: add authorizer challengeIlya Dryomov2018-08-021-0/+11
* ceph: use timespec64 for r_stampArnd Bergmann2018-08-021-4/+3Star
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-021-5/+2Star
* ceph: stop using current_kernel_time()Arnd Bergmann2018-08-021-1/+4
* ceph: fix incorrect use of strncpyYan, Zheng2018-08-021-2/+2
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+5
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-2/+5
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
|/
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-021-0/+1
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+23
* ceph: rename function drop_leases() to a more descriptive nameYan, Zheng2018-04-021-4/+3Star
* ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu2018-04-021-1/+4
* ceph: return proper bool type to caller instead of pointerChengguang Xu2018-04-021-2/+3
* ceph: optimize mds session registerChengguang Xu2018-04-021-17/+19
* ceph: add newline to end of debug message formatChengguang Xu2018-04-021-5/+5
* ceph: try to allocate enough memory for reserved capsZhi Zhang2018-01-291-7/+17
* ceph: cleanup traceless reply handling for renameYan, Zheng2018-01-291-3/+6
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-081-4/+38
* ceph: silence sparse endianness warning in encode_caps_cbJeff Layton2017-11-131-2/+2
* ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton2017-11-131-13/+21
* ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov2017-11-131-2/+2
* ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-131-5/+16
* ceph: optimize flock encoding during reconnectYan, Zheng2017-11-131-14/+20
* ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-131-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: fix __choose_mds() for LSSNAP requestYan, Zheng2017-10-021-5/+6
* ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2017-09-191-3/+4
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-11/+11
* ceph: properly set snap follows for cap reconnectYan, Zheng2017-09-061-1/+1
* ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2017-09-061-3/+10
* ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-071-2/+2