| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: flush mdlog before umounting | Xiubo Li | 2021-09-02 | 1 | -0/+1 |
* | ceph: make iterate_sessions a global symbol | Xiubo Li | 2021-09-02 | 1 | -0/+3 |
* | ceph: make ceph_create_session_msg a global symbol | Xiubo Li | 2021-09-02 | 1 | -0/+1 |
* | ceph: eliminate session->s_gen_ttl_lock | Jeff Layton | 2021-06-29 | 1 | -4/+2 |
* | ceph: support getting ceph.dir.rsnaps vxattr | Yanhu Cao | 2021-04-27 | 1 | -0/+1 |
* | ceph: take a cred reference instead of tracking individual uid/gid | Jeff Layton | 2020-12-14 | 1 | -2/+1 |
* | ceph: check session state after bumping session->s_seq | Jeff Layton | 2020-11-04 | 1 | -0/+1 |
* | ceph: comment cleanups and clarifications | Jeff Layton | 2020-10-12 | 1 | -1/+1 |
* | ceph: fix inode number handling on arches with 32-bit ino_t | Jeff Layton | 2020-08-24 | 1 | -1/+1 |
* | ceph: periodically send perf metrics to MDSes | Xiubo Li | 2020-08-03 | 1 | -1/+3 |
* | ceph: add check_session_state() helper and make it global | Xiubo Li | 2020-08-03 | 1 | -0/+3 |
* | ceph: skip checking caps when session reconnecting and releasing reqs | Xiubo Li | 2020-06-01 | 1 | -0/+1 |
* | ceph: ceph_kick_flushing_caps needs the s_mutex | Jeff Layton | 2020-06-01 | 1 | -1/+3 |
* | ceph: convert mdsc->cap_dirty to a per-session list | Jeff Layton | 2020-06-01 | 1 | -2/+3 |
* | ceph: add metadata perf metric support | Xiubo Li | 2020-06-01 | 1 | -0/+3 |
* | ceph: add dentry lease metric support | Xiubo Li | 2020-06-01 | 1 | -0/+4 |
* | ceph: fix potential bad pointer deref in async dirops cb's | Jeff Layton | 2020-04-13 | 1 | -1/+1 |
* | ceph: add new MDS req field to hold delegated inode number | Jeff Layton | 2020-03-30 | 1 | -0/+1 |
* | ceph: decode interval_sets for delegated inos | Jeff Layton | 2020-03-30 | 1 | -1/+8 |
* | ceph: cap tracking for async directory operations | Jeff Layton | 2020-03-30 | 1 | -1/+5 |
* | ceph: add infrastructure for waiting for async create to complete | Jeff Layton | 2020-03-30 | 1 | -0/+7 |
* | ceph: add flag to designate that a request is asynchronous | Jeff Layton | 2020-03-30 | 1 | -0/+1 |
* | ceph: reorganize fields in ceph_mds_request | Jeff Layton | 2020-03-30 | 1 | -3/+3 |
* | ceph: close holes in structs ceph_mds_session and ceph_mds_request | Jeff Layton | 2020-01-27 | 1 | -2/+2 |
* | ceph: allocate the correct amount of extra bytes for the session features | Xiubo Li | 2020-01-27 | 1 | -7/+16 |
* | ceph: rename get_session and switch to use ceph_get_mds_session | Xiubo Li | 2020-01-27 | 1 | -7/+2 |
* | ceph: keep the session state until it is released | Xiubo Li | 2020-01-27 | 1 | -1/+2 |
* | ceph: show tasks waiting on caps in debugfs caps file | Jeff Layton | 2019-12-09 | 1 | -0/+9 |
* | ceph: eliminate session->s_trim_caps | Jeff Layton | 2019-09-16 | 1 | -1/+1 |
* | ceph: allow closing session in restarting/reconnect state | Yan, Zheng | 2019-09-16 | 1 | -3/+3 |
* | ceph: add change_attr field to ceph_inode_info | Jeff Layton | 2019-07-08 | 1 | -0/+1 |
* | ceph: add btime field to ceph_inode_info | Jeff Layton | 2019-07-08 | 1 | -0/+1 |
* | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng | 2019-07-08 | 1 | -1/+0 |
* | ceph: carry snapshot creation time with inodes | David Disseldorp | 2019-07-08 | 1 | -0/+1 |
* | ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request | Jeff Layton | 2019-05-07 | 1 | -2/+3 |
* | ceph: use __getname/__putname in ceph_mdsc_build_path | Jeff Layton | 2019-05-07 | 1 | -0/+6 |
* | ceph: make iterate_session_caps a public symbol | Jeff Layton | 2019-05-07 | 1 | -0/+4 |
* | ceph: quota: fix quota subdir mounts | Luis Henriques | 2019-05-07 | 1 | -0/+18 |
* | ceph: add mount option to limit caps count | Yan, Zheng | 2019-03-05 | 1 | -0/+3 |
* | ceph: periodically trim stale dentries | Yan, Zheng | 2019-03-05 | 1 | -3/+6 |
* | ceph: send cap releases more aggressively | Yan, Zheng | 2019-03-05 | 1 | -4/+6 |
* | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng | 2019-03-05 | 1 | -0/+1 |
* | ceph: support versioned reply | Yan, Zheng | 2019-03-05 | 1 | -0/+1 |
* | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 2019-03-05 | 1 | -0/+13 |
* | ceph: split large reconnect into multiple messages | Yan, Zheng | 2019-03-05 | 1 | -0/+3 |
* | ceph: decode feature bits in session message | Yan, Zheng | 2019-03-05 | 1 | -1/+2 |
* | ceph: update wanted caps after resuming stale session | Yan, Zheng | 2018-12-26 | 1 | -7/+9 |
* | ceph: support cephfs' own feature bits | Yan, Zheng | 2018-08-13 | 1 | -0/+12 |
* | ceph: use timespec64 for r_stamp | Arnd Bergmann | 2018-08-02 | 1 | -1/+1 |
* | ceph: quota: add counter for snaprealms with quota | Luis Henriques | 2018-04-02 | 1 | -0/+2 |