| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: don't encode inode pathes into reconnect message | Yan, Zheng | 2018-12-26 | 1 | -45/+49 |
* | ceph: update wanted caps after resuming stale session | Yan, Zheng | 2018-12-26 | 1 | -9/+26 |
* | libceph: assume argonaut on the server side | Ilya Dryomov | 2018-11-08 | 1 | -9/+3 |
* | libceph: preallocate message data items | Ilya Dryomov | 2018-10-22 | 1 | -2/+2 |
* | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() | Ilya Dryomov | 2018-10-22 | 1 | -1/+1 |
* | libceph: introduce ceph_pagelist_alloc() | Ilya Dryomov | 2018-10-22 | 1 | -2/+1 |
* | ceph: don't drop message if it contains more data than expected | Yan, Zheng | 2018-08-13 | 1 | -3/+3 |
* | ceph: support cephfs' own feature bits | Yan, Zheng | 2018-08-13 | 1 | -9/+39 |
* | ceph: change to void return type for __do_request() | Chengguang Xu | 2018-08-13 | 1 | -6/+5 |
* | ceph: add new field max_file_size in ceph_fs_client | Chengguang Xu | 2018-08-02 | 1 | -1/+2 |
* | libceph: add authorizer challenge | Ilya Dryomov | 2018-08-02 | 1 | -0/+11 |
* | ceph: use timespec64 for r_stamp | Arnd Bergmann | 2018-08-02 | 1 | -4/+3 |
* | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 2018-08-02 | 1 | -5/+2 |
* | ceph: stop using current_kernel_time() | Arnd Bergmann | 2018-08-02 | 1 | -1/+4 |
* | ceph: fix incorrect use of strncpy | Yan, Zheng | 2018-08-02 | 1 | -2/+2 |
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-06-15 | 1 | -2/+5 |
|\ |
|
| * | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-05 | 1 | -2/+5 |
* | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -2/+3 |
|/ |
|
* | ceph: quota: add counter for snaprealms with quota | Luis Henriques | 2018-04-02 | 1 | -0/+1 |
* | ceph: quota: add initial infrastructure to support cephfs quotas | Luis Henriques | 2018-04-02 | 1 | -0/+23 |
* | ceph: rename function drop_leases() to a more descriptive name | Yan, Zheng | 2018-04-02 | 1 | -4/+3 |
* | ceph: fix invalid point dereference for error case in mdsc destroy | Chengguang Xu | 2018-04-02 | 1 | -1/+4 |
* | ceph: return proper bool type to caller instead of pointer | Chengguang Xu | 2018-04-02 | 1 | -2/+3 |
* | ceph: optimize mds session register | Chengguang Xu | 2018-04-02 | 1 | -17/+19 |
* | ceph: add newline to end of debug message format | Chengguang Xu | 2018-04-02 | 1 | -5/+5 |
* | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 2018-01-29 | 1 | -7/+17 |
* | ceph: cleanup traceless reply handling for rename | Yan, Zheng | 2018-01-29 | 1 | -3/+6 |
* | ceph: drop negative child dentries before try pruning inode's alias | Yan, Zheng | 2017-12-08 | 1 | -4/+38 |
* | ceph: silence sparse endianness warning in encode_caps_cb | Jeff Layton | 2017-11-13 | 1 | -2/+2 |
* | ceph: clean up spinlocking and list handling around cleanup_cap_releases() | Jeff Layton | 2017-11-13 | 1 | -13/+21 |
* | ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap() | Ilya Dryomov | 2017-11-13 | 1 | -2/+2 |
* | ceph: handle 'session get evicted while there are file locks' | Yan, Zheng | 2017-11-13 | 1 | -5/+16 |
* | ceph: optimize flock encoding during reconnect | Yan, Zheng | 2017-11-13 | 1 | -14/+20 |
* | ceph: keep auth cap when inode has flocks or posix locks | Yan, Zheng | 2017-11-13 | 1 | -0/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: fix __choose_mds() for LSSNAP request | Yan, Zheng | 2017-10-02 | 1 | -5/+6 |
* | ceph: avoid panic in create_session_open_msg() if utsname() returns NULL | Yan, Zheng | 2017-09-19 | 1 | -3/+4 |
* | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 2017-09-06 | 1 | -11/+11 |
* | ceph: properly set snap follows for cap reconnect | Yan, Zheng | 2017-09-06 | 1 | -1/+1 |
* | ceph: send LSSNAP request to auth mds of directory inode | Yan, Zheng | 2017-09-06 | 1 | -3/+10 |
* | ceph: avoid invalid memory dereference in the middle of umount | Yan, Zheng | 2017-07-07 | 1 | -2/+2 |
* | ceph: use current_kernel_time() to get request time stamp | Yan, Zheng | 2017-06-14 | 1 | -3/+1 |
* | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 1 | -16/+59 |
|\ |
|
| * | ceph: handle epoch barriers in cap messages | Jeff Layton | 2017-05-04 | 1 | -0/+20 |
| * | ceph: make seeky readdir more efficient | Yan, Zheng | 2017-05-04 | 1 | -0/+1 |
| * | ceph: close stopped mds' session | Yan, Zheng | 2017-05-04 | 1 | -0/+16 |
| * | ceph: fix potential use-after-free | Yan, Zheng | 2017-05-04 | 1 | -2/+8 |
| * | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds | Yan, Zheng | 2017-05-04 | 1 | -5/+5 |
| * | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -1/+1 |
| * | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -9/+9 |