aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAge
* libceph: assume argonaut on the server sideIlya Dryomov2018-11-08
* libceph: preallocate message data itemsIlya Dryomov2018-10-22
* libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-22
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-22
* ceph: don't drop message if it contains more data than expectedYan, Zheng2018-08-13
* ceph: support cephfs' own feature bitsYan, Zheng2018-08-13
* ceph: change to void return type for __do_request()Chengguang Xu2018-08-13
* ceph: add new field max_file_size in ceph_fs_clientChengguang Xu2018-08-02
* libceph: add authorizer challengeIlya Dryomov2018-08-02
* ceph: use timespec64 for r_stampArnd Bergmann2018-08-02
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-02
* ceph: stop using current_kernel_time()Arnd Bergmann2018-08-02
* ceph: fix incorrect use of strncpyYan, Zheng2018-08-02
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
|/
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-02
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-02
* ceph: rename function drop_leases() to a more descriptive nameYan, Zheng2018-04-02
* ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu2018-04-02
* ceph: return proper bool type to caller instead of pointerChengguang Xu2018-04-02
* ceph: optimize mds session registerChengguang Xu2018-04-02
* ceph: add newline to end of debug message formatChengguang Xu2018-04-02
* ceph: try to allocate enough memory for reserved capsZhi Zhang2018-01-29
* ceph: cleanup traceless reply handling for renameYan, Zheng2018-01-29
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-08
* ceph: silence sparse endianness warning in encode_caps_cbJeff Layton2017-11-13
* ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton2017-11-13
* ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov2017-11-13
* ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-13
* ceph: optimize flock encoding during reconnectYan, Zheng2017-11-13
* ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-13
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ceph: fix __choose_mds() for LSSNAP requestYan, Zheng2017-10-02
* ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2017-09-19
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-06
* ceph: properly set snap follows for cap reconnectYan, Zheng2017-09-06
* ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2017-09-06
* ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-07
* ceph: use current_kernel_time() to get request time stampYan, Zheng2017-06-14
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-10
|\
| * ceph: handle epoch barriers in cap messagesJeff Layton2017-05-04
| * ceph: make seeky readdir more efficientYan, Zheng2017-05-04
| * ceph: close stopped mds' sessionYan, Zheng2017-05-04
| * ceph: fix potential use-after-freeYan, Zheng2017-05-04
| * ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-04
| * libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova2017-05-04
| * ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2017-05-04
* | fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-08
|/
* ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter2017-02-23