Age | Commit message (Expand) | Author | Files | Lines |
2019-07-08 | ceph: add change_attr field to ceph_inode_info | Jeff Layton | 1 | -2/+2 |
2019-07-08 | ceph: add btime field to ceph_inode_info | Jeff Layton | 1 | -8/+13 |
2019-07-08 | ceph: remove request from waiting list before unregister | Yan, Zheng | 1 | -0/+2 |
2019-07-08 | ceph: don't blindly unregister session that is in opening state | Yan, Zheng | 1 | -33/+26 |
2019-07-08 | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng | 1 | -11/+13 |
2019-07-08 | ceph: use READ_ONCE to access d_parent in RCU critical section | Yan, Zheng | 1 | -2/+2 |
2019-07-08 | ceph: carry snapshot creation time with inodes | David Disseldorp | 1 | -0/+10 |
2019-06-27 | ceph: fix ceph_mdsc_build_path to not stop on first component | Jeff Layton | 1 | -1/+2 |
2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 1 | -10/+18 |
2019-05-07 | ceph: fix unaligned access in ceph_send_cap_releases | Jeff Layton | 1 | -1/+2 |
2019-05-07 | ceph: just call get_session in __ceph_lookup_mds_session | Jeff Layton | 1 | -7/+1 |
2019-05-07 | ceph: move wait for mds request into helper function | Jeff Layton | 1 | -15/+21 |
2019-05-07 | ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request | Jeff Layton | 1 | -21/+19 |
2019-05-07 | ceph: after an MDS request, do callback and completions | Jeff Layton | 1 | -2/+1 |
2019-05-07 | ceph: use pathlen values returned by set_request_path_attr | Jeff Layton | 1 | -2/+2 |
2019-05-07 | ceph: use __getname/__putname in ceph_mdsc_build_path | Jeff Layton | 1 | -37/+28 |
2019-05-07 | ceph: use ceph_mdsc_build_path instead of clone_dentry_name | Jeff Layton | 1 | -39/+3 |
2019-05-07 | ceph: fix potential use-after-free in ceph_mdsc_build_path | Jeff Layton | 1 | -3/+5 |
2019-05-07 | ceph: make iterate_session_caps a public symbol | Jeff Layton | 1 | -8/+8 |
2019-05-07 | ceph: quota: fix quota subdir mounts | Luis Henriques | 1 | -0/+4 |
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 |