Age | Commit message (Expand) | Author | Files | Lines |
2019-04-23 | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 1 | -0/+9 |
2019-04-23 | ceph: only use d_name directly when parent is locked | Jeff Layton | 1 | -11/+50 |
2019-03-05 | ceph: add mount option to limit caps count | Yan, Zheng | 1 | -8/+26 |
2019-03-05 | ceph: periodically trim stale dentries | Yan, Zheng | 1 | -6/+34 |
2019-03-05 | ceph: delete stale dentry when last reference is dropped | Yan, Zheng | 1 | -1/+1 |
2019-03-05 | ceph: send cap releases more aggressively | Yan, Zheng | 1 | -9/+52 |
2019-03-05 | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng | 1 | -0/+9 |
2019-03-05 | ceph: support versioned reply | Yan, Zheng | 1 | -49/+165 |
2019-03-05 | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 1 | -0/+8 |
2019-03-05 | ceph: split large reconnect into multiple messages | Yan, Zheng | 1 | -59/+231 |
2019-03-05 | ceph: decode feature bits in session message | Yan, Zheng | 1 | -4/+42 |
2018-12-26 | ceph: don't encode inode pathes into reconnect message | Yan, Zheng | 1 | -45/+49 |
2018-12-26 | ceph: update wanted caps after resuming stale session | Yan, Zheng | 1 | -9/+26 |
2018-11-08 | libceph: assume argonaut on the server side | Ilya Dryomov | 1 | -9/+3 |
2018-10-22 | libceph: preallocate message data items | Ilya Dryomov | 1 | -2/+2 |
2018-10-22 | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() | Ilya Dryomov | 1 | -1/+1 |
2018-10-22 | libceph: introduce ceph_pagelist_alloc() | Ilya Dryomov | 1 | -2/+1 |
2018-08-13 | ceph: don't drop message if it contains more data than expected | Yan, Zheng | 1 | -3/+3 |
2018-08-13 | ceph: support cephfs' own feature bits | Yan, Zheng | 1 | -9/+39 |
2018-08-13 | ceph: change to void return type for __do_request() | Chengguang Xu | 1 | -6/+5 |
2018-08-02 | ceph: add new field max_file_size in ceph_fs_client | Chengguang Xu | 1 | -1/+2 |
2018-08-02 | libceph: add authorizer challenge | Ilya Dryomov | 1 | -0/+11 |
2018-08-02 | ceph: use timespec64 for r_stamp | Arnd Bergmann | 1 | -4/+3 |
2018-08-02 | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 1 | -5/+2 |
2018-08-02 | ceph: stop using current_kernel_time() | Arnd Bergmann | 1 | -1/+4 |
2018-08-02 | ceph: fix incorrect use of strncpy | Yan, Zheng | 1 | -2/+2 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+5 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -2/+5 |
2018-04-02 | ceph: quota: add counter for snaprealms with quota | Luis Henriques | 1 | -0/+1 |
2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas | Luis Henriques | 1 | -0/+23 |
2018-04-02 | ceph: rename function drop_leases() to a more descriptive name | Yan, Zheng | 1 | -4/+3 |
2018-04-02 | ceph: fix invalid point dereference for error case in mdsc destroy | Chengguang Xu | 1 | -1/+4 |
2018-04-02 | ceph: return proper bool type to caller instead of pointer | Chengguang Xu | 1 | -2/+3 |
2018-04-02 | ceph: optimize mds session register | Chengguang Xu | 1 | -17/+19 |
2018-04-02 | ceph: add newline to end of debug message format | Chengguang Xu | 1 | -5/+5 |
2018-01-29 | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 1 | -7/+17 |
2018-01-29 | ceph: cleanup traceless reply handling for rename | Yan, Zheng | 1 | -3/+6 |
2017-12-08 | ceph: drop negative child dentries before try pruning inode's alias | Yan, Zheng | 1 | -4/+38 |
2017-11-13 | ceph: silence sparse endianness warning in encode_caps_cb | Jeff Layton | 1 | -2/+2 |
2017-11-13 | ceph: clean up spinlocking and list handling around cleanup_cap_releases() | Jeff Layton | 1 | -13/+21 |
2017-11-13 | ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap() | Ilya Dryomov | 1 | -2/+2 |
2017-11-13 | ceph: handle 'session get evicted while there are file locks' | Yan, Zheng | 1 | -5/+16 |
2017-11-13 | ceph: optimize flock encoding during reconnect | Yan, Zheng | 1 | -14/+20 |
2017-11-13 | ceph: keep auth cap when inode has flocks or posix locks | Yan, Zheng | 1 | -0/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-02 | ceph: fix __choose_mds() for LSSNAP request | Yan, Zheng | 1 | -5/+6 |
2017-09-19 | ceph: avoid panic in create_session_open_msg() if utsname() returns NULL | Yan, Zheng | 1 | -3/+4 |
2017-09-06 | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 1 | -11/+11 |
2017-09-06 | ceph: properly set snap follows for cap reconnect | Yan, Zheng | 1 | -1/+1 |